This is an automated email from the ASF dual-hosted git repository. matrei pushed a commit to branch update-cyclonedx in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit 62bb7305de7028860165cee8a548ff78bf801f88 Author: Mattias Reichel <[email protected]> AuthorDate: Thu Sep 25 18:21:10 2025 +0200 fix(deps): `cyclonedx` `2.4.0` -> `2.4.1` --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 31b231d02c..d98938fc95 100644 --- a/gradle.properties +++ b/gradle.properties @@ -47,8 +47,8 @@ yakworksHibernateGroovyProxyVersion=1.1 # Build dependency versions not managed by BOMs apacheRatVersion=0.8.1 gradleChecksumPluginVersion=1.4.0 -# note: the cyclonedx 3.0.0-alpha-1 still does not set the project correctly, so we must use the older version -gradleCycloneDxPluginVersion=2.4.0 +# note: the cyclonedx 3 requires Gradle 9 +gradleCycloneDxPluginVersion=2.4.1 # micronaut libraries not in the bom due to the potential for spring mismatches micronautPlatformVersion=4.9.2
