Skip to content

Commit 9c0ff04

Browse files
Bump org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0 (#363)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 25096be commit 9c0ff04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.18.0'
107+
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.19.0'
108108
implementation group: 'commons-validator', name: 'commons-validator', version: "1.10.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.18.0'
99+
testFixturesImplementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.19.0'
100100
}
101101

0 commit comments

Comments
 (0)