Skip to content

Commit

Permalink
Merge pull request #250 from zowe/release-2.12-upgrade-dependencies
Browse files Browse the repository at this point in the history
upgrade tomcat to 9.0.81 and spring framework to 5.3.30
  • Loading branch information
AmandaDErrico authored Oct 12, 2023
2 parents 4ba3272 + 524d97a commit 789e9a7
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'
logbackVersion = '1.2.9'
lombokVersion = '1.18.20'
Expand All @@ -20,7 +20,7 @@ ext {
junitVersion = "4.13.1"
restAssuredVersion = "4.3.0"
explorerApiCommonVersion = "2.0.23"
tomcatVersion = "9.0.80"
tomcatVersion = "9.0.81"

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

0 comments on commit 789e9a7

Please sign in to comment.