From 3ebfa1da199e90cbef281ddc5433cd86b71d29d7 Mon Sep 17 00:00:00 2001 From: Misagh Moayyed Date: Fri, 18 Oct 2019 19:54:41 +0400 Subject: [PATCH] Update gradle.properties --- gradle.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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