diff --git a/java-snapshot-testing-junit4/build.gradle b/java-snapshot-testing-junit4/build.gradle index 23a847b..251e8a5 100644 --- a/java-snapshot-testing-junit4/build.gradle +++ b/java-snapshot-testing-junit4/build.gradle @@ -5,11 +5,11 @@ dependencies { implementation project(':java-snapshot-testing-core') compileOnly 'org.junit.platform:junit-platform-runner:1.2.0' - compileOnly 'org.junit.vintage:junit-vintage-engine:5.2.0' + compileOnly 'org.junit.vintage:junit-vintage-engine:6.1.1' testImplementation "org.slf4j:slf4j-simple:${project.slf4jVersion}" testImplementation 'org.junit.platform:junit-platform-runner:1.2.0' - testImplementation 'org.junit.vintage:junit-vintage-engine:5.2.0' + testImplementation 'org.junit.vintage:junit-vintage-engine:6.1.1' testImplementation "org.assertj:assertj-core:${project.assertjVersion}" testImplementation 'com.fasterxml.jackson.core:jackson-core:2.11.3'