Skip to content

Commit

Permalink
Update to asset-pipeline 5.0.4 (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesfredley authored Dec 13, 2024
1 parent 458bcbe commit 7789eeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/redis-demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies {
runtimeOnly "com.h2database:h2:$h2Version"
runtimeOnly "org.apache.tomcat:tomcat-jdbc"
runtimeOnly "jakarta.xml.bind:jakarta.xml.bind-api:$xmlBindApiVersion"
runtimeOnly "com.bertramlabs.plugins:asset-pipeline-grails:$assetPipelineGrailVersion"
runtimeOnly "com.bertramlabs.plugins:asset-pipeline-grails"

testImplementation "org.grails:grails-gorm-testing-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,6 +1,6 @@
projectVersion=5.0.0-SNAPSHOT

assetPipelineGrailVersion=5.0.1
assetPipelineGrailVersion=5.0.4
asyncVersion=6.0.0-SNAPSHOT
cacheVersion=8.0.0-SNAPSHOT
commonsPool2Version=2.12.0
Expand Down

0 comments on commit 7789eeb

Please sign in to comment.