Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pj892031 committed Apr 5, 2024
1 parent 1aee690 commit 8f8e2f5
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.11'
springFrameworkVersion = '5.3.33'
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.87"

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

0 comments on commit 8f8e2f5

Please # to comment.