Skip to content

Commit

Permalink
dependencies upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
pj892031 committed Jan 14, 2025
1 parent e7cf8cb commit 738d315
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
ext {
springBootVersion = '2.7.18'
springSecurityVersion = '5.8.13'
springSecurityVersion = '5.8.16'
springFrameworkVersion = '5.3.39'
springDocVersion = '1.7.0'
springDocVersion = '1.8.0'
logbackVersion = '1.2.13'
lombokVersion = '1.18.32'
lombokVersion = '1.18.36'
mockitoCoreVersion = '2.28.2'
powerMockVersion = "2.0.9"
gsonVersion = '2.10.1'
gsonVersion = '2.11.0'
httpClientVersion = '4.5.14'
httpCoreVersion = '4.4.16'
commonsCodecVersion = '1.16.1'
commonsCodecVersion = '1.17.2'
slf4jVersion = "1.7.36"
snakeYaml = "2.2"
jacksonCoreVersion = '2.17.1'
jacksonDatabindVersion = '2.17.1'
snakeYaml = "2.3"
jacksonCoreVersion = '2.17.3'
jacksonDatabindVersion = '2.17.3'
jsonPathVersion = "2.9.0"
junitVersion = "4.13.2"
restAssuredVersion = "4.5.1"
explorerApiCommonVersion = "2.0.35"
tomcatVersion = "9.0.93"
explorerApiCommonVersion = "2.0.36"
tomcatVersion = "9.0.98"

activationApiVersion = "1.2.2"
xmlBindApiVersion = "2.3.3"
hamcrestVersion = "2.2"
commonsLang3Version = "3.14.0"
commonsLang3Version = "3.17.0"

libraries = [
lombok : "org.projectlombok:lombok:${lombokVersion}",
Expand Down

0 comments on commit 738d315

Please sign in to comment.