From 5ee630e4b24c9cd9c6ca632787f86188b5d1f656 Mon Sep 17 00:00:00 2001 From: Mattias Reichel Date: Fri, 5 Apr 2024 14:39:05 +0200 Subject: [PATCH 1/2] fix(deps): Upgrade to grails-quartz 3.0.0 --- grails-forge-core/src/main/resources/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grails-forge-core/src/main/resources/pom.xml b/grails-forge-core/src/main/resources/pom.xml index 1dc3101e..6aae3529 100644 --- a/grails-forge-core/src/main/resources/pom.xml +++ b/grails-forge-core/src/main/resources/pom.xml @@ -45,7 +45,7 @@ org.grails.plugins quartz - 2.0.13 + 3.0.0 org.asciidoctor.jvm.convert From a91401a29f896ca3d475454649ac9fea93dc9ba9 Mon Sep 17 00:00:00 2001 From: Mattias Reichel Date: Fri, 5 Apr 2024 14:52:26 +0200 Subject: [PATCH 2/2] fix(deps): Update grailsVersion in test --- .../grails/forge/feature/grails/GrailsGradlePluginSpec.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grails-forge-core/src/test/groovy/org/grails/forge/feature/grails/GrailsGradlePluginSpec.groovy b/grails-forge-core/src/test/groovy/org/grails/forge/feature/grails/GrailsGradlePluginSpec.groovy index 102965e7..ab78d560 100644 --- a/grails-forge-core/src/test/groovy/org/grails/forge/feature/grails/GrailsGradlePluginSpec.groovy +++ b/grails-forge-core/src/test/groovy/org/grails/forge/feature/grails/GrailsGradlePluginSpec.groovy @@ -17,7 +17,7 @@ class GrailsGradlePluginSpec extends BeanContextSpec implements CommandOutputFix then: gradleProps.contains("grailsGradlePluginVersion=6.1.2") - gradleProps.contains("grailsVersion=6.1.3-SNAPSHOT") + gradleProps.contains("grailsVersion=6.2.0-SNAPSHOT") } void "test dependencies are present for buildSrc"() {