Skip to content

Commit

Permalink
Merge pull request #248 from zowe/upgrade-spring-guava-tomcat
Browse files Browse the repository at this point in the history
upgrade spring security to 5.7.11, guava to 32.0.1-jre, tomcat to 9.0.80
  • Loading branch information
AmandaDErrico authored Sep 25, 2023
2 parents 1bdc1c0 + f3cb3c3 commit 4ba3272
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,14 +1,14 @@
ext {
springBootVersion = '2.7.12'
springSecurityVersion = '5.7.10!!'
springSecurityVersion = '5.7.11!!'
springFrameworkVersion = '5.3.27!!'
springDocVersion = '1.6.9'
logbackVersion = '1.2.9'
lombokVersion = '1.18.20'
mockitoCoreVersion = '2.23.4'
powerMockVersion = "2.0.0-RC.1"
gsonVersion = '2.9.0'
guavaVersion = '31.0.1-jre'
guavaVersion = '32.0.1-jre'
httpClientVersion = '4.5.13'
httpCoreVersion = '4.4.14'
commonsCodecVersion = '1.15'
Expand All @@ -20,7 +20,7 @@ ext {
junitVersion = "4.13.1"
restAssuredVersion = "4.3.0"
explorerApiCommonVersion = "2.0.23"
tomcatVersion = "9.0.75"
tomcatVersion = "9.0.80"

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

0 comments on commit 4ba3272

Please sign in to comment.