Skip to content

Commit bb85ace

Browse files
Bump the maven-dependencies group with 13 updates (#31)
1 parent 6103e19 commit bb85ace

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

pom.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@
4444
<secret-service.version>1.8.1-jdk17</secret-service.version>
4545
<kdewallet.version>1.3.2</kdewallet.version>
4646
<appindicator.version>1.3.6</appindicator.version>
47-
<guava.version>32.0.0-jre</guava.version>
48-
<slf4j.version>1.7.36</slf4j.version>
49-
<commons-lang3.version>3.12.0</commons-lang3.version>
47+
<guava.version>32.1.2-jre</guava.version>
48+
<slf4j.version>2.0.9</slf4j.version>
49+
<commons-lang3.version>3.13.0</commons-lang3.version>
5050

5151
<!-- test dependencies -->
52-
<junit.version>5.8.2</junit.version>
52+
<junit.version>5.10.0</junit.version>
5353

5454
<!-- build plugin dependencies -->
55-
<dependency-check.version>8.2.1</dependency-check.version>
55+
<dependency-check.version>8.4.0</dependency-check.version>
5656
<nexus-staging.version>1.6.8</nexus-staging.version>
5757
</properties>
5858

@@ -107,7 +107,7 @@
107107
<plugin>
108108
<groupId>org.apache.maven.plugins</groupId>
109109
<artifactId>maven-compiler-plugin</artifactId>
110-
<version>3.9.0</version>
110+
<version>3.11.0</version>
111111
<configuration>
112112
<release>${project.jdk.version}</release>
113113
<compilerArgs>
@@ -118,12 +118,12 @@
118118
<plugin>
119119
<groupId>org.apache.maven.plugins</groupId>
120120
<artifactId>maven-surefire-plugin</artifactId>
121-
<version>3.0.0-M5</version>
121+
<version>3.1.2</version>
122122
</plugin>
123123
<plugin>
124124
<groupId>org.apache.maven.plugins</groupId>
125125
<artifactId>maven-enforcer-plugin</artifactId>
126-
<version>3.0.0</version>
126+
<version>3.4.1</version>
127127
<executions>
128128
<execution>
129129
<id>check-preconditions</id>
@@ -144,7 +144,7 @@
144144
</plugin>
145145
<plugin>
146146
<artifactId>maven-source-plugin</artifactId>
147-
<version>3.2.1</version>
147+
<version>3.3.0</version>
148148
<executions>
149149
<execution>
150150
<id>attach-sources</id>
@@ -156,7 +156,7 @@
156156
</plugin>
157157
<plugin>
158158
<artifactId>maven-javadoc-plugin</artifactId>
159-
<version>3.3.1</version>
159+
<version>3.6.0</version>
160160
<executions>
161161
<execution>
162162
<id>attach-javadocs</id>
@@ -248,7 +248,7 @@
248248
<plugins>
249249
<plugin>
250250
<artifactId>maven-gpg-plugin</artifactId>
251-
<version>3.0.1</version>
251+
<version>3.1.0</version>
252252
<executions>
253253
<execution>
254254
<id>sign-artifacts</id>
@@ -283,7 +283,7 @@
283283
<plugin>
284284
<groupId>org.sonatype.plugins</groupId>
285285
<artifactId>nexus-staging-maven-plugin</artifactId>
286-
<version>1.6.8</version>
286+
<version>1.6.13</version>
287287
<extensions>true</extensions>
288288
<configuration>
289289
<serverId>ossrh</serverId>
@@ -309,7 +309,7 @@
309309
<plugin>
310310
<groupId>org.apache.maven.plugins</groupId>
311311
<artifactId>maven-deploy-plugin</artifactId>
312-
<version>3.1.0</version>
312+
<version>3.1.1</version>
313313
</plugin>
314314
</plugins>
315315
</build>

0 commit comments

Comments
 (0)