@@ -483,7 +483,7 @@ limitations under the License.
483
483
<plugin >
484
484
<groupId >org.apache.maven.plugins</groupId >
485
485
<artifactId >maven-compiler-plugin</artifactId >
486
- <version >3.8.1 </version >
486
+ <version >3.11.0 </version >
487
487
<configuration >
488
488
<source >17</source >
489
489
<target >17</target >
@@ -494,7 +494,7 @@ limitations under the License.
494
494
<plugin >
495
495
<groupId >org.apache.maven.plugins</groupId >
496
496
<artifactId >maven-surefire-plugin</artifactId >
497
- <version >2.22.2 </version >
497
+ <version >3.0.0 </version >
498
498
<configuration >
499
499
<excludes >
500
500
<exclude />
@@ -519,7 +519,7 @@ limitations under the License.
519
519
<plugin >
520
520
<groupId >org.apache.maven.plugins</groupId >
521
521
<artifactId >maven-jar-plugin</artifactId >
522
- <version >3.2 .0</version >
522
+ <version >3.3 .0</version >
523
523
<configuration >
524
524
<archive >
525
525
<manifestEntries >
@@ -534,7 +534,7 @@ limitations under the License.
534
534
<plugin >
535
535
<groupId >org.codehaus.mojo</groupId >
536
536
<artifactId >flatten-maven-plugin</artifactId >
537
- <version >1.3.0 </version >
537
+ <version >1.4.1 </version >
538
538
<executions >
539
539
<execution >
540
540
<id >flatten</id >
@@ -566,7 +566,7 @@ limitations under the License.
566
566
<plugin >
567
567
<groupId >org.apache.maven.plugins</groupId >
568
568
<artifactId >maven-release-plugin</artifactId >
569
- <version >3.0.0-M6 </version >
569
+ <version >3.0.0</version >
570
570
<configuration >
571
571
<releaseProfiles >sonatype</releaseProfiles >
572
572
<autoVersionSubmodules >true</autoVersionSubmodules >
0 commit comments