Skip to content

Commit

Permalink
Merge pull request #264 from zowe/reboot/dependencies-24-04-05
Browse files Browse the repository at this point in the history
chore: Upgrade of dependencies
  • Loading branch information
Shobhajayanna committed Apr 26, 2024
2 parents 1aee690 + d545352 commit 6d40116
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
ext {
springBootVersion = '2.7.18'
springSecurityVersion = '5.8.10'
springFrameworkVersion = '5.3.32'
springSecurityVersion = '5.8.12'
springFrameworkVersion = '5.3.34'
springDocVersion = '1.7.0'
logbackVersion = '1.2.13'
lombokVersion = '1.18.30'
lombokVersion = '1.18.32'
mockitoCoreVersion = '2.28.2'
powerMockVersion = "2.0.9"
gsonVersion = '2.10.1'
Expand All @@ -13,13 +13,13 @@
commonsCodecVersion = '1.16.1'
slf4jVersion = "1.7.36"
snakeYaml = "2.2"
jacksonCoreVersion = '2.16.1'
jacksonDatabindVersion = '2.16.1'
jacksonCoreVersion = '2.16.2'
jacksonDatabindVersion = '2.16.2'
jsonPathVersion = "2.9.0"
junitVersion = "4.13.2"
restAssuredVersion = "4.5.1"
explorerApiCommonVersion = "2.0.31"
tomcatVersion = "9.0.85"
explorerApiCommonVersion = "2.0.32"
tomcatVersion = "9.0.88"

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

0 comments on commit 6d40116

Please sign in to comment.