Skip to content

Commit 58fe865

Browse files
Bump the maven-build-plugins group across 1 directory with 3 updates (#89)
1 parent fcbd83e commit 58fe865

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<jmh.version>1.37</jmh.version>
3232

3333
<!-- build plugin dependencies -->
34-
<dependency-check.version>12.1.0</dependency-check.version>
34+
<dependency-check.version>12.1.1</dependency-check.version>
3535
<jacoco.version>0.8.13</jacoco.version>
3636
<central-publishing.version>0.7.0</central-publishing.version>
3737
</properties>
@@ -227,7 +227,7 @@
227227
<plugin>
228228
<groupId>org.codehaus.mojo</groupId>
229229
<artifactId>exec-maven-plugin</artifactId>
230-
<version>3.5.0</version>
230+
<version>3.5.1</version>
231231
<executions>
232232
<execution>
233233
<phase>package</phase>
@@ -251,7 +251,7 @@
251251
<plugin>
252252
<groupId>org.apache.maven.plugins</groupId>
253253
<artifactId>maven-surefire-plugin</artifactId>
254-
<version>3.5.2</version>
254+
<version>3.5.3</version>
255255
<configuration>
256256
<argLine>@{argLine} -Dnet.bytebuddy.experimental=true</argLine>
257257
</configuration>

0 commit comments

Comments
 (0)