Skip to content

Commit

Permalink
Merge pull request #333 from zowe/reboot/springframework-upgrade
Browse files Browse the repository at this point in the history
chore: upgrade spring framework to 5.3.39
  • Loading branch information
Shobhajayanna authored Aug 19, 2024
2 parents 30bab19 + 0b68afd commit fb1c744
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
Expand Up @@ -2,7 +2,7 @@ ext {
//TODO MARK - shouldn't this inherit from parent?
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 @@ -19,7 +19,7 @@ ext {
jsonPathVersion = "2.9.0"
junitVersion = "4.13.2"
restAssuredVersion = "4.5.1"
explorerApiCommonVersion = "2.0.34"
explorerApiCommonVersion = "2.0.35"
tomcatVersion = "9.0.93"

mapStructVersion = "1.2.0.Final"
Expand Down

0 comments on commit fb1c744

Please sign in to comment.