File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -538,8 +538,8 @@ allprojects {
538
538
integrationTestImplementation " org.apache.logging.log4j:log4j-core:${ versions.log4j} "
539
539
integrationTestImplementation " org.apache.logging.log4j:log4j-jul:${ versions.log4j} "
540
540
integrationTestImplementation ' org.hamcrest:hamcrest:2.2'
541
- integrationTestImplementation " org.bouncycastle:bcpkix-jdk18on:${ versions.bouncycastle } "
542
- integrationTestImplementation " org.bouncycastle:bcutil-jdk18on:${ versions.bouncycastle } "
541
+ integrationTestImplementation " org.bouncycastle:bcpkix-jdk18on:${ bouncycastle_version } "
542
+ integrationTestImplementation " org.bouncycastle:bcutil-jdk18on:${ bouncycastle_version } "
543
543
integrationTestImplementation(' org.awaitility:awaitility:4.2.2' ) {
544
544
exclude(group : ' org.hamcrest' , module : ' hamcrest' )
545
545
}
You can’t perform that action at this time.
0 commit comments