From 9c7cbaae947ff9e99faa395d77ac2254f32bd5c3 Mon Sep 17 00:00:00 2001 From: Anna Koskinen Date: Tue, 13 Oct 2020 16:26:42 +0300 Subject: [PATCH] Bump JUnit from 4.12 to 4.13.1 (#12122) --- pom.xml | 2 +- test/pom.xml | 2 +- test/widget-set-testutil/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 31f3494b42..c3e3763186 100644 --- a/pom.xml +++ b/pom.xml @@ -193,7 +193,7 @@ junit junit - 4.12 + 4.13.1 hamcrest-core diff --git a/test/pom.xml b/test/pom.xml index b1ff614a19..0ead58af3b 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -79,7 +79,7 @@ junit junit - 4.12 + 4.13.1 diff --git a/test/widget-set-testutil/pom.xml b/test/widget-set-testutil/pom.xml index fb159830bc..684b1a0202 100644 --- a/test/widget-set-testutil/pom.xml +++ b/test/widget-set-testutil/pom.xml @@ -36,7 +36,7 @@ junit junit - 4.12 + 4.13.1 provided -- 2.39.5