We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ae3eeb commit 78e11e9Copy full SHA for 78e11e9
1 file changed
pom.xml
@@ -50,7 +50,7 @@
50
<junit.version>5.10.2</junit.version>
51
52
<!-- build plugin dependencies -->
53
- <dependency-check.version>9.0.9</dependency-check.version>
+ <dependency-check.version>9.1.0</dependency-check.version>
54
<nexus-staging.version>1.6.8</nexus-staging.version>
55
</properties>
56
@@ -94,7 +94,7 @@
94
<plugin>
95
<groupId>org.apache.maven.plugins</groupId>
96
<artifactId>maven-compiler-plugin</artifactId>
97
- <version>3.12.1</version>
+ <version>3.13.0</version>
98
<configuration>
99
<release>${project.jdk.version}</release>
100
<compilerArgs>
@@ -237,7 +237,7 @@
237
<plugins>
238
239
<artifactId>maven-gpg-plugin</artifactId>
240
- <version>3.1.0</version>
+ <version>3.2.2</version>
241
<executions>
242
<execution>
243
<id>sign-artifacts</id>
0 commit comments