diff --git a/build.gradle b/build.gradle index fc2f7557..6920c47f 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.3') + testImplementation('org.junit.jupiter:junit-jupiter:5.11.4') // https://mvnrepository.com/artifact/org.mockito/mockito-core testImplementation 'org.mockito:mockito-core:4.9.0' testImplementation 'org.hamcrest:hamcrest:3.0'