File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
gbfs-validator-java-loader Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 4141 <mockito .version>5.11.0</mockito .version>
4242 <junit-platform .version>6.0.0</junit-platform .version>
4343 <openapi-generator-maven-plugin >7.16.0</openapi-generator-maven-plugin >
44- <jacoco-maven-plugin .version>0.8.13 </jacoco-maven-plugin .version>
44+ <jacoco-maven-plugin .version>0.8.14 </jacoco-maven-plugin .version>
4545 <!-- empty argLine property, the value is set up by Jacoco during unit tests execution -->
4646 <argLine ></argLine >
4747 </properties >
200200 <dependency >
201201 <groupId >org.eclipse.jetty</groupId >
202202 <artifactId >jetty-util</artifactId >
203- <version >12.1.1 </version >
203+ <version >12.1.2 </version >
204204 <scope >test</scope >
205205 </dependency >
206206 </dependencies >
Original file line number Diff line number Diff line change 2020 <maven .compiler.target>17</maven .compiler.target>
2121 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2222 <picocli .version>4.7.7</picocli .version>
23- <jackson .version>2.15.2 </jackson .version>
23+ <jackson .version>2.20.0 </jackson .version>
2424 <junit .version>6.0.0</junit .version>
25- <jacoco-maven-plugin .version>0.8.13 </jacoco-maven-plugin .version>
25+ <jacoco-maven-plugin .version>0.8.14 </jacoco-maven-plugin .version>
2626 <!-- empty argLine property, the value is set up by Jacoco during unit tests execution -->
2727 <argLine ></argLine >
2828 </properties >
7171 <dependency >
7272 <groupId >org.mockito</groupId >
7373 <artifactId >mockito-junit-jupiter</artifactId >
74- <version >5.11 .0</version >
74+ <version >5.20 .0</version >
7575 <scope >test</scope >
7676 </dependency >
7777 <dependency >
7878 <groupId >org.wiremock</groupId >
7979 <artifactId >wiremock</artifactId >
80- <version >3.0.3 </version >
80+ <version >3.13.1 </version >
8181 <scope >test</scope >
8282 </dependency >
8383 </dependencies >
180180 <plugin >
181181 <groupId >org.apache.maven.plugins</groupId >
182182 <artifactId >maven-surefire-plugin</artifactId >
183- <version >3.0.0 </version >
183+ <version >3.5.4 </version >
184184 </plugin >
185185 </plugins >
186186 </build >
Original file line number Diff line number Diff line change 2121 <junit .version>6.0.0</junit .version>
2222 <wiremock .version>3.0.1</wiremock .version>
2323 <mockito .version>5.20.0</mockito .version>
24- <jacoco-maven-plugin .version>0.8.13 </jacoco-maven-plugin .version>
24+ <jacoco-maven-plugin .version>0.8.14 </jacoco-maven-plugin .version>
2525 <!-- empty argLine property, the value is set up by Jacoco during unit tests execution -->
2626 <argLine ></argLine >
2727 </properties >
Original file line number Diff line number Diff line change 5151 <everit-json-schema .version>1.14.6</everit-json-schema .version>
5252 <slf4j .version>2.0.17</slf4j .version>
5353
54- <jacoco-maven-plugin .version>0.8.13 </jacoco-maven-plugin .version>
54+ <jacoco-maven-plugin .version>0.8.14 </jacoco-maven-plugin .version>
5555 <maven-exec-plugin .version>3.6.1</maven-exec-plugin .version>
5656 <maven-surefire-plugin .version>3.5.4</maven-surefire-plugin .version>
5757 <maven-enforcer-plugin .version>3.6.2</maven-enforcer-plugin .version>
6464 <maven-site-plugin .version>3.21.0</maven-site-plugin .version>
6565 <maven-resources-plugin .version>3.3.1</maven-resources-plugin .version>
6666 <plexus-compiler-javac .version>2.15.0</plexus-compiler-javac .version>
67- <dependency-check-maven .version>12.1.6 </dependency-check-maven .version>
67+ <dependency-check-maven .version>12.1.7 </dependency-check-maven .version>
6868
6969 <!-- empty argLine property, the value is set up by Jacoco during unit tests execution -->
7070 <argLine />
You can’t perform that action at this time.
0 commit comments