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 8790de32ff Bump com.fasterxml.jackson:jackson-bom from 2.21.0 to
2.21.1 (#2384)
8790de32ff is described below
commit 8790de32ff3635130366b311b9279a8ea92f1c34
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 10 09:34:59 2026 +0800
Bump com.fasterxml.jackson:jackson-bom from 2.21.0 to 2.21.1 (#2384)
Bumps
[com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom)
from 2.21.0 to 2.21.1.
-
[Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.21.0...jackson-bom-2.21.1)
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson:jackson-bom
dependency-version: 2.21.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
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 20559c94a9..f1d0ffd0bb 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.2'
- implementation "com.fasterxml.jackson:jackson-bom:2.21.0" // later version
for cyclonedx
+ implementation "com.fasterxml.jackson:jackson-bom:2.21.1" // later version
for cyclonedx
implementation "org.slf4j:slf4j-api:2.0.17" // later version for cyclonedx
implementation "org.apache.commons:commons-lang3:3.20.0" // later version
for cyclonedx
implementation 'org.apache.maven:maven-core:3.9.13'