From be29d0d23ded99cc37f310f6b26757d36321e7b7 Mon Sep 17 00:00:00 2001 From: Craig Perkins Date: Tue, 4 Jun 2024 11:20:04 -0400 Subject: [PATCH] Try running whitesource Signed-off-by: Craig Perkins --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a33bfb23c5..2a143604c9 100644 --- a/build.gradle +++ b/build.gradle @@ -725,7 +725,7 @@ dependencies { integrationTestImplementation 'commons-io:commons-io:2.16.1' integrationTestImplementation "org.apache.logging.log4j:log4j-core:${versions.log4j}" integrationTestImplementation "org.apache.logging.log4j:log4j-jul:${versions.log4j}" - integrationTestImplementation 'org.hamcrest:hamcrest:2.2' + integrationTestImplementation 'org.hamcrest:hamcrest:2.1' integrationTestImplementation "org.bouncycastle:bcpkix-jdk18on:${versions.bouncycastle}" integrationTestImplementation "org.bouncycastle:bcutil-jdk18on:${versions.bouncycastle}" integrationTestImplementation('org.awaitility:awaitility:4.2.1') {