Upgrade Javaconfig samples to Gretty 4

Closes gh-1953
This commit is contained in:
Eleftheria Stein
2021-11-12 10:23:17 +01:00
parent 8e8cc7b1f0
commit fc5f875036
11 changed files with 12 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
plugins {
id "org.gretty" version "3.0.7"
id "org.gretty" version "4.0.0"
id "io.spring.convention.spring-sample-war"
}
@@ -27,5 +27,5 @@ dependencies {
gretty {
jvmArgs = ['-Dspring.profiles.active=embedded-redis']
servletContainer = 'tomcat9'
servletContainer = 'tomcat10'
}