Skip to content

Commit a13dfc0

Browse files
committed
Merge branch 'master' into feature/api-module
2 parents 29697b3 + b888259 commit a13dfc0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
-Dsonar.host.url=https://sonarcloud.io \
5656
-Dsonar.token=${SONAR_TOKEN}
5757
- name: Upload artifact
58-
uses: actions/upload-artifact@v4.6.1
58+
uses: actions/upload-artifact@v4.6.2
5959
with:
6060
path: gbfs-validator-java/target/*.jar
6161
deploy-maven-central:

gbfs-validator-java/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.entur.gbfs</groupId>
66
<artifactId>gbfs-validator-java</artifactId>
7-
<version>2.0.30-SNAPSHOT</version>
7+
<version>2.0.34-SNAPSHOT</version>
88
<packaging>jar</packaging>
99

1010
<name>gbfs-validator-java</name>
@@ -56,7 +56,7 @@
5656
<everit-json-schema.version>1.14.5</everit-json-schema.version>
5757
<slf4j.version>1.7.36</slf4j.version>
5858

59-
<jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version>
59+
<jacoco-maven-plugin.version>0.8.13</jacoco-maven-plugin.version>
6060
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
6161
<maven-exec-plugin.version>1.6.0</maven-exec-plugin.version>
6262
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
@@ -84,7 +84,7 @@
8484

8585
<!-- Unit test frameworks versions -->
8686
<assertj.core.version>3.27.3</assertj.core.version>
87-
<junit.version>5.12.0</junit.version>
87+
<junit.version>5.12.2</junit.version>
8888
</properties>
8989

9090
<dependencies>

0 commit comments

Comments
 (0)