Skip to content

Commit 9497d49

Browse files
Bump the maven-dependencies group with 17 updates (#25)
1 parent 9725f4b commit 9497d49

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

pom.xml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,17 @@
3737
<project.jdk.version>17</project.jdk.version>
3838

3939
<!-- runtime dependencies -->
40-
<api.version>1.2.0</api.version>
41-
<slf4j.version>1.7.36</slf4j.version>
40+
<api.version>1.3.0</api.version>
41+
<slf4j.version>2.0.9</slf4j.version>
4242
<jackson.version>2.15.2</jackson.version>
4343

4444
<!-- test dependencies -->
45-
<junit.jupiter.version>5.8.2</junit.jupiter.version>
46-
<mockito.version>4.4.0</mockito.version>
45+
<junit.jupiter.version>5.10.0</junit.jupiter.version>
46+
<mockito.version>5.5.0</mockito.version>
4747

4848
<!-- build plugin dependencies -->
49-
<dependency-check.version>8.1.0</dependency-check.version>
50-
<nexus-staging.version>1.6.8</nexus-staging.version>
49+
<dependency-check.version>8.4.0</dependency-check.version>
50+
<nexus-staging.version>1.6.13</nexus-staging.version>
5151
</properties>
5252

5353
<licenses>
@@ -106,7 +106,7 @@
106106
<plugin>
107107
<groupId>org.apache.maven.plugins</groupId>
108108
<artifactId>maven-clean-plugin</artifactId>
109-
<version>3.1.0</version>
109+
<version>3.3.1</version>
110110
<configuration>
111111
<filesets>
112112
<fileset>
@@ -122,7 +122,7 @@
122122
<plugin>
123123
<groupId>org.apache.maven.plugins</groupId>
124124
<artifactId>maven-compiler-plugin</artifactId>
125-
<version>3.10.1</version>
125+
<version>3.11.0</version>
126126
<configuration>
127127
<compilerArgs>
128128
<arg>-h</arg>
@@ -134,7 +134,7 @@
134134
<plugin>
135135
<groupId>org.apache.maven.plugins</groupId>
136136
<artifactId>maven-enforcer-plugin</artifactId>
137-
<version>3.0.0</version>
137+
<version>3.4.1</version>
138138
<executions>
139139
<execution>
140140
<id>check-preconditions</id>
@@ -154,7 +154,7 @@
154154
</plugin>
155155
<plugin>
156156
<artifactId>maven-resources-plugin</artifactId>
157-
<version>3.2.0</version>
157+
<version>3.3.1</version>
158158
<executions>
159159
<execution>
160160
<id>copy-dlls</id>
@@ -180,11 +180,11 @@
180180
<plugin>
181181
<groupId>org.apache.maven.plugins</groupId>
182182
<artifactId>maven-surefire-plugin</artifactId>
183-
<version>3.0.0-M5</version>
183+
<version>3.1.2</version>
184184
</plugin>
185185
<plugin>
186186
<artifactId>maven-source-plugin</artifactId>
187-
<version>3.2.1</version>
187+
<version>3.3.0</version>
188188
<executions>
189189
<execution>
190190
<id>attach-sources</id>
@@ -196,7 +196,7 @@
196196
</plugin>
197197
<plugin>
198198
<artifactId>maven-javadoc-plugin</artifactId>
199-
<version>3.3.2</version>
199+
<version>3.6.0</version>
200200
<executions>
201201
<execution>
202202
<id>attach-javadocs</id>
@@ -279,7 +279,7 @@
279279
<plugin>
280280
<groupId>org.codehaus.mojo</groupId>
281281
<artifactId>exec-maven-plugin</artifactId>
282-
<version>3.0.0</version>
282+
<version>3.1.0</version>
283283
<executions>
284284
<execution>
285285
<goals>
@@ -309,7 +309,7 @@
309309
<plugins>
310310
<plugin>
311311
<artifactId>maven-gpg-plugin</artifactId>
312-
<version>3.0.1</version>
312+
<version>3.1.0</version>
313313
<executions>
314314
<execution>
315315
<id>sign-artifacts</id>
@@ -370,7 +370,7 @@
370370
<plugin>
371371
<groupId>org.apache.maven.plugins</groupId>
372372
<artifactId>maven-deploy-plugin</artifactId>
373-
<version>3.1.0</version>
373+
<version>3.1.1</version>
374374
</plugin>
375375
</plugins>
376376
</build>

0 commit comments

Comments
 (0)