diff --git a/build.gradle b/build.gradle index 7fbc0ee8..96448d5c 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ repositories { } dependencies { - testImplementation("org.junit.jupiter:junit-jupiter:5.14.1") + testImplementation("org.junit.jupiter:junit-jupiter:5.14.2") testRuntimeOnly("org.junit.platform:junit-platform-launcher") testImplementation('com.github.npathai:hamcrest-optional:2.0.0') testImplementation('org.hamcrest:hamcrest:3.0')