jdaugherty commented on code in PR #14999: URL: https://github.com/apache/grails-core/pull/14999#discussion_r2288805896
########## dependencies.gradle: ########## @@ -22,25 +22,25 @@ // These files are split to facilitate separation of build vs application dependencies. These are the application dependencies. ext { gradleBomDependencyVersions = [ - 'ant.version' : '1.10.15', - 'asciidoctor-gradle-jvm.version' : '4.0.4', - 'asciidoctorj.version' : '3.0.0', - 'asset-pipeline-gradle.version' : '5.0.14', - 'byte-buddy.version' : '1.17.6', - 'commons-text.version' : '1.13.1', - 'directory-watcher.version' : '0.19.1', - 'gradle-spock.version' : '2.3-groovy-3.0', - 'grails-publish-plugin.version' : '7.0.0-SNAPSHOT', - 'grails-gdoc-engine.version' : '1.0.1', - 'jansi.version' : '1.18', - 'javaparser-core.version' : '3.27.0', - 'jline.version' : '2.14.6', - 'jna.version' : '5.17.0', - 'jquery.version' : '3.7.1', - 'objenesis.version' : '3.4', - 'gradle-spock.version' : '2.3-groovy-3.0', - 'spring-boot.version' : '3.5.4', - 'springloaded.version' : '1.2.8.RELEASE', + 'ant.version' : '1.10.15', + 'asciidoctor-gradle-jvm.version': '4.0.4', + 'asciidoctorj.version' : '3.0.0', + 'asset-pipeline-gradle.version' : '5.0.15', Review Comment: If you add something to a bom, every dependency of that library gets added too - and then gradle has to resolve conflicts. I agree that one version would be nice, but I'm not sure the best way to accomplish that. I think there's a another change required here where we go back to properties in gradle.properties, but I think it's out of scope for this change. Are you ok with this change for now and we can follow-up on simplifying later? -- 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