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 917e9561c [MNG-7800] Update to resolver 1.9.13 (#1180)
917e9561c is described below
commit 917e9561cfcf72c16b60e54463d78013a40fb88d
Author: Tamas Cservenak <[email protected]>
AuthorDate: Fri Jun 23 10:55:44 2023 +0200
[MNG-7800] Update to resolver 1.9.13 (#1180)
---
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 4318fc0b4..1579e52eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -146,7 +146,7 @@ under the License.
<securityDispatcherVersion>2.0</securityDispatcherVersion>
<cipherVersion>2.0</cipherVersion>
<jxpathVersion>1.3</jxpathVersion>
- <resolverVersion>1.9.12</resolverVersion>
+ <resolverVersion>1.9.13</resolverVersion>
<slf4jVersion>1.7.36</slf4jVersion>
<xmlunitVersion>2.9.1</xmlunitVersion>
<powermockVersion>2.0.9</powermockVersion>