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/01/16 13:29:38 UTC

[maven] branch maven-3.9.x updated: [MNG-7668] Update Resolver to 1.9.4 (#958)

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 f7149c235 [MNG-7668] Update Resolver to 1.9.4 (#958)
f7149c235 is described below

commit f7149c2356f0da705e9c5b98199b997e4ffec0d2
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Mon Jan 16 14:29:32 2023 +0100

    [MNG-7668] Update Resolver to 1.9.4 (#958)
    
    Update Maven Resolver to 1.9.4
    
    ---
    
    https://issues.apache.org/jira/browse/MNG-7668
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0b801f815..2ff347dfa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -142,7 +142,7 @@ under the License.
     <securityDispatcherVersion>2.0</securityDispatcherVersion>
     <cipherVersion>2.0</cipherVersion>
     <jxpathVersion>1.3</jxpathVersion>
-    <resolverVersion>1.9.2</resolverVersion>
+    <resolverVersion>1.9.4</resolverVersion>
     <slf4jVersion>1.7.36</slf4jVersion>
     <xmlunitVersion>2.2.1</xmlunitVersion>
     <powermockVersion>1.7.4</powermockVersion>