Skip to content

Commit

Permalink
Upgrade to Grace 2022.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Jan 21, 2024
1 parent e3f9b2b commit 84a6a5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
dependencies {
classpath "org.graceframework:grace-gradle-plugin:$graceVersion"
classpath "com.github.erdi:webdriver-binaries-gradle-plugin:3.2"
classpath "org.graceframework.plugins:asset-pipeline-gradle:5.0.0"
classpath "org.graceframework.plugins:asset-pipeline-gradle:5.0.1"
}
}

Expand Down Expand Up @@ -83,7 +83,7 @@ dependencies {
runtimeOnly "com.h2database:h2"
runtimeOnly "org.apache.tomcat:tomcat-jdbc"
runtimeOnly "javax.xml.bind:jaxb-api:2.3.1"
runtimeOnly "org.graceframework.plugins:asset-pipeline-plugin:5.0.0"
runtimeOnly "org.graceframework.plugins:asset-pipeline-plugin:5.0.1"
testImplementation "io.micronaut:micronaut-inject-groovy"
testImplementation "org.graceframework:grace-test-support"
testImplementation "org.mockito:mockito-core"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
projectVersion=2022.0.0-SNAPSHOT
graceVersion=2022.0.0
graceVersion=2022.0.1
groovyVersion=3.0.15
org.gradle.daemon=true
org.gradle.parallel=true
Expand Down

0 comments on commit 84a6a5e

Please sign in to comment.