From 932ea85b1e3233d2f36575ac64208058e78d3c35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Feb 2021 05:53:57 +0000 Subject: [PATCH] Bump junit from 4.13 to 4.13.2 Bumps [junit](https://github.com/junit-team/junit4) from 4.13 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.2.md) - [Commits](https://github.com/junit-team/junit4/compare/r4.13...r4.13.2) Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 0c34173a80..8e22e85b43 100644 --- a/build.gradle +++ b/build.gradle @@ -99,12 +99,12 @@ subprojects { testCompileOnly("org.projectlombok:lombok:1.18.12") annotationProcessor("org.projectlombok:lombok:1.18.8") testAnnotationProcessor("org.projectlombok:lombok:1.18.8") - testImplementation("junit:junit:4.13") + testImplementation("junit:junit:4.13.2") } configurations.all { resolutionStrategy { - force("junit:junit:4.12") + force("junit:junit:4.13.2") force("com.google.guava:guava:21.0") force("org.jetbrains:annotations:20.1.0") force("com.google.code.findbugs:jsr305:3.0.2")