diff --git a/build.gradle b/build.gradle index ccbdb536..b442f240 100644 --- a/build.gradle +++ b/build.gradle @@ -104,7 +104,7 @@ dependencies { testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: junitJupiterVersion testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: junitJupiterVersion testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: junitJupiterVersion - testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-commons', version: '1.8.2' + testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-commons', version: '1.10.0' testImplementation group: 'io.rest-assured', name: 'rest-assured', version: '5.0.1' testImplementation group: 'junit', name: 'junit', version: '4.13.2'