Skip to content

Commit

Permalink
Update asset-pipeline to 4.3.0 (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Dec 20, 2023
1 parent 47795c2 commit 2861a06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/redis-demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
}
dependencies {
classpath "org.grails:grails-gradle-plugin:$grailsGradlePluginVersion"
classpath "com.bertramlabs.plugins:asset-pipeline-gradle:3.2.4"
classpath "com.bertramlabs.plugins:asset-pipeline-gradle:4.3.0"
}
}

Expand Down Expand Up @@ -58,7 +58,7 @@ dependencies {
runtimeOnly "com.h2database:h2"
runtimeOnly "org.apache.tomcat:tomcat-jdbc"
runtimeOnly "javax.xml.bind:jaxb-api:2.3.1"
runtimeOnly "com.bertramlabs.plugins:asset-pipeline-grails:3.2.4"
runtimeOnly "com.bertramlabs.plugins:asset-pipeline-grails:4.3.0"


testImplementation "org.grails:grails-gorm-testing-support"
Expand Down

0 comments on commit 2861a06

Please sign in to comment.