From 042e6b002ea32c512c2ed73df4e6e90f972180a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 10:37:56 +0100 Subject: [PATCH] chore(deps): bump org.liquibase:liquibase-parent-pom from 0.4.5 to 0.5.0 (#666) * chore(deps): bump org.liquibase:liquibase-parent-pom from 0.4.5 to 0.5.0 Bumps [org.liquibase:liquibase-parent-pom](https://github.com/liquibase/liquibase-parent-pom) from 0.4.5 to 0.5.0. - [Release notes](https://github.com/liquibase/liquibase-parent-pom/releases) - [Commits](https://github.com/liquibase/liquibase-parent-pom/compare/v0.4.5...v0.5.0) --- updated-dependencies: - dependency-name: org.liquibase:liquibase-parent-pom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Add missing JUnit dependencies for surefire --------- Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Florent Biville --- pom.xml | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 39aeba6d..c54819e8 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.liquibase liquibase-parent-pom - 0.4.5 + 0.5.0 org.liquibase.ext @@ -49,6 +49,8 @@ src/test/groovy 1.20.3 4.4.18 + 5.11.3 + 1.11.3 @@ -125,6 +127,36 @@ ${jackson.version} test + + org.junit.jupiter + junit-jupiter-api + ${junit.version} + test + + + org.junit.platform + junit-platform-suite + ${junit-platform.version} + test + + + org.junit.platform + junit-platform-launcher + ${junit-platform.version} + test + + + org.junit.vintage + junit-vintage-engine + ${junit.version} + test + + + org.junit.jupiter + junit-jupiter-engine + ${junit.version} + test +