Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gbfs-validator-java-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<mockito.version>5.11.0</mockito.version>
<junit-platform.version>6.0.0</junit-platform.version>
<openapi-generator-maven-plugin>7.16.0</openapi-generator-maven-plugin>
<jacoco-maven-plugin.version>0.8.13</jacoco-maven-plugin.version>
<jacoco-maven-plugin.version>0.8.14</jacoco-maven-plugin.version>
<!-- empty argLine property, the value is set up by Jacoco during unit tests execution -->
<argLine></argLine>
</properties>
Expand Down Expand Up @@ -200,7 +200,7 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-util</artifactId>
<version>12.1.1</version>
<version>12.1.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
10 changes: 5 additions & 5 deletions gbfs-validator-java-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<picocli.version>4.7.7</picocli.version>
<jackson.version>2.15.2</jackson.version>
<jackson.version>2.20.0</jackson.version>
<junit.version>6.0.0</junit.version>
<jacoco-maven-plugin.version>0.8.13</jacoco-maven-plugin.version>
<jacoco-maven-plugin.version>0.8.14</jacoco-maven-plugin.version>
<!-- empty argLine property, the value is set up by Jacoco during unit tests execution -->
<argLine></argLine>
</properties>
Expand Down Expand Up @@ -71,13 +71,13 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<version>5.11.0</version>
<version>5.20.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.wiremock</groupId>
<artifactId>wiremock</artifactId>
<version>3.0.3</version>
<version>3.13.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -180,7 +180,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0</version>
<version>3.5.4</version>
</plugin>
</plugins>
</build>
Expand Down
2 changes: 1 addition & 1 deletion gbfs-validator-java-loader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<junit.version>6.0.0</junit.version>
<wiremock.version>3.0.1</wiremock.version>
<mockito.version>5.20.0</mockito.version>
<jacoco-maven-plugin.version>0.8.13</jacoco-maven-plugin.version>
<jacoco-maven-plugin.version>0.8.14</jacoco-maven-plugin.version>
<!-- empty argLine property, the value is set up by Jacoco during unit tests execution -->
<argLine></argLine>
</properties>
Expand Down
4 changes: 2 additions & 2 deletions gbfs-validator-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<everit-json-schema.version>1.14.6</everit-json-schema.version>
<slf4j.version>2.0.17</slf4j.version>

<jacoco-maven-plugin.version>0.8.13</jacoco-maven-plugin.version>
<jacoco-maven-plugin.version>0.8.14</jacoco-maven-plugin.version>
<maven-exec-plugin.version>3.6.1</maven-exec-plugin.version>
<maven-surefire-plugin.version>3.5.4</maven-surefire-plugin.version>
<maven-enforcer-plugin.version>3.6.2</maven-enforcer-plugin.version>
Expand All @@ -64,7 +64,7 @@
<maven-site-plugin.version>3.21.0</maven-site-plugin.version>
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
<plexus-compiler-javac.version>2.15.0</plexus-compiler-javac.version>
<dependency-check-maven.version>12.1.6</dependency-check-maven.version>
<dependency-check-maven.version>12.1.7</dependency-check-maven.version>

<!-- empty argLine property, the value is set up by Jacoco during unit tests execution -->
<argLine />
Expand Down