Skip to content

Commit

Permalink
Maintain tomcat version
Browse files Browse the repository at this point in the history
As long as we have no spring boot upgrade
  • Loading branch information
strehle authored and Tallicia committed Feb 20, 2024
1 parent 25f463a commit 911d6ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ ext["hsqldb.version"] = "2.7.2" // HSQL-DB used for tests but not supported for
ext["selenium.version"] = "${versions.seleniumVersion}" // Selenium for integration tests only
ext["spring-framework.version"] = "${versions.springFrameworkVersion}" // Maintain spring until upgrade to spring boot 3.x, https://github.com/cloudfoundry/uaa/issues/2115
ext["spring-security.version"] = "${versions.springSecurityVersion}" // Maintain spring until upgrade to spring boot 3.x, https://github.com/cloudfoundry/uaa/issues/2115
ext["tomcat.version"] = "${versions.tomcatCargoVersion}" // Maintain tomcat until upgrade to spring boot 3.x, https://github.com/cloudfoundry/uaa/issues/2115

ext {
tomcatCargoVersion = "${versions.tomcatCargoVersion}"
Expand Down

0 comments on commit 911d6ca

Please sign in to comment.