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 9b6d263bd [MNG-7769] Update Resolver to 1.9.10 (#1102)
9b6d263bd is described below
commit 9b6d263bdb3e99d4a34985f289f3a2690fd62632
Author: Tamas Cservenak <[email protected]>
AuthorDate: Fri May 5 10:00:34 2023 +0200
[MNG-7769] Update Resolver to 1.9.10 (#1102)
From 1.9.8
---
https://issues.apache.org/jira/browse/MNG-7769
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b20f91e21..e3a18d798 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.8</resolverVersion>
+ <resolverVersion>1.9.10</resolverVersion>
<slf4jVersion>1.7.36</slf4jVersion>
<xmlunitVersion>2.6.4</xmlunitVersion>
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>