You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2021/09/13 05:05:18 UTC

[syncope] branch master updated: Upgrading Wicket and Caffeine

This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/master by this push:
     new 1592c05  Upgrading Wicket and Caffeine
1592c05 is described below

commit 1592c058212f68a1bcdd7fd133543ef02b7edabd
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Sep 13 07:05:12 2021 +0200

    Upgrading Wicket and Caffeine
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6ca582a..c3ff6de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -473,7 +473,7 @@ under the License.
     <jsplumb.version>2.0.7</jsplumb.version>
     <chartjs.version>1.0.2</chartjs.version>
 
-    <wicket.version>9.4.0</wicket.version>
+    <wicket.version>9.5.0</wicket.version>
     <wicketstuff.version>9.4.0</wicketstuff.version>
     <wicket-jqueryui.version>9.3.2</wicket-jqueryui.version>
     <wicket-bootstrap.version>5.0.5</wicket-bootstrap.version>
@@ -1006,7 +1006,7 @@ under the License.
       <dependency>
         <groupId>com.github.ben-manes.caffeine</groupId>
         <artifactId>caffeine</artifactId>
-        <version>2.8.8</version>
+        <version>3.0.4</version>
       </dependency>
 
       <dependency>