From 622569358e4b5983780f56bb4e67dc77c40d3f88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Oct 2020 16:21:34 +0000 Subject: [PATCH 1/2] Bump junit from 4.12 to 4.13.1 Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md) - [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1) Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5f9f91f..c7ac7c2 100644 --- a/pom.xml +++ b/pom.xml @@ -36,7 +36,7 @@ 3.0.0-M2 - 4.12 + 4.13.1 3.13.2 1.2-groovy-2.4 2.4.15 From 3160f2ab0b1d740b272207d09b32a8d8eb1e1f48 Mon Sep 17 00:00:00 2001 From: mmitura Date: Fri, 15 Jan 2021 12:37:05 +0100 Subject: [PATCH 2/2] PR-34 update dependencyManagement for junit. --- pom.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c7ac7c2..50bf1c1 100644 --- a/pom.xml +++ b/pom.xml @@ -82,6 +82,17 @@ + + + + + junit + junit + ${junit.version} + + + + org.projectlombok @@ -92,7 +103,6 @@ junit junit - ${junit.version} test