Skip to content

Commit 7789eeb

Browse files
authored
Update to asset-pipeline 5.0.4 (#166)
1 parent 458bcbe commit 7789eeb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/redis-demo/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ dependencies {
5656
runtimeOnly "com.h2database:h2:$h2Version"
5757
runtimeOnly "org.apache.tomcat:tomcat-jdbc"
5858
runtimeOnly "jakarta.xml.bind:jakarta.xml.bind-api:$xmlBindApiVersion"
59-
runtimeOnly "com.bertramlabs.plugins:asset-pipeline-grails:$assetPipelineGrailVersion"
59+
runtimeOnly "com.bertramlabs.plugins:asset-pipeline-grails"
6060

6161
testImplementation "org.grails:grails-gorm-testing-support"
6262
testImplementation "org.mockito:mockito-core"

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
projectVersion=5.0.0-SNAPSHOT
22

3-
assetPipelineGrailVersion=5.0.1
3+
assetPipelineGrailVersion=5.0.4
44
asyncVersion=6.0.0-SNAPSHOT
55
cacheVersion=8.0.0-SNAPSHOT
66
commonsPool2Version=2.12.0

0 commit comments

Comments
 (0)