Skip to content

Commit e776396

Browse files
authored
Merge branch 'master' into feature/api-module
2 parents 503cc86 + b888259 commit e776396

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</parent>
1010

1111
<artifactId>gbfs-validator-java</artifactId>
12+
<version>2.0.34-SNAPSHOT</version>
1213
<packaging>jar</packaging>
1314

1415
<name>gbfs-validator-java</name>
@@ -65,7 +66,7 @@
6566

6667
<!-- Unit test frameworks versions -->
6768
<assertj.core.version>3.27.3</assertj.core.version>
68-
<junit.version>5.12.0</junit.version>
69+
<junit.version>5.12.2</junit.version>
6970
</properties>
7071

7172
<dependencies>

0 commit comments

Comments
 (0)