Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pj892031 committed Jan 8, 2024
1 parent 13033ed commit 592c7f6
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,8 +1,8 @@
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'
Expand All @@ -13,16 +13,16 @@ ext {
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"
hamcrestJunitVersion = "2.0.0.0"
tomcatVersion = "9.0.83"
tomcatVersion = "9.0.84"
activationApiVersion = "1.2.2"
xmlBindApiVersion = "2.3.3"
objenesisVersion = "3.2"
objenesisVersion = "3.3"

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

0 comments on commit 592c7f6

Please sign in to comment.