You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by cs...@apache.org on 2022/04/22 14:51:17 UTC

[maven] branch master updated: [MNG-7453] Update Resolver to 1.8.0 (#723)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3fef9c685 [MNG-7453] Update Resolver to 1.8.0 (#723)
3fef9c685 is described below

commit 3fef9c685d194a9aab2875e6c0ddfb850931b62d
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Fri Apr 22 16:51:12 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index f5e1dff20..98c7839a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,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.6.4</xmlunitVersion>
     <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>