This is an automated email from the ASF dual-hosted git repository.
bitstorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git
The following commit(s) were added to refs/heads/master by this push:
new 2d9defdae3 Upgrade japicmp compatibility dependency version to
11.0.0-SNAPSHOT
2d9defdae3 is described below
commit 2d9defdae3e5553573ac92fbe53d7701bcaffdb7
Author: Andrea Del Bene <[email protected]>
AuthorDate: Tue Aug 18 22:45:20 2026 +0200
Upgrade japicmp compatibility dependency version to 11.0.0-SNAPSHOT
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b6af19942d..9c5e0f5e5a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -821,7 +821,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>${project.artifactId}</artifactId>
-
<version>10.0.0</version>
+
<version>11.0.0-SNAPSHOT</version>
<type>jar</type>
</dependency>
</oldVersion>