This is an automated email from the ASF dual-hosted git repository.
paulk-asert 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 97c74ab717 Bump org.slf4j:slf4j-api from 2.0.17 to 2.0.18
97c74ab717 is described below
commit 97c74ab717a662c9ed4699cc513d8bdefc5bd4a5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun May 24 01:22:19 2026 +0000
Bump org.slf4j:slf4j-api from 2.0.17 to 2.0.18
Bumps org.slf4j:slf4j-api from 2.0.17 to 2.0.18.
---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
dependency-version: 2.0.18
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 b80d74e86c..78d9ea459e 100644
--- a/build-logic/build.gradle
+++ b/build-logic/build.gradle
@@ -35,7 +35,7 @@ dependencies {
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.3" // later version
for cyclonedx
- implementation "org.slf4j:slf4j-api:2.0.17" // later version for cyclonedx
+ implementation "org.slf4j:slf4j-api:2.0.18" // 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.15'
}