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

cstamas pushed a commit to branch maven-3.9.x
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/maven-3.9.x by this push:
     new aa0607301 [MNG-7453] Update Resolver to 1.8.0 (#724)
aa0607301 is described below

commit aa0607301f2f61e7d26b23656913fa00d963a691
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Fri Apr 22 16:50:57 2022 +0200

    [MNG-7453] Update Resolver to 1.8.0 (#724)
    
    Updates Maven Resolver to 1.8.0.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 85ee11ed6..7058f1daa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,7 @@ under the License.
     <cipherVersion>2.0</cipherVersion>
     <modelloVersion>2.0.0</modelloVersion>
     <jxpathVersion>1.3</jxpathVersion>
-    <resolverVersion>1.7.3</resolverVersion>
+    <resolverVersion>1.8.0</resolverVersion>
     <slf4jVersion>1.7.32</slf4jVersion>
     <xmlunitVersion>2.2.1</xmlunitVersion>
     <powermockVersion>1.7.4</powermockVersion>

Reply via email to