diff --git a/build.gradle b/build.gradle index ed3aa56..4721ed8 100644 --- a/build.gradle +++ b/build.gradle @@ -100,13 +100,13 @@ dependencies { testImplementation group: 'org.hamcrest', name: 'hamcrest-library', version: '3.0' // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api - testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '6.0.1' + testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '6.0.2' // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-params - testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '6.0.1' + testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '6.0.2' // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine - testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '6.0.1' + testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '6.0.2' // https://mvnrepository.com/artifact/org.junit.platform/junit-platform-launcher testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher', version: '6.0.1'