Skip to content

Commit b349a5c

Browse files
Fixes build.gradle
Signed-off-by: Darshit Chanpura <[email protected]>
1 parent 95ff332 commit b349a5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -538,8 +538,8 @@ allprojects {
538538
integrationTestImplementation "org.apache.logging.log4j:log4j-core:${versions.log4j}"
539539
integrationTestImplementation "org.apache.logging.log4j:log4j-jul:${versions.log4j}"
540540
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}"
543543
integrationTestImplementation('org.awaitility:awaitility:4.2.2') {
544544
exclude(group: 'org.hamcrest', module: 'hamcrest')
545545
}

0 commit comments

Comments
 (0)