diff --git a/build.gradle b/build.gradle index 11b9179..053e2fc 100644 --- a/build.gradle +++ b/build.gradle @@ -50,7 +50,7 @@ dependencies { // Use the JUnit testing framework. testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: '5.10.0' - testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.10.0' + testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.10.1' testImplementation group: 'org.mockito', name: 'mockito-inline', version: '5.2.0' }