diff --git a/build.gradle b/build.gradle index 859112f..7877d72 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ dependencies { api "com.launchdarkly:launchdarkly-java-server-sdk:${versions.sdk}" api "software.amazon.awssdk:dynamodb:${versions.dynamodb}" testImplementation "org.hamcrest:hamcrest-all:1.3" - testImplementation "junit:junit:4.12" + testImplementation "junit:junit:4.13.2" testImplementation "com.launchdarkly:launchdarkly-java-server-sdk:${versions.sdk}:test" // our unit tests use helper classes from the SDK testImplementation "com.google.guava:guava:28.2-jre" // required by SDK tests, not used in this library itself testImplementation "com.google.code.gson:gson:2.7" // same as above