Skip to content

Commit

Permalink
upgrade tomcat to 9.0.81 and sprnig framework to 5.3.30
Browse files Browse the repository at this point in the history
Signed-off-by: Amanda D'Errico <[email protected]>
  • Loading branch information
AmandaDErrico committed Oct 12, 2023
1 parent 64e7cb0 commit e7a389e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ext {
//TODO MARK - shouldn't this inherit from parent?
springBootVersion = '2.7.12'
springSecurityVersion = '5.7.11!!'
springFrameworkVersion = '5.3.27!!'
springFrameworkVersion = '5.3.30!!'
springDocVersion = '1.6.9'
lombokVersion = '1.18.20'
mockitoCoreVersion = '2.23.4'
Expand All @@ -21,7 +21,7 @@ ext {
mapStructVersion = "1.2.0.Final"
restAssuredVersion = "4.3.0"
explorerApiCommonVersion = "2.0.23"
tomcatVersion = "9.0.80"
tomcatVersion = "9.0.81"

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

0 comments on commit e7a389e

Please sign in to comment.