diff --git a/build.gradle b/build.gradle index d5a1fa4..bfd2573 100644 --- a/build.gradle +++ b/build.gradle @@ -105,7 +105,7 @@ dependencies { implementation 'javax.annotation:javax.annotation-api:1.3.2' - testFixturesApi(platform('org.junit:junit-bom:5.11.3')) + testFixturesApi(platform('org.junit:junit-bom:5.11.4')) testFixturesApi "org.junit.jupiter:junit-jupiter" testFixturesApi "org.hamcrest:hamcrest-core:3.0" testFixturesApi "org.hamcrest:hamcrest-library:3.0"