From 013bf242e7a3cafad5af775c1996a399a5437d44 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 11 Oct 2020 16:23:34 +0000 Subject: [PATCH] Update dependency junit:junit to v4.13.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d4e94e0..d1d508a 100644 --- a/build.gradle +++ b/build.gradle @@ -58,7 +58,7 @@ jar { dependencies { - testCompile group: 'junit', name: 'junit', version: '4.12' + testCompile group: 'junit', name: 'junit', version: '4.13.1' // https://mvnrepository.com/artifact/org.jetbrains/annotations compile group: 'org.jetbrains', name: 'annotations', version: '17.0.0' // https://mvnrepository.com/artifact/com.github.docker-java/docker-java