diff --git a/lib/crypt4gh/build.gradle.kts b/lib/crypt4gh/build.gradle.kts index 1e59e103..e5248f51 100644 --- a/lib/crypt4gh/build.gradle.kts +++ b/lib/crypt4gh/build.gradle.kts @@ -22,7 +22,7 @@ dependencies { implementation("com.rfksystems:blake2b:2.0.0") implementation("at.favre.lib:bkdf:0.6.0") implementation("com.lambdaworks:scrypt:1.4.0") - testImplementation(platform("org.junit:junit-bom:5.9.1")) + testImplementation(platform("org.junit:junit-bom:5.10.2")) testImplementation("org.junit.jupiter:junit-jupiter") }