Skip to content

Commit 9879441

Browse files
Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0 (#255)
Bumps org.apache.commons:commons-lang3 from 3.14.0 to 3.17.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] <support@github.com>
1 parent b0c9de6 commit 9879441

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ subprojects {
104104
}
105105

106106
dependencies {
107-
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.14.0'
107+
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.17.0'
108108
implementation group: 'commons-validator', name: 'commons-validator', version: "1.8.0"
109109

110110
testCompileOnly group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: "${jupiterVersion}"

java-spiffe-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,6 @@ dependencies {
9696

9797
// using bouncy castle for generating X.509 certs for testing purposes
9898
testFixturesImplementation group: 'org.bouncycastle', name: 'bcpkix-jdk15on', version: '1.70'
99-
testFixturesImplementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.14.0'
99+
testFixturesImplementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.17.0'
100100
}
101101

0 commit comments

Comments
 (0)