From c70b3126ffbd2ce15dac329f35a08c69bff6037e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 20:53:18 +0000 Subject: [PATCH 1/2] Bump org.junit.platform:junit-platform-launcher from 1.11.2 to 1.12.0 Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) from 1.11.2 to 1.12.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-launcher dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index af9cbca..b66eddd 100644 --- a/pom.xml +++ b/pom.xml @@ -131,7 +131,7 @@ org.junit.platform junit-platform-launcher - 1.11.2 + 1.12.0 test From dfcaf7509e219800395c287ce3e8de62fc2afc1b Mon Sep 17 00:00:00 2001 From: Masaki Waga Date: Fri, 28 Feb 2025 00:44:20 +0900 Subject: [PATCH 2/2] fix(pom.xml): update JUnit version and add maven-surefire-plugin Updated the JUnit Jupiter version to 5.12.0.,Added the maven-surefire-plugin with version 3.0.0-M7.,Included junit-jupiter-api dependency for test scope. --- pom.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b66eddd..f629460 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ UTF-8 17 - 5.11.4 + 5.12.0 false @@ -90,6 +90,11 @@ true + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0-M7 + @@ -116,6 +121,12 @@ ${junit.jupiter.version} test + + org.junit.jupiter + junit-jupiter-api + ${junit.jupiter.version} + test + org.junit.jupiter junit-jupiter-engine