You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/07/28 20:30:34 UTC

[maven] 01/02: [MNG-7522] Upgrade Maven Resolver to 1.8.2

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

michaelo pushed a commit to branch maven-3.8.x-resolver-1.8.x
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 0907019a1dbb34f91229dcf1a4bbda585a399779
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Thu Jul 28 21:24:43 2022 +0200

    [MNG-7522] Upgrade Maven Resolver to 1.8.2
    
    This closes #779
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 97ea4aafb..6e6b9f7a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,7 @@ under the License.
     <cipherVersion>2.0</cipherVersion>
     <modelloVersion>1.11</modelloVersion>
     <jxpathVersion>1.3</jxpathVersion>
-    <resolverVersion>1.8.1</resolverVersion>
+    <resolverVersion>1.8.2</resolverVersion>
     <slf4jVersion>1.7.36</slf4jVersion>
     <xmlunitVersion>2.2.1</xmlunitVersion>
     <powermockVersion>1.7.4</powermockVersion>