From b2b086761cf4fb1cbb62ffc2f0558a83d18b3f25 Mon Sep 17 00:00:00 2001 From: Picnic-Bot Date: Mon, 1 Aug 2022 17:27:08 +0200 Subject: [PATCH] Upgrade JUnit Jupiter 5.8.2 -> 5.9.0 (#167) See: - https://junit.org/junit5/docs/current/release-notes/index.html - https://github.com/junit-team/junit5/releases/tag/r5.9.0 - https://github.com/junit-team/junit5/compare/r5.8.2...r5.9.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2217296a..9a8c928e 100644 --- a/pom.xml +++ b/pom.xml @@ -356,7 +356,7 @@ org.junit junit-bom - 5.8.2 + 5.9.0 pom import