diff --git a/build.gradle b/build.gradle index 3e2da39..7b952ab 100644 --- a/build.gradle +++ b/build.gradle @@ -104,7 +104,7 @@ dependencies { implementation 'javax.annotation:javax.annotation-api:1.3.2' // testImplementation project(":") - testImplementation(platform('org.junit:junit-bom:5.10.1')) + testImplementation(platform('org.junit:junit-bom:5.10.2')) testImplementation "org.junit.jupiter:junit-jupiter" testImplementation "org.hamcrest:hamcrest-core:2.2" testImplementation "org.hamcrest:hamcrest-library:2.2"