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 31cc44f1c [MNG-7723] Upgrade to Maven Resolver 1.9.7 (#1046)
31cc44f1c is described below

commit 31cc44f1cfa3d32568d53c74bd396e1d7e53a84f
Author: Tamas Cservenak <[email protected]>
AuthorDate: Sat Mar 11 20:24:25 2023 +0100

    [MNG-7723] Upgrade to Maven Resolver 1.9.7 (#1046)
    
    Upgrade to Maven Resolver 1.9.7
    
    ---
    
    https://issues.apache.org/jira/browse/MNG-7723
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ea0261064..31272c06a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -166,7 +166,7 @@ under the License.
     <securityDispatcherVersion>2.0</securityDispatcherVersion>
     <cipherVersion>2.0</cipherVersion>
     <jxpathVersion>1.3</jxpathVersion>
-    <resolverVersion>1.9.6</resolverVersion>
+    <resolverVersion>1.9.7</resolverVersion>
     <slf4jVersion>1.7.36</slf4jVersion>
     <xmlunitVersion>2.6.4</xmlunitVersion>
     
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>

Reply via email to