Skip to content

Commit

Permalink
Merge pull request #268 from zowe/reboot/spring-framework-upgrade
Browse files Browse the repository at this point in the history
chore: upgrade spring-framework to 5.3.39 for Zowe 2.18.0
  • Loading branch information
Shobhajayanna authored Aug 19, 2024
2 parents 20817c3 + 98d8ce6 commit b32c328
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.18'
springSecurityVersion = '5.8.13'
springFrameworkVersion = '5.3.37'
springFrameworkVersion = '5.3.39'
springDocVersion = '1.7.0'
logbackVersion = '1.2.13'
lombokVersion = '1.18.32'
Expand All @@ -18,7 +18,7 @@
jsonPathVersion = "2.9.0"
junitVersion = "4.13.2"
restAssuredVersion = "4.5.1"
explorerApiCommonVersion = "2.0.34"
explorerApiCommonVersion = "2.0.35"
tomcatVersion = "9.0.93"

activationApiVersion = "1.2.2"
Expand Down

0 comments on commit b32c328

Please sign in to comment.