Skip to content

Commit 3be76dc

Browse files
committed
Updates Spring dependencies
1 parent b62e690 commit 3be76dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dependencies.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ ext {
44
}
55

66
// Versions shared between multiple dependencies
7-
versions.aspectJVersion = "1.9.4"
7+
versions.aspectJVersion = "1.9.20.1"
88
versions.apacheDsVersion = "2.0.0.AM27"
99
versions.bouncyCastleFipsVersion = "2.0.0"
1010
versions.bouncyCastlePkixFipsVersion = "2.0.7"
1111
versions.bouncyCastleTlsFipsVersion = "2.0.19"
1212
versions.hamcrestVersion = "3.0"
13-
versions.springBootVersion = "2.7.18"
14-
versions.springFrameworkVersion = "5.3.39"
15-
versions.springSecurityVersion = "5.8.16"
13+
versions.springBootVersion = "3.0.13"
14+
versions.springFrameworkVersion = "6.0.14"
15+
versions.springSecurityVersion = "6.0.8"
1616
versions.tomcatCargoVersion = "9.0.97"
1717
versions.guavaVersion = "33.3.1-jre"
1818
versions.seleniumVersion = "4.27.0"

0 commit comments

Comments
 (0)