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 2023/02/23 08:43:39 UTC

[maven] branch master updated: [MNG-7695] Update resolver to 1.9.5 (#1011)

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 b1bffd68b [MNG-7695] Update resolver to 1.9.5 (#1011)
b1bffd68b is described below

commit b1bffd68b8707a150b03db138f1174fab35bd186
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Thu Feb 23 09:43:33 2023 +0100

    [MNG-7695] Update resolver to 1.9.5 (#1011)
    
    Update resolver to 1.9.5 w/ many fixes.
    
    ---
    
    https://issues.apache.org/jira/browse/MNG-7695
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 67c53b993..caa37fd67 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.4</resolverVersion>
+    <resolverVersion>1.9.5</resolverVersion>
     <slf4jVersion>1.7.36</slf4jVersion>
     <xmlunitVersion>2.6.4</xmlunitVersion>
     <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>