From 967268235a91489ee629fb98eab59ffde2aec867 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 17:15:22 +0000 Subject: [PATCH] fix(deps): update junit5 monorepo --- topics/sw_concepts/code/pattern-examples/pom.xml | 6 +++--- topics/testing/code/pom.xml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/topics/sw_concepts/code/pattern-examples/pom.xml b/topics/sw_concepts/code/pattern-examples/pom.xml index 439ab65..39b5638 100644 --- a/topics/sw_concepts/code/pattern-examples/pom.xml +++ b/topics/sw_concepts/code/pattern-examples/pom.xml @@ -26,19 +26,19 @@ org.junit.jupiter junit-jupiter-api - 5.11.2 + 5.11.3 test org.junit.jupiter junit-jupiter-engine - 5.11.2 + 5.11.3 test org.junit.jupiter junit-jupiter - 5.11.2 + 5.11.3 test diff --git a/topics/testing/code/pom.xml b/topics/testing/code/pom.xml index d93c7c7..4ebeef5 100644 --- a/topics/testing/code/pom.xml +++ b/topics/testing/code/pom.xml @@ -60,7 +60,7 @@ org.junit.jupiter junit-jupiter-api - 5.11.2 + 5.11.3 test @@ -72,19 +72,19 @@ org.junit.jupiter junit-jupiter-engine - 5.11.2 + 5.11.3 test org.junit.jupiter junit-jupiter - 5.11.2 + 5.11.3 test org.junit.platform junit-platform-commons - 1.11.2 + 1.11.3 org.mockito