diff --git a/build.gradle b/build.gradle index 003be367d0..5591ab03b2 100644 --- a/build.gradle +++ b/build.gradle @@ -473,10 +473,10 @@ dependencies { // 'test.useTestNG()' to your build script. //testCompile 'junit:junit:4.12' testRuntimeOnly("org.junit.platform:junit-platform-launcher") - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2' implementation group: 'com.google.code.gson', name: 'gson', version: '2.10.1' // https://mvnrepository.com/artifact/com.google.code.gson/gson - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2' testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.2' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'