From 0e752a2d2cc1022a95675e77061f0c901b9eb0db Mon Sep 17 00:00:00 2001 From: Harald Kuhr Date: Fri, 6 Jun 2025 13:03:03 +0200 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter-api from 5.12.2 to 5.13.0 (#1149) --- contrib/pom.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/contrib/pom.xml b/contrib/pom.xml index cd33babd..6ce90575 100644 --- a/contrib/pom.xml +++ b/contrib/pom.xml @@ -13,6 +13,11 @@ Contributions to TwelveMonkeys and code that doesn't fit anywhere else. + + 5.13.0 + + + com.twelvemonkeys.common @@ -64,13 +69,13 @@ org.junit.jupiter junit-jupiter-engine - 5.12.2 + ${junit.jupiter.version} test org.junit.jupiter junit-jupiter-api - 5.12.2 + ${junit.jupiter.version} test