diff --git a/examples/testapp1/gradle.properties b/examples/testapp1/gradle.properties index 5b01b19..92727ea 100644 --- a/examples/testapp1/gradle.properties +++ b/examples/testapp1/gradle.properties @@ -1,5 +1,5 @@ # The plugin is compiled with snapshot for forward compatibility, but the test app uses the stable version -grailsVersion=7.0.0-RC2 +grailsVersion=7.0.0 # More versions are inherited from ../../gradle.properties greenmailVersion=2.1.2 diff --git a/gradle.properties b/gradle.properties index e8f81a1..05fcec3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,10 +1,10 @@ projectVersion=5.0.3-SNAPSHOT -grailsVersion=7.0.0-SNAPSHOT +grailsVersion=7.0.0 javaVersion=17 jakartaMailImplVersion=2.0.3 -asciidoctorGradlePluginVersion=4.0.4 +asciidoctorGradlePluginVersion=4.0.5 # This prevents the Grails Gradle Plugin from unnecessarily excluding slf4j-simple in the generated POMs # https://github.com/grails/grails-gradle-plugin/issues/222