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 4fc7869dda Upgrading Spring Boot
4fc7869dda is described below

commit 4fc7869dda7f4144f341d3689ba6a1b25f2f2f02
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Thu Oct 23 11:27:54 2025 +0200

    Upgrading Spring Boot
---
 .../syncope/client/console/panels/DashboardSystemPanel.java       | 2 +-
 pom.xml                                                           | 8 +++++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git 
a/client/idrepo/console/src/main/java/org/apache/syncope/client/console/panels/DashboardSystemPanel.java
 
b/client/idrepo/console/src/main/java/org/apache/syncope/client/console/panels/DashboardSystemPanel.java
index 59dd4a6243..02a6f5f494 100644
--- 
a/client/idrepo/console/src/main/java/org/apache/syncope/client/console/panels/DashboardSystemPanel.java
+++ 
b/client/idrepo/console/src/main/java/org/apache/syncope/client/console/panels/DashboardSystemPanel.java
@@ -58,7 +58,7 @@ public class DashboardSystemPanel extends Panel {
         String versionLink =
                 StringUtils.isNotBlank(gitAndBuildInfo.getLeft()) && 
gitAndBuildInfo.getRight().endsWith("-SNAPSHOT")
                 ? 
"https://gitbox.apache.org/repos/asf?p=syncope.git;a=commit;h="; + 
gitAndBuildInfo.getLeft()
-                : 
"https://cwiki.apache.org/confluence/display/SYNCOPE/Maggiore";;
+                : 
"https://cwiki.apache.org/confluence/display/SYNCOPE/Notturno";;
         version.add(new AttributeModifier("onclick", "window.open('" + 
versionLink + "', '_blank')"));
         add(version);
 
diff --git a/pom.xml b/pom.xml
index 6ba1499821..e2c3450f5b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -415,7 +415,7 @@ under the License.
     <bouncycastle.version>1.82</bouncycastle.version>
     <nimbus-jose-jwt.version>10.5</nimbus-jose-jwt.version>
 
-    <spring-boot.version>3.5.6</spring-boot.version>
+    <spring-boot.version>3.5.7</spring-boot.version>
     <spring-cloud-gateway.version>4.3.2</spring-cloud-gateway.version>
 
     <openjpa.version>4.1.1</openjpa.version>
@@ -1314,6 +1314,12 @@ under the License.
         <version>1.6.6</version>
       </dependency>
 
+      <dependency>
+        <groupId>com.zaxxer</groupId>
+        <artifactId>HikariCP</artifactId>
+        <version>7.0.2</version>
+      </dependency>
+
       <dependency>
         <groupId>io.zonky.test</groupId>
         <artifactId>embedded-postgres</artifactId>

Reply via email to