File tree Expand file tree Collapse file tree 1 file changed +15
-11
lines changed Expand file tree Collapse file tree 1 file changed +15
-11
lines changed Original file line number Diff line number Diff line change 101101 <artifactId >json-smart</artifactId >
102102 <version >2.4.9</version >
103103 </dependency >
104- <dependency >
105- <groupId >org.springframework.security</groupId >
106- <artifactId >spring-security-core</artifactId >
107- <version >5.7.14</version >
108- </dependency >
109104 <dependency >
110105 <groupId >org.springframework.boot</groupId >
111106 <artifactId >spring-boot-autoconfigure</artifactId >
131126 <artifactId >spring-expression</artifactId >
132127 <version >5.3.39</version >
133128 </dependency >
134- <dependency >
135- <groupId >ch.qos.logback</groupId >
136- <artifactId >logback-classic</artifactId >
137- <version >1.3.15</version >
138- </dependency >
139129 <dependency >
140130 <groupId >org.xmlunit</groupId >
141131 <artifactId >xmlunit-core</artifactId >
151141 <artifactId >json-path</artifactId >
152142 <version >2.9.0</version >
153143 </dependency >
144+ <dependency >
145+ <groupId >org.springframework.security</groupId >
146+ <artifactId >spring-security-core</artifactId >
147+ <!-- max version -->
148+ <version >5.7.14</version >
149+ </dependency >
150+ <dependency >
151+ <groupId >ch.qos.logback</groupId >
152+ <artifactId >logback-classic</artifactId >
153+ <!-- max version -->
154+ <version >1.2.13</version >
155+ </dependency >
154156 <dependency >
155157 <groupId >ch.qos.logback</groupId >
156158 <artifactId >logback-core</artifactId >
157- <version >1.3.15</version >
159+ <!-- max version -->
160+ <version >1.2.13</version >
158161 </dependency >
162+ <!-- ignore: spring-web, spring-webmvc, spring-context -->
159163 </dependencies >
160164 <build >
161165 <plugins >
You can’t perform that action at this time.
0 commit comments