Skip to content

Commit

Permalink
Merge pull request #256 from zowe/upgrade-spring-framework-5.3.30-tom…
Browse files Browse the repository at this point in the history
…cat-9.0.82-v1

upgrade spring framework 5.3.30, tomcat to 9.0.82
  • Loading branch information
AmandaDErrico authored Oct 19, 2023
2 parents a661f3e + 1dfcd1e commit 8b0d26e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {
springBootVersion = '2.7.12'
springSecurityVersion = '5.7.11!!'
springFrameworkVersion = '5.3.27!!'
springFrameworkVersion = '5.3.30!!'
springDocVersion = '1.6.9'
guavaVersion = '32.0.1-jre'
logbackVersion = '1.2.9'
Expand All @@ -21,7 +21,7 @@ ext {
restAssuredVersion = "4.3.0"
javaxValidationApiVersion= "2.0.1.Final"
explorerApiCommonVersion = "1.1.20"
tomcatVersion = "9.0.81"
tomcatVersion = "9.0.82"

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

0 comments on commit 8b0d26e

Please # to comment.