Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit cbd80ba

Browse files
authored
Merge pull request #453 from grails/update-asset-pipeline-5.0.3
Update to asset pipeline 5.0.4 by using version from grails-bom
2 parents 8b646ff + b324a9e commit cbd80ba

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

examples/demo33/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies {
2525
profile "org.grails.profiles:web"
2626
runtimeOnly "com.h2database:h2"
2727
runtimeOnly "org.apache.tomcat:tomcat-jdbc"
28-
runtimeOnly "com.bertramlabs.plugins:asset-pipeline-grails:$assetPipelineVersion"
28+
runtimeOnly "com.bertramlabs.plugins:asset-pipeline-grails"
2929

3030
testImplementation project(':grails-web-testing-support')
3131
testImplementation project(':grails-gorm-testing-support')

examples/demo33/src/integration-test/groovy/demo/JsonControllerSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ class JsonControllerSpec extends Specification {
3232
def response = new URL("http://localhost:$serverPort/json/index").getText()
3333

3434
then:
35-
response == '\n<html><head><title></title></head><body>Testing</body></html>'
35+
response.contains('<html><head><title></title></head><body>Testing</body></html>')
3636
}
3737
}

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ developers=Jeff Brown,James Kleeh
99

1010
#4.0.2-4.0.3 breaks org.ysb33r.gradle:grolifant for chromedriver due to switching to org.ysb33r.gradle:grolifant-rawhide:3.0.0
1111
asciidoctorJvmVersion=4.0.1
12-
assetPipelineVersion=5.0.1
1312
bytebuddyVersion=1.15.3
1413
grailsGradlePluginVersion=7.0.0-SNAPSHOT
1514
grailsVersion=7.0.0-SNAPSHOT

0 commit comments

Comments
 (0)