From f399057e036502ff3e68334247d73878d32f7716 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 11:55:52 -0700 Subject: [PATCH] Bump junit from 4.13.1 to 4.13.2 (#130) Bumps [junit](https://github.com/junit-team/junit4) from 4.13.1 to 4.13.2. - [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/compare/r4.13.1...r4.13.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 63ba1bfc..b4986dec 100644 --- a/build.gradle +++ b/build.gradle @@ -86,7 +86,7 @@ dependencies { compile group: 'org.slf4j', name: 'slf4j-api', version:'1.7.30' compile group: 'commons-codec', name: 'commons-codec', version:'1.15' compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.11' - testCompile group: 'junit', name: 'junit', version:'4.13.1' + testCompile group: 'junit', name: 'junit', version:'4.13.2' testCompile group: 'org.slf4j', name: 'slf4j-simple', version:'1.7.30' testCompile group: 'org.mockito', name: 'mockito-core', version:'3.7.7' }