Skip to content

Commit

Permalink
upgrade spring security to 5.7.11, snakeyaml to 2.0, and tomcat to 9.…
Browse files Browse the repository at this point in the history
…0.80

Signed-off-by: Amanda D'Errico <[email protected]>
  • Loading branch information
AmandaDErrico committed Sep 25, 2023
1 parent 8b8ba34 commit 468a3f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ext {
springBootVersion = '2.7.12'
springSecurityVersion = '5.7.8!!'
springSecurityVersion = '5.7.11!!'
springFrameworkVersion = '5.3.20!!'
springDocVersion = '1.6.9'
guavaVersion = '32.0.1-jre'
Expand All @@ -13,15 +13,15 @@ ext {
httpCoreVersion = '4.4.10'
commonsCodecVersion = '1.15'
slf4jVersion = "1.7.25"
snakeYaml = "1.33"
snakeYaml = "2.0"
jacksonCoreVersion = '2.13.2'
jacksonDatabindVersion = '2.14.0'
jsonPathVersion = "2.4.0"
junitVersion = "4.13.1"
restAssuredVersion = "4.3.0"
javaxValidationApiVersion= "2.0.1.Final"
explorerApiCommonVersion = "1.1.19"
tomcatVersion = "9.0.75"
tomcatVersion = "9.0.80"

libraries = [
lombok : "org.projectlombok:lombok:${lombokVersion}",
Expand Down

0 comments on commit 468a3f1

Please sign in to comment.