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 bd71dd72a [MNG-7800] Update resolver to 1.9.12 (#1176)
bd71dd72a is described below
commit bd71dd72a916600f9493b635d4fd002cc5c6b59e
Author: Tamas Cservenak <[email protected]>
AuthorDate: Mon Jun 19 11:16:18 2023 +0200
[MNG-7800] Update resolver to 1.9.12 (#1176)
Resolver 1.9.12
---
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 604c2903d..4318fc0b4 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.11</resolverVersion>
+ <resolverVersion>1.9.12</resolverVersion>
<slf4jVersion>1.7.36</slf4jVersion>
<xmlunitVersion>2.9.1</xmlunitVersion>
<powermockVersion>2.0.9</powermockVersion>