From 72f352fc306344a1517bf2cba924d30e7a2a422d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 16:42:10 -0500 Subject: [PATCH] Bump org.apache.commons:commons-lang3 from 3.11 to 3.12.0 (#129) Bumps org.apache.commons:commons-lang3 from 3.11 to 3.12.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-lang3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Max Lambrecht --- build.gradle | 2 +- java-spiffe-core/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index a5509f3..23cb62a 100644 --- a/build.gradle +++ b/build.gradle @@ -99,7 +99,7 @@ subprojects { } dependencies { - implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.11' + implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0' implementation group: 'commons-validator', name: 'commons-validator', version: "1.7" testCompileOnly group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: "${jupiterVersion}" diff --git a/java-spiffe-core/build.gradle b/java-spiffe-core/build.gradle index 1002246..7c7d9ea 100644 --- a/java-spiffe-core/build.gradle +++ b/java-spiffe-core/build.gradle @@ -95,6 +95,6 @@ dependencies { // using bouncy castle for generating X.509 certs for testing purposes testFixturesImplementation group: 'org.bouncycastle', name: 'bcpkix-jdk15on', version: '1.66' - testFixturesImplementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.11' + testFixturesImplementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0' }