From 360c91acfae69c31624e13dcbb0a31dd543c985a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 12 Oct 2020 05:55:37 +0000 Subject: [PATCH] Bump junit from 4.11 to 4.13.1 Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.11.md) - [Commits](https://github.com/junit-team/junit4/compare/r4.11...r4.13.1) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 build.gradle diff --git a/build.gradle b/build.gradle old mode 100755 new mode 100644 index 91916c1..832b3ef --- a/build.gradle +++ b/build.gradle @@ -75,7 +75,7 @@ dependencies { compile 'commons-logging:commons-logging:1.1.1' compile 'log4j:log4j:1.2.16' compile 'com.caucho.hessian:hessian:3.1.6' - testCompile group: 'junit', name: 'junit', version: '4.11' + testCompile group: 'junit', name: 'junit', version: '4.13.1' deployerJars 'org.apache.maven.wagon:wagon-ssh:2.2' }