This is an automated email from the ASF dual-hosted git repository.
adelbene 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 8933c4e75f updated openrewrite recipe and tweaking dependencies
8933c4e75f is described below
commit 8933c4e75f9256a123094cf7b0effd7626c19631
Author: Andrea Del Bene <[email protected]>
AuthorDate: Thu Aug 28 12:47:31 2025 +0200
updated openrewrite recipe and tweaking dependencies
---
wicket-migration/pom.xml | 36 ++++++++++++++++++++++++++++++++++--
1 file changed, 34 insertions(+), 2 deletions(-)
diff --git a/wicket-migration/pom.xml b/wicket-migration/pom.xml
index 3eb0bf70f0..ec7e889414 100644
--- a/wicket-migration/pom.xml
+++ b/wicket-migration/pom.xml
@@ -38,7 +38,7 @@
<dependency>
<groupId>org.openrewrite.recipe</groupId>
<artifactId>rewrite-migrate-java</artifactId>
- <version>2.29.0</version>
+ <version>3.15.1</version>
<exclusions>
<exclusion>
<groupId>org.openrewrite.recipe</groupId>
@@ -48,6 +48,38 @@
<groupId>org.openrewrite.recipe</groupId>
<artifactId>rewrite-java-8</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>com.github.ben-manes.caffeine</groupId>
+ <artifactId>caffeine</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-beans</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-core</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.google.errorprone</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.google.guava</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>io.projectreactor</groupId>
+ <artifactId>reactor-core</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.reactivestreams</groupId>
+ <artifactId>reactive-streams</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -77,7 +109,7 @@
<dependency>
<groupId>org.openrewrite.recipe</groupId>
<artifactId>rewrite-recipe-bom</artifactId>
- <version>2.21.1</version>
+ <version>3.13.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>