Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pj892031 committed Apr 23, 2024
1 parent 8f8e2f5 commit d545352
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {
springBootVersion = '2.7.18'
springSecurityVersion = '5.8.11'
springFrameworkVersion = '5.3.33'
springSecurityVersion = '5.8.12'
springFrameworkVersion = '5.3.34'
springDocVersion = '1.7.0'
logbackVersion = '1.2.13'
lombokVersion = '1.18.32'
Expand All @@ -19,7 +19,7 @@
junitVersion = "4.13.2"
restAssuredVersion = "4.5.1"
explorerApiCommonVersion = "2.0.32"
tomcatVersion = "9.0.87"
tomcatVersion = "9.0.88"

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

0 comments on commit d545352

Please sign in to comment.