Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pj892031 committed Jan 8, 2024
1 parent df1b91b commit 5211d0a
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions gradle/versions.gradle
@@ -1,26 +1,25 @@
ext {
springBootVersion = '2.7.18'
springSecurityVersion = '5.8.8'
springSecurityVersion = '5.8.9'
springFrameworkVersion = '5.3.31'
springDocVersion = '1.6.15'
springDocVersion = '1.7.0'
logbackVersion = '1.2.13'
lombokVersion = '1.18.30'
mockitoCoreVersion = '2.28.2'
powerMockVersion = "2.0.9"
gsonVersion = '2.10.1'
guavaVersion = '32.1.3-jre'
httpClientVersion = '4.5.14'
httpCoreVersion = '4.4.16'
commonsCodecVersion = '1.16.0'
slf4jVersion = "1.7.36"
snakeYaml = "2.2"
jacksonCoreVersion = '2.16.0'
jacksonDatabindVersion = '2.16.0'
jacksonCoreVersion = '2.16.1'
jacksonDatabindVersion = '2.16.1'
jsonPathVersion = "2.8.0"
junitVersion = "4.13.2"
restAssuredVersion = "4.5.1"
explorerApiCommonVersion = "2.0.29"
tomcatVersion = "9.0.83"
explorerApiCommonVersion = "2.0.30"
tomcatVersion = "9.0.84"

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

0 comments on commit 5211d0a

Please sign in to comment.