File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
client/idrepo/console/src/main/java/org/apache/syncope/client/console/panels Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments