We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b09ea6c commit 75260beCopy full SHA for 75260be
dependencies.gradle
@@ -25,7 +25,7 @@ ext {
25
'ant.version' : '1.10.15',
26
'asciidoctor-gradle-jvm.version' : '4.0.4',
27
'asciidoctorj.version' : '3.0.0',
28
- 'asset-pipeline-gradle.version' : '5.0.13-SNAPSHOT',
+ 'asset-pipeline-gradle.version': '5.0.13',
29
'byte-buddy.version' : '1.17.6',
30
'commons-text.version' : '1.13.1',
31
'directory-watcher.version' : '0.19.1',
@@ -73,7 +73,7 @@ ext {
73
]
74
75
bomDependencyVersions = [
76
- 'asset-pipeline-grails.version': '5.0.13-SNAPSHOT',
+ 'asset-pipeline-grails.version': '5.0.13',
77
'bootstrap-icons.version' : '1.13.1',
78
'bootstrap.version' : '5.3.7',
79
'commons-codec.version' : '1.18.0',
0 commit comments