Skip to content

Commit 75260be

Browse files
committed
feature: switch to 5.0.13 asset pipeline
1 parent b09ea6c commit 75260be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ext {
2525
'ant.version' : '1.10.15',
2626
'asciidoctor-gradle-jvm.version' : '4.0.4',
2727
'asciidoctorj.version' : '3.0.0',
28-
'asset-pipeline-gradle.version' : '5.0.13-SNAPSHOT',
28+
'asset-pipeline-gradle.version': '5.0.13',
2929
'byte-buddy.version' : '1.17.6',
3030
'commons-text.version' : '1.13.1',
3131
'directory-watcher.version' : '0.19.1',
@@ -73,7 +73,7 @@ ext {
7373
]
7474

7575
bomDependencyVersions = [
76-
'asset-pipeline-grails.version': '5.0.13-SNAPSHOT',
76+
'asset-pipeline-grails.version': '5.0.13',
7777
'bootstrap-icons.version' : '1.13.1',
7878
'bootstrap.version' : '5.3.7',
7979
'commons-codec.version' : '1.18.0',

0 commit comments

Comments
 (0)