Skip to content

Commit 3201432

Browse files
fix(deps): update all non-major dependencies
1 parent d3fef04 commit 3201432

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

gbfs-validator-java-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
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>
@@ -200,7 +200,7 @@
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>

gbfs-validator-java-cli/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
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>
@@ -71,13 +71,13 @@
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>
@@ -180,7 +180,7 @@
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>

gbfs-validator-java-loader/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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>

gbfs-validator-java/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
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>
@@ -64,7 +64,7 @@
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 />

0 commit comments

Comments
 (0)