From 20b2fe312e5ebde09c24c7267f505f20c61728d3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2019 13:17:38 +0000 Subject: [PATCH] Bump junit from 4.11 to 4.12 Bumps [junit](https://github.com/junit-team/junit) from 4.11 to 4.12. - [Release notes](https://github.com/junit-team/junit/releases) - [Changelog](https://github.com/junit-team/junit4/blob/master/doc/ReleaseNotes4.11.md) - [Commits](https://github.com/junit-team/junit/compare/r4.11...r4.12) 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..ed00b04 --- 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.12' deployerJars 'org.apache.maven.wagon:wagon-ssh:2.2' }