From dcd396e1d94fd9361dafe1b05deba87426909eef Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 29 Jan 2021 19:49:19 +0000 Subject: [PATCH] Bump junit from 4.4 to 4.13.1 Bumps [junit](https://github.com/junit-team/junit4) from 4.4 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md) - [Commits](https://github.com/junit-team/junit4/commits/r4.13.1) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 75b2de8..21da4b1 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ tasks.withType(JavaCompile) { } dependencies { - testCompile group: 'junit', name: 'junit', version: '4.4' + testCompile group: 'junit', name: 'junit', version: '4.13.1' } test {