diff --git a/build.gradle b/build.gradle index 8be5c3fc..b6c0d0d5 100644 --- a/build.gradle +++ b/build.gradle @@ -60,7 +60,7 @@ subprojects { implementation 'org.apache.logging.log4j:log4j-api:2.23.1' implementation 'org.apache.logging.log4j:log4j-core:2.23.1' - testImplementation platform('org.junit:junit-bom:5.10.3') + testImplementation platform('org.junit:junit-bom:5.11.2') testImplementation 'org.junit.jupiter:junit-jupiter' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testImplementation 'org.mockito:mockito-core:5.12.0'