From 999f909636985afcdd82cce631cb1845ed34ef90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 18:07:50 +0000 Subject: [PATCH 1/2] Chore(deps-dev): Bump org.junit.vintage:junit-vintage-engine Bumps [org.junit.vintage:junit-vintage-engine](https://github.com/junit-team/junit5) from 5.10.2 to 5.12.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.2...r5.12.0) --- updated-dependencies: - dependency-name: org.junit.vintage:junit-vintage-engine 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 b28166f9d3..a0f64d8a33 100644 --- a/pom.xml +++ b/pom.xml @@ -481,7 +481,7 @@ org.junit.vintage junit-vintage-engine - 5.10.2 + 5.12.0 test From 76953718d7f9ee1ed0737b80b625b44a78f6c622 Mon Sep 17 00:00:00 2001 From: Liam Newman Date: Thu, 20 Mar 2025 00:11:51 -0700 Subject: [PATCH 2/2] Add JUnit 5 BOM --- pom.xml | 58 ++++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 43 insertions(+), 15 deletions(-) diff --git a/pom.xml b/pom.xml index a0f64d8a33..f46d5a4479 100644 --- a/pom.xml +++ b/pom.xml @@ -411,10 +411,44 @@ com.fasterxml.jackson jackson-bom - 2.18.2 + 2.18.3 import pom - + + + junit + junit + 4.13.2 + + + org.junit + junit-bom + 5.12.1 + import + pom + + + org.hamcrest + hamcrest + ${hamcrest.version} + + + org.hamcrest + hamcrest-core + ${hamcrest.version} + + + org.hamcrest + hamcrest-library + ${hamcrest.version} + + + org.springframework.boot + spring-boot-dependencies + ${spring.boot.version} + pom + import + @@ -427,13 +461,12 @@ com.tngtech.archunit archunit - 1.3.0 + 1.4.0 test org.hamcrest hamcrest - ${hamcrest.version} test org.hamcrest hamcrest-core - ${hamcrest.version} test org.hamcrest hamcrest-library - ${hamcrest.version} test - com.github.npathai - hamcrest-optional - 2.0.0 + junit + junit test - junit - junit - 4.13.2 + com.github.npathai + hamcrest-optional + 2.0.0 test org.awaitility awaitility - 4.2.2 + 4.3.0 test org.junit.vintage junit-vintage-engine - 5.12.0 test