diff --git a/build.gradle b/build.gradle index 9b20896..8782de1 100644 --- a/build.gradle +++ b/build.gradle @@ -105,7 +105,7 @@ dependencies { implementation 'javax.annotation:javax.annotation-api:1.3.2' // testImplementation project(":") - testImplementation(platform('org.junit:junit-bom:5.11.0')) + testImplementation(platform('org.junit:junit-bom:5.11.3')) testImplementation "org.junit.jupiter:junit-jupiter" testImplementation "org.hamcrest:hamcrest-core:3.0" testImplementation "org.hamcrest:hamcrest-library:3.0"