Skip to content

Commit c111e41

Browse files
committed
GH-189 - Upgrade build plugins to latest versions.
1 parent 4656f82 commit c111e41

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ limitations under the License.
483483
<plugin>
484484
<groupId>org.apache.maven.plugins</groupId>
485485
<artifactId>maven-compiler-plugin</artifactId>
486-
<version>3.8.1</version>
486+
<version>3.11.0</version>
487487
<configuration>
488488
<source>17</source>
489489
<target>17</target>
@@ -494,7 +494,7 @@ limitations under the License.
494494
<plugin>
495495
<groupId>org.apache.maven.plugins</groupId>
496496
<artifactId>maven-surefire-plugin</artifactId>
497-
<version>2.22.2</version>
497+
<version>3.0.0</version>
498498
<configuration>
499499
<excludes>
500500
<exclude />
@@ -519,7 +519,7 @@ limitations under the License.
519519
<plugin>
520520
<groupId>org.apache.maven.plugins</groupId>
521521
<artifactId>maven-jar-plugin</artifactId>
522-
<version>3.2.0</version>
522+
<version>3.3.0</version>
523523
<configuration>
524524
<archive>
525525
<manifestEntries>
@@ -534,7 +534,7 @@ limitations under the License.
534534
<plugin>
535535
<groupId>org.codehaus.mojo</groupId>
536536
<artifactId>flatten-maven-plugin</artifactId>
537-
<version>1.3.0</version>
537+
<version>1.4.1</version>
538538
<executions>
539539
<execution>
540540
<id>flatten</id>
@@ -566,7 +566,7 @@ limitations under the License.
566566
<plugin>
567567
<groupId>org.apache.maven.plugins</groupId>
568568
<artifactId>maven-release-plugin</artifactId>
569-
<version>3.0.0-M6</version>
569+
<version>3.0.0</version>
570570
<configuration>
571571
<releaseProfiles>sonatype</releaseProfiles>
572572
<autoVersionSubmodules>true</autoVersionSubmodules>

0 commit comments

Comments
 (0)