From a054474d62a076c61e5f4091434270dc0cfc432c Mon Sep 17 00:00:00 2001 From: Gabriel Roldan Date: Tue, 11 Feb 2025 02:40:47 -0300 Subject: [PATCH 1/4] Upgrade Wicket from 9.19.0 to 9.20.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d7f4f4d..de88e0c 100644 --- a/pom.xml +++ b/pom.xml @@ -74,7 +74,7 @@ 2.27-SNAPSHOT 33-SNAPSHOT - 9.19.0 + 9.20.0 1.20.0 format false From 4401fade198be950100829f540adabeb48d8b236 Mon Sep 17 00:00:00 2001 From: Gabriel Roldan Date: Tue, 11 Feb 2025 02:41:22 -0300 Subject: [PATCH 2/4] Upgrade commons-io from 2.16.1 to 2.18.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index de88e0c..4563adb 100644 --- a/pom.xml +++ b/pom.xml @@ -570,7 +570,7 @@ commons-io commons-io - 2.16.1 + 2.18.0 org.apache.commons From df45ff2bb644c5835496cbac73a3f8a3546ab1ee Mon Sep 17 00:00:00 2001 From: Gabriel Roldan Date: Tue, 11 Feb 2025 02:42:08 -0300 Subject: [PATCH 3/4] Upgrade guava from 33.2.1 to 33.4.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4563adb..fc39497 100644 --- a/pom.xml +++ b/pom.xml @@ -530,7 +530,7 @@ com.google.guava guava - 33.2.0-jre + 33.4.0-jre com.google.code.findbugs From 846a613b8b64a116325d8f12a443ce298085c168 Mon Sep 17 00:00:00 2001 From: Gabriel Roldan Date: Tue, 11 Feb 2025 02:45:45 -0300 Subject: [PATCH 4/4] Upgrade commons-lang from 2.5 to 2.6 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fc39497..d9e6fe3 100644 --- a/pom.xml +++ b/pom.xml @@ -560,7 +560,7 @@ commons-lang commons-lang - 2.5 + 2.6 commons-logging