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 0aad9c16cf Bump org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0
0aad9c16cf is described below
commit 0aad9c16cf1c007c702d05e5f6c848042da46924
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 25 01:04:43 2025 +0000
Bump org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0
Bumps org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0.
---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
dependency-version: 3.19.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 edc0446fb5..e38371ca5a 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-1'
implementation "com.fasterxml.jackson:jackson-bom:2.20.0" // later version
for cyclonedx
implementation "org.slf4j:slf4j-api:2.0.17" // later version for cyclonedx
- implementation "org.apache.commons:commons-lang3:3.18.0" // 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'
}