File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
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.6.0 </junit .version>
23+ <junit .version>5.6.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.10.3 </version >
54+ <version >2.11.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.0</version >
89+ <version >5.0.1 </version >
9090 <scope >test</scope >
9191 </dependency >
9292 <dependency >
9393 <groupId >com.google.guava</groupId >
9494 <artifactId >guava</artifactId >
95- <version >28.2 -jre</version >
95+ <version >29.0 -jre</version >
9696 <scope >test</scope >
9797 </dependency >
9898 </dependencies >
124124 <plugin >
125125 <groupId >org.apache.maven.plugins</groupId >
126126 <artifactId >maven-javadoc-plugin</artifactId >
127- <version >3.1.1 </version >
127+ <version >3.2.0 </version >
128128 <configuration >
129129 <doclint >none</doclint >
130130 <source >8</source >
141141 <plugin >
142142 <groupId >org.apache.maven.plugins</groupId >
143143 <artifactId >maven-surefire-plugin</artifactId >
144- <version >3.0.0-M4 </version >
144+ <version >3.0.0-M5 </version >
145145 </plugin >
146146 <plugin >
147147 <groupId >org.jacoco</groupId >
You can’t perform that action at this time.
0 commit comments