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