Skip to content

Commit

Permalink
Updates Spring dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Raquel Pau committed Nov 29, 2024
1 parent b62e690 commit 3be76dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ ext {
}

// Versions shared between multiple dependencies
versions.aspectJVersion = "1.9.4"
versions.aspectJVersion = "1.9.20.1"
versions.apacheDsVersion = "2.0.0.AM27"
versions.bouncyCastleFipsVersion = "2.0.0"
versions.bouncyCastlePkixFipsVersion = "2.0.7"
versions.bouncyCastleTlsFipsVersion = "2.0.19"
versions.hamcrestVersion = "3.0"
versions.springBootVersion = "2.7.18"
versions.springFrameworkVersion = "5.3.39"
versions.springSecurityVersion = "5.8.16"
versions.springBootVersion = "3.0.13"
versions.springFrameworkVersion = "6.0.14"
versions.springSecurityVersion = "6.0.8"
versions.tomcatCargoVersion = "9.0.97"
versions.guavaVersion = "33.3.1-jre"
versions.seleniumVersion = "4.27.0"
Expand Down

0 comments on commit 3be76dc

Please sign in to comment.