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 d0540bcf35 Bump com.fasterxml.jackson:jackson-bom from 2.20.0 to 2.20.1
d0540bcf35 is described below
commit d0540bcf352425165701eedbb02172b0bcaed7ee
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 31 01:04:59 2025 +0000
Bump com.fasterxml.jackson:jackson-bom from 2.20.0 to 2.20.1
Bumps
[com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom)
from 2.20.0 to 2.20.1.
-
[Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.20.0...jackson-bom-2.20.1)
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson:jackson-bom
dependency-version: 2.20.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
build-logic/build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build-logic/build.gradle b/build-logic/build.gradle
index 8dfb46b95c..68154951c0 100644
--- a/build-logic/build.gradle
+++ b/build-logic/build.gradle
@@ -34,7 +34,7 @@ dependencies {
implementation 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.4.2'
implementation 'me.champeau.jmh:jmh-gradle-plugin:0.7.2'
implementation 'org.cyclonedx:cyclonedx-gradle-plugin:3.0.0-alpha-2'
- implementation "com.fasterxml.jackson:jackson-bom:2.20.0" // later version
for cyclonedx
+ implementation "com.fasterxml.jackson:jackson-bom:2.20.1" // later version
for cyclonedx
implementation "org.slf4j:slf4j-api:2.0.17" // later version for cyclonedx
implementation "org.apache.commons:commons-lang3:3.19.0" // later version
for cyclonedx
implementation 'org.apache.maven:maven-core:3.9.11'