From 767a69f15f67ca927e6fd83e35e0177e99c8d2cf 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:43:49 +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 9f275de..e9da12d --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ repositories { dependencies { implementation 'rhino:js:1.6R5' implementation 'antlr:antlr:2.7.7' - testImplementation group: 'junit', name: 'junit', version: '4.11' + testImplementation group: 'junit', name: 'junit', version: '4.13.2' antlr 'antlr:antlr:2.7.7' }