From 6abe25b915ae95366b3957e4627531bed82e5737 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 18 Oct 2020 17:32:13 -0700 Subject: Update JUnit version --- build.gradle | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 5e4fc3868..a63ff805e 100644 --- a/build.gradle +++ b/build.gradle @@ -76,7 +76,7 @@ dependencies { implementation "com.sun.xml.bind:jaxb-core:2.3.0.1" implementation "com.sun.xml.bind:jaxb-impl:2.3.3" implementation "javax.activation:activation:1.1.1" - testImplementation "junit:junit:4.13" + testImplementation "junit:junit:4.13.1" } task copyDependencies(type: Copy) { diff --git a/pom.xml b/pom.xml index 8f803c096..8ef8637d8 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ junit junit - 4.13 + 4.13.1 test -- cgit v1.2.3