File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020
2121 <properties >
2222 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
23- <junit .version>5.7 .2</junit .version>
23+ <junit .version>5.8 .2</junit .version>
2424 </properties >
2525
2626 <repositories >
5151 <dependency >
5252 <groupId >com.fasterxml.jackson.core</groupId >
5353 <artifactId >jackson-databind</artifactId >
54- <version >2.12.3 </version >
54+ <version >2.13.2.2 </version >
5555 </dependency >
5656 <dependency >
5757 <groupId >commons-validator</groupId >
8686 <dependency >
8787 <groupId >org.apache.httpcomponents.client5</groupId >
8888 <artifactId >httpclient5</artifactId >
89- <version >5.1</version >
89+ <version >5.1.3 </version >
9090 <scope >test</scope >
9191 </dependency >
9292 <dependency >
9393 <groupId >com.google.guava</groupId >
9494 <artifactId >guava</artifactId >
95- <version >30.1 .1-jre</version >
95+ <version >31 .1-jre</version >
9696 <scope >test</scope >
9797 </dependency >
9898 </dependencies >
You can’t perform that action at this time.
0 commit comments