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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Max Lambrecht <max.lambrecht@hpe.com>
This commit is contained in:
parent
719554eab3
commit
72f352fc30
|
|
@ -99,7 +99,7 @@ subprojects {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
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"
|
implementation group: 'commons-validator', name: 'commons-validator', version: "1.7"
|
||||||
|
|
||||||
testCompileOnly group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: "${jupiterVersion}"
|
testCompileOnly group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: "${jupiterVersion}"
|
||||||
|
|
|
||||||
|
|
@ -95,6 +95,6 @@ dependencies {
|
||||||
|
|
||||||
// using bouncy castle for generating X.509 certs for testing purposes
|
// using bouncy castle for generating X.509 certs for testing purposes
|
||||||
testFixturesImplementation group: 'org.bouncycastle', name: 'bcpkix-jdk15on', version: '1.66'
|
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'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue