From 3ac77bbbf7f36c0c6e61476644fe9aff96f29919 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Feb 2021 05:45:15 +0000 Subject: [PATCH] Bump junit from 4.11 to 4.13.2 Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.2. - [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.2) 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..7491d04 --- 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.2' deployerJars 'org.apache.maven.wagon:wagon-ssh:2.2' }