Skip to content

Commit

Permalink
Upgrade dependencies for zowe 2.17
Browse files Browse the repository at this point in the history
upgrade spring dependencies
Signed-off-by: achmelo [email protected]
  • Loading branch information
achmelo authored Jul 3, 2024
2 parents 2240a29 + 20c075c commit 22cf3ce
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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.12'
springFrameworkVersion = '5.3.34'
springSecurityVersion = '5.8.13'
springFrameworkVersion = '5.3.37'
springDocVersion = '1.7.0'
logbackVersion = '1.2.13'
lombokVersion = '1.18.32'
Expand All @@ -13,13 +13,13 @@
commonsCodecVersion = '1.16.1'
slf4jVersion = "1.7.36"
snakeYaml = "2.2"
jacksonCoreVersion = '2.16.2'
jacksonDatabindVersion = '2.16.2'
jacksonCoreVersion = '2.17.1'
jacksonDatabindVersion = '2.17.1'
jsonPathVersion = "2.9.0"
junitVersion = "4.13.2"
restAssuredVersion = "4.5.1"
explorerApiCommonVersion = "2.0.32"
tomcatVersion = "9.0.88"
explorerApiCommonVersion = "2.0.33"
tomcatVersion = "9.0.90"

activationApiVersion = "1.2.2"
xmlBindApiVersion = "2.3.3"
Expand Down

0 comments on commit 22cf3ce

Please sign in to comment.