diff --git a/build.gradle b/build.gradle index 4e9c6ff..aefaef5 100644 --- a/build.gradle +++ b/build.gradle @@ -102,7 +102,7 @@ dependencies { implementation 'javax.annotation:javax.annotation-api:1.3.2' // testImplementation project(":") - testImplementation(platform('org.junit:junit-bom:5.10.0')) + testImplementation(platform('org.junit:junit-bom:5.10.1')) testImplementation "org.junit.jupiter:junit-jupiter" testImplementation "org.hamcrest:hamcrest-core:2.2" testImplementation "org.hamcrest:hamcrest-library:2.2"