This is an automated email from the ASF dual-hosted git repository. paulk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/groovy.git
commit bd624052dcb07f8e0b204dab5d64d3c3bb263d34 Author: Paul King <[email protected]> AuthorDate: Fri Nov 28 21:26:36 2025 +1000 keep explicit jackson version for cyclonedx --- build-logic/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build-logic/build.gradle b/build-logic/build.gradle index 15c64588f7..92f2ab2ecf 100644 --- a/build-logic/build.gradle +++ b/build-logic/build.gradle @@ -34,6 +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.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.11'
