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 adc0d3bd6 [MNG-7800] Update to Resolver 1.9.11 (#1140)
adc0d3bd6 is described below

commit adc0d3bd6704fc16c54ddf75eab7fccbb33a5fe6
Author: Tamas Cservenak <[email protected]>
AuthorDate: Fri Jun 16 12:01:42 2023 +0200

    [MNG-7800] Update to Resolver 1.9.11 (#1140)
    
    Resolver 1.9.11 release notes:
    
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628&version=12353188
    
    ---
    
    https://issues.apache.org/jira/browse/MNG-7800
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 68016bdc6..d1d2affc0 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.10</resolverVersion>
+    <resolverVersion>1.9.11</resolverVersion>
     <slf4jVersion>1.7.36</slf4jVersion>
     <xmlunitVersion>2.9.1</xmlunitVersion>
     <powermockVersion>2.0.9</powermockVersion>

Reply via email to