Skip to content

Commit 4fc7869

Browse files
committed
Upgrading Spring Boot
1 parent 5dd68db commit 4fc7869

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

client/idrepo/console/src/main/java/org/apache/syncope/client/console/panels/DashboardSystemPanel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public DashboardSystemPanel(final String id) {
5858
String versionLink =
5959
StringUtils.isNotBlank(gitAndBuildInfo.getLeft()) && gitAndBuildInfo.getRight().endsWith("-SNAPSHOT")
6060
? "https://gitbox.apache.org/repos/asf?p=syncope.git;a=commit;h=" + gitAndBuildInfo.getLeft()
61-
: "https://cwiki.apache.org/confluence/display/SYNCOPE/Maggiore";
61+
: "https://cwiki.apache.org/confluence/display/SYNCOPE/Notturno";
6262
version.add(new AttributeModifier("onclick", "window.open('" + versionLink + "', '_blank')"));
6363
add(version);
6464

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ under the License.
415415
<bouncycastle.version>1.82</bouncycastle.version>
416416
<nimbus-jose-jwt.version>10.5</nimbus-jose-jwt.version>
417417

418-
<spring-boot.version>3.5.6</spring-boot.version>
418+
<spring-boot.version>3.5.7</spring-boot.version>
419419
<spring-cloud-gateway.version>4.3.2</spring-cloud-gateway.version>
420420

421421
<openjpa.version>4.1.1</openjpa.version>
@@ -1314,6 +1314,12 @@ under the License.
13141314
<version>1.6.6</version>
13151315
</dependency>
13161316

1317+
<dependency>
1318+
<groupId>com.zaxxer</groupId>
1319+
<artifactId>HikariCP</artifactId>
1320+
<version>7.0.2</version>
1321+
</dependency>
1322+
13171323
<dependency>
13181324
<groupId>io.zonky.test</groupId>
13191325
<artifactId>embedded-postgres</artifactId>

0 commit comments

Comments
 (0)