jdaugherty commented on code in PR #15312: URL: https://github.com/apache/grails-core/pull/15312#discussion_r2694935227
########## grails-forge/gradle.properties: ########## @@ -60,6 +60,10 @@ spotlessVersion=6.25.0 testRetryVersion=1.6.2 typesafeConfigVersion=1.4.3 +# Build dependency versions not managed by BOMs (needed for buildSrc) +apacheRatVersion=0.8.1 +gradleCycloneDxPluginVersion=2.4.1 Review Comment: The cyclone dx is part of the sbom plugin, which should be pulled from the build-logic project. Why is this needed? -- 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]
