This is an automated email from the ASF dual-hosted git repository.
sunlan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/master by this push:
new 7ead8b1f62 Bump org.cyclonedx.bom from 3.0.0-alpha-1 to 3.0.0-alpha-2
7ead8b1f62 is described below
commit 7ead8b1f621c82fff17bb5eda47250e662545dd2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 1 01:05:59 2025 +0000
Bump org.cyclonedx.bom from 3.0.0-alpha-1 to 3.0.0-alpha-2
Bumps org.cyclonedx.bom from 3.0.0-alpha-1 to 3.0.0-alpha-2.
---
updated-dependencies:
- dependency-name: org.cyclonedx.bom
dependency-version: 3.0.0-alpha-2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index aac005a58a..e5501ab20d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -30,7 +30,7 @@ plugins {
id 'org.apache.groovy-core'
id 'java-test-fixtures'
id 'org.apache.groovy-jacoco-aggregation'
- id 'org.cyclonedx.bom' version '3.0.0-alpha-1'
+ id 'org.cyclonedx.bom' version '3.0.0-alpha-2'
}
base {