Merge branch 'main' into dependabot/gradle/jupiterVersion-5.13.3
This commit is contained in:
commit
cc748f10fa
|
|
@ -104,7 +104,7 @@ subprojects {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.17.0'
|
||||
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.18.0'
|
||||
implementation group: 'commons-validator', name: 'commons-validator', version: "1.10.0"
|
||||
|
||||
testCompileOnly group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: "${jupiterVersion}"
|
||||
|
|
|
|||
|
|
@ -96,6 +96,6 @@ dependencies {
|
|||
|
||||
// using bouncy castle for generating X.509 certs for testing purposes
|
||||
testFixturesImplementation group: 'org.bouncycastle', name: 'bcpkix-jdk15on', version: '1.70'
|
||||
testFixturesImplementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.17.0'
|
||||
testFixturesImplementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.18.0'
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue