This is an automated email from the ASF dual-hosted git repository.

cshannon pushed a commit to branch 2.1
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/2.1 by this push:
     new 7d7884787a Update Maven plugins to support Maven 3.9.0 (#3222)
7d7884787a is described below

commit 7d7884787ab892ccb5860acd51989f5abc36734a
Author: Christopher L. Shannon <[email protected]>
AuthorDate: Fri Mar 3 07:36:20 2023 -0500

    Update Maven plugins to support Maven 3.9.0 (#3222)
    
    modernizer-maven-plugin: 2.5.0
    impsort-maven-plugin: 1.8.0
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c64e71bfdb..a1fc550b43 100644
--- a/pom.xml
+++ b/pom.xml
@@ -728,7 +728,7 @@
         <plugin>
           <groupId>org.gaul</groupId>
           <artifactId>modernizer-maven-plugin</artifactId>
-          <version>2.4.0</version>
+          <version>2.5.0</version>
           <configuration>
             <javaVersion>${maven.compiler.target}</javaVersion>
           </configuration>
@@ -954,7 +954,7 @@
         <plugin>
           <groupId>net.revelc.code</groupId>
           <artifactId>impsort-maven-plugin</artifactId>
-          <version>1.7.0</version>
+          <version>1.8.0</version>
           <configuration>
             <removeUnused>true</removeUnused>
             <groups>java.,javax.,jakarta.,org.,com.</groups>

Reply via email to