diff --git a/build.gradle b/build.gradle index c58395b2..760d6cd7 100644 --- a/build.gradle +++ b/build.gradle @@ -44,7 +44,7 @@ allprojects { test.useJUnitPlatform() dependencies { - testImplementation platform("org.junit:junit-bom:5.11.0") + testImplementation platform("org.junit:junit-bom:5.11.1") testImplementation 'org.assertj:assertj-core:3.26.3' testImplementation 'org.junit.jupiter:junit-jupiter-api' diff --git a/test-common/build.gradle b/test-common/build.gradle index 5a363ad9..96c7a900 100644 --- a/test-common/build.gradle +++ b/test-common/build.gradle @@ -3,7 +3,7 @@ plugins { } dependencies { - api platform("org.junit:junit-bom:5.11.0") + api platform("org.junit:junit-bom:5.11.1") api "org.junit.jupiter:junit-jupiter-api" api "org.assertj:assertj-core:3.26.3"