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
The following commit(s) were added to refs/heads/master by this push:
new 6ff66b4b6f Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0
6ff66b4b6f is described below
commit 6ff66b4b6fe650af22ea3a0fd54d1018be468ad4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 18 01:05:07 2025 +0000
Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0
Bumps org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0.
---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
dependency-version: 3.20.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 b98fa6b441..45ae0a2e56 100644
--- a/build-logic/build.gradle
+++ b/build-logic/build.gradle
@@ -36,7 +36,7 @@ dependencies {
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.19.0" // 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'
}