From 2cc62c0a80e42353a10b20043dc17e2d403ae2a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 16:31:04 +0200 Subject: [PATCH] chore(deps): update wicketstuff to v10.1.1 (#710) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Urs Joss --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b8eae9dbc..018bc1f33 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -34,7 +34,7 @@ wicket = "10.1.0" wicketBootstrap = "7.0.5" wicketJqueryUi = "10.0.0-M1" wicketSpringBootStarter = "4.0.0" -wicketstuff = "10.1.0" +wicketstuff = "10.1.1" [libraries] cacheApi = { module = "javax.cache:cache-api" }