diff --git a/build.gradle b/build.gradle index d85def7..e04cfeb 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ repositories { } dependencies { - testImplementation("org.junit.jupiter:junit-jupiter:5.10.2") + testImplementation("org.junit.jupiter:junit-jupiter:5.10.3") testRuntimeOnly("org.junit.platform:junit-platform-launcher") testImplementation('com.github.npathai:hamcrest-optional:2.0.0') testImplementation('org.hamcrest:hamcrest:2.2')