jamesfredley commented on code in PR #14999: URL: https://github.com/apache/grails-core/pull/14999#discussion_r2288979762
########## dependencies.gradle: ########## @@ -72,37 +72,37 @@ ext { ] bomDependencyVersions = [ - 'asset-pipeline-grails.version': '5.0.14', - 'bootstrap-icons.version' : '1.13.1', - 'bootstrap.version' : '5.3.7', - 'commons-codec.version' : '1.18.0', - 'geb-spock.version' : '7.0', - 'groovy.version' : '4.0.28', - 'h2.version' : '2.3.232', - 'jackson.version' : '2.19.1', - 'jquery.version' : '3.7.1', - 'liquibase-hibernate5.version' : '4.27.0', - 'mongodb.version' : '5.5.1', - 'rxjava.version' : '1.3.8', - 'rxjava2.version' : '2.2.21', - 'rxjava3.version' : '3.1.11', - 'selenium.version' : '4.34.0', - 'spock.version' : '2.3-groovy-4.0', - 'sitemesh.version' : '2.6.0', - 'starter-sitemesh.version' : '3.2.2', + 'asset-pipeline-bom.version' : '5.0.15', Review Comment: `'asset-pipeline-bom.version' : gradleBomDependencyVersions['asset-pipeline-gradle.version'],` would get us down to a single asset-pipeline version. I don't love it entirely, since the flip would make more sense, but this is structured with gradle-bom first. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@grails.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org