Skip to content

Commit 5748707

Browse files
committed
Bump build/Maven plugins to latest versions
Signed-off-by: Chad Wilson <[email protected]>
1 parent ad52e37 commit 5748707

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v4
2424
- name: Set up JDK 8
25-
uses: actions/setup-java@v3
25+
uses: actions/setup-java@v4
2626
with:
2727
java-version: '8'
2828
distribution: 'temurin'

pom.xml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
<plugin>
177177
<groupId>org.apache.maven.plugins</groupId>
178178
<artifactId>maven-compiler-plugin</artifactId>
179-
<version>3.1</version>
179+
<version>3.13.0</version>
180180
<configuration>
181181
<source>8</source>
182182
<target>8</target>
@@ -187,17 +187,17 @@
187187
<plugin>
188188
<groupId>org.apache.maven.plugins</groupId>
189189
<artifactId>maven-surefire-plugin</artifactId>
190-
<version>2.17</version>
190+
<version>3.3.1</version>
191191
</plugin>
192192
<plugin>
193193
<groupId>org.apache.maven.plugins</groupId>
194194
<artifactId>maven-help-plugin</artifactId>
195-
<version>2.2</version>
195+
<version>3.4.1</version>
196196
</plugin>
197197
<plugin>
198198
<groupId>org.apache.maven.plugins</groupId>
199199
<artifactId>maven-dependency-plugin</artifactId>
200-
<version>2.9</version>
200+
<version>3.7.1</version>
201201
<executions>
202202
<execution>
203203
<phase>process-sources</phase>
@@ -257,6 +257,11 @@
257257
</execution>
258258
</executions>
259259
</plugin>
260+
<plugin>
261+
<groupId>org.codehaus.mojo</groupId>
262+
<artifactId>versions-maven-plugin</artifactId>
263+
<version>2.17.1</version>
264+
</plugin>
260265
</plugins>
261266
</build>
262267

@@ -287,7 +292,7 @@
287292
<plugin>
288293
<groupId>org.apache.maven.plugins</groupId>
289294
<artifactId>maven-javadoc-plugin</artifactId>
290-
<version>2.10.1</version>
295+
<version>3.7.0</version>
291296
<executions>
292297
<execution>
293298
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)