diff --git a/gradle.properties b/gradle.properties index 5f03804..05a5a18 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,20 +1,20 @@ # Versions cas.version=6.1.0-SNAPSHOT -springBootVersion=2.2.0.RC1 +springBootVersion=2.2.0 # Use -jetty, -undertow to other containers # Or blank if you want to deploy to an external container appServer=-tomcat executable=false -gradleVersion=5.6.2 -tomcatVersion=9.0.24 +gradleVersion=5.6.3 +tomcatVersion=9.0.27 group=org.apereo.cas sourceCompatibility=11 targetCompatibility=11 -jibVersion=1.6.0 +jibVersion=1.7.0 # Location of the downloaded CAS shell JAR shellDir=build/libs