We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0ca494 commit bb69499Copy full SHA for bb69499
gbfs-validator-java/pom.xml
@@ -76,9 +76,9 @@
76
<argLine />
77
78
<!-- Unit test frameworks versions -->
79
- <assertj.core.version>3.27.3</assertj.core.version>
+ <assertj.core.version>3.27.4</assertj.core.version>
80
<junit.version>5.13.4</junit.version>
81
- <maven-deploy-plugin.version>3.1.2</maven-deploy-plugin.version>
+ <maven-deploy-plugin.version>3.1.4</maven-deploy-plugin.version>
82
</properties>
83
84
<dependencies>
pom.xml
@@ -41,7 +41,7 @@
41
<tag>HEAD</tag>
42
</scm>
43
<properties>
44
- <jreleaser-maven-plugin.version>1.18.0</jreleaser-maven-plugin.version>
+ <jreleaser-maven-plugin.version>1.19.0</jreleaser-maven-plugin.version>
45
46
<build>
47
<plugins>
0 commit comments