File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 124124
125125 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
126126 <httpclient .version>4.5.13</httpclient .version>
127- <jetty .version>9.4.41.v20210516 </jetty .version>
127+ <jetty .version>9.4.43.v20210629 </jetty .version>
128128 </properties >
129129
130130 <dependencyManagement >
160160 <dependency >
161161 <groupId >commons-codec</groupId >
162162 <artifactId >commons-codec</artifactId >
163- <version >1.10 </version >
163+ <version >1.13 </version >
164164 </dependency >
165165 <dependency >
166166 <groupId >commons-io</groupId >
208208 <dependency >
209209 <groupId >ch.qos.logback</groupId >
210210 <artifactId >logback-classic</artifactId >
211- <version >1.2.3 </version >
211+ <version >1.2.9 </version >
212212 <scope >test</scope >
213213 </dependency >
214214 <dependency >
315315 <artifactId >bcpkix-jdk15on</artifactId >
316316 <version >1.68</version >
317317 </dependency >
318+ <dependency >
319+ <groupId >javax.validation</groupId >
320+ <artifactId >validation-api</artifactId >
321+ <version >2.0.1.Final</version >
322+ </dependency >
318323 </dependencies >
319324 </dependencyManagement >
320325
Original file line number Diff line number Diff line change 5050 <dependency >
5151 <groupId >org.slf4j</groupId >
5252 <artifactId >jcl-over-slf4j</artifactId >
53- <version >1.7.30 </version >
53+ <version >1.7.36 </version >
5454 </dependency >
5555
5656 <dependency >
7777 <groupId >org.projectlombok</groupId >
7878 <artifactId >lombok</artifactId >
7979 </dependency >
80+ <dependency >
81+ <groupId >javax.validation</groupId >
82+ <artifactId >validation-api</artifactId >
83+ </dependency >
8084
8185 <dependency >
8286 <groupId >ch.qos.logback</groupId >
You can’t perform that action at this time.
0 commit comments