jdaugherty commented on code in PR #14133:
URL: https://github.com/apache/grails-core/pull/14133#discussion_r2044601910


##########
grails-gradle/dependencies.gradle:
##########
@@ -0,0 +1,58 @@
+// see https://github.com/dependabot/dependabot-core/issues/1618
+// This file allows dependabot to update the gradle dependencies
+
+// This file provides the 'grails-gradle-bom' dependencies, while 
/dependencies.gradle provides the 'grails-bom' dependencies
+// These files are split to facilitate separation of build vs application 
dependencies.  These are the build dependencies.
+ext {
+    bomDependencyVersions = [
+            'ant.version'                        : '1.10.15',
+            'asciidoctorj.version'               : '3.0.0',
+            'asset-pipeline-gradle.version'      : '5.0.8',
+            'byte-buddy.version'                 : '1.15.5',
+            'commons-text.version'               : '1.12.0',
+            'directory-watcher.version'          : '0.18.0',
+            'flying-saucer-pdf-openpdf.version'  : '9.4.0',
+            'grails-gdoc-engine.version'         : '1.0.1',
+            'jansi.version'                      : '1.18',
+            'javaparser-core.version'            : '3.26.2',
+            'jline.version'                      : '2.14.6',
+            'jna.version'                        : '5.16.0',
+            'jquery.version'                     : '3.7.1',
+            'jsoup.version'                      : '1.18.3',
+            'objenesis.version'                  : '3.4',
+            'profiles.version'                   : '10.0.2',
+            'gradle-spock.version'               : '2.3-groovy-3.0',
+            'gradle-nexus-publish-plugin.version': '2.0.0',
+            'spring-boot.version'                : '3.4.2',
+            'springloaded.version'               : '1.2.8.RELEASE',
+    ]
+
+    // Note: the name of the dependency must be the prefix of the property 
name so properties in the pom are resolved correctly
+    bomPlatformDependencies = [

Review Comment:
   the only reason i used underscore was because this was from the example & 
underscore doesn't require quoting it.  I can swtich to kebab to be consistent



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to