From c616f7250fd58fe68fdbaa2200f1ec453a6ebc26 Mon Sep 17 00:00:00 2001 From: Picnic-DevPla-Bot <168541957+Picnic-DevPla-Bot@users.noreply.github.com> Date: Thu, 15 Aug 2024 09:21:45 +0200 Subject: [PATCH] Upgrade JUnit 5 5.10.3 -> 5.11.0 (#1289) See: - https://junit.org/junit5/docs/current/release-notes/ - https://github.com/junit-team/junit5/releases/tag/r5.11.0-M1 - https://github.com/junit-team/junit5/releases/tag/r5.11.0-M2 - https://github.com/junit-team/junit5/releases/tag/r5.11.0-RC1 - https://github.com/junit-team/junit5/releases/tag/r5.11.0 - https://github.com/junit-team/junit5/compare/r5.10.3...r5.11.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c8ce3f334eb..7de7382c61f 100644 --- a/pom.xml +++ b/pom.xml @@ -457,7 +457,7 @@ org.junit junit-bom - 5.10.3 + 5.11.0 pom import