This is an automated email from the ASF dual-hosted git repository.
cstamas pushed a commit to branch maven-3.10.x
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/maven-3.10.x by this push:
new 5699881385 Use Resolver 2.0.20-SNAPSHOT
5699881385 is described below
commit 569988138567ea707b17e952e24dffa35d22bd02
Author: Tamas Cservenak <[email protected]>
AuthorDate: Sat Jun 27 16:14:57 2026 +0200
Use Resolver 2.0.20-SNAPSHOT
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f809b88260..0eef5752de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -144,7 +144,7 @@ under the License.
<securityDispatcherVersion>2.0</securityDispatcherVersion>
<cipherVersion>2.0</cipherVersion>
<jxpathVersion>1.4.0</jxpathVersion>
- <resolverVersion>2.0.19-SNAPSHOT</resolverVersion>
+ <resolverVersion>2.0.20-SNAPSHOT</resolverVersion>
<slf4jVersion>2.0.18</slf4jVersion>
<xmlunitVersion>2.12.0</xmlunitVersion>
<powermockVersion>2.0.9</powermockVersion>