diff --git a/build.gradle b/build.gradle index 6fb550c5..f7d1cb77 100644 --- a/build.gradle +++ b/build.gradle @@ -57,7 +57,7 @@ dependencies { // Use JUnit test framework testImplementation(platform('org.junit:junit-bom:5.11.4')) - testImplementation('org.junit.jupiter:junit-jupiter:5.11.4') + testImplementation('org.junit.jupiter:junit-jupiter:5.12.1') // https://mvnrepository.com/artifact/org.mockito/mockito-core testImplementation 'org.mockito:mockito-core:4.9.0' testImplementation 'org.hamcrest:hamcrest:3.0'