diff --git a/core/src/test/java/org/itsallcode/openfasttrace/core/cli/TestCliStarter.java b/core/src/test/java/org/itsallcode/openfasttrace/core/cli/TestCliStarter.java index b4308873..1782e620 100644 --- a/core/src/test/java/org/itsallcode/openfasttrace/core/cli/TestCliStarter.java +++ b/core/src/test/java/org/itsallcode/openfasttrace/core/cli/TestCliStarter.java @@ -12,6 +12,7 @@ import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.ExtendWith; +@SuppressWarnings("removal") // https://github.com/itsallcode/openfasttrace/issues/436 @ExtendWith(ExitGuard.class) class TestCliStarter { diff --git a/doc/changes/changes_4.2.0.md b/doc/changes/changes_4.2.0.md index 69f7dca0..28299d7f 100644 --- a/doc/changes/changes_4.2.0.md +++ b/doc/changes/changes_4.2.0.md @@ -9,3 +9,7 @@ In this release we changed the behavior of the Markdown importer, so that if we ## Features * #480: Ignore specification items inside Markdown code blocks + +## Refactoring + +* #437: Upgrade build and test dependencies on top of 4.1.0 diff --git a/parent/pom.xml b/parent/pom.xml index d9c8a184..f1b712d0 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -12,8 +12,8 @@ 4.1.0 17 - 5.11.0-M2 - 3.3.0 + 5.11.4 + 3.5.2 UTF-8 UTF-8 ${git.commit.time} @@ -213,31 +213,31 @@ org.hamcrest hamcrest - 2.2 + 3.0 test org.mockito mockito-junit-jupiter - 5.12.0 + 5.15.2 test org.itsallcode junit5-system-extensions - 1.2.0 + 1.2.2 test org.itsallcode hamcrest-auto-matcher - 0.7.0 + 0.8.2 test nl.jqno.equalsverifier equalsverifier - 3.16.1 + 3.18.1 test @@ -298,7 +298,7 @@ io.github.git-commit-id git-commit-id-maven-plugin - 9.0.0 + 9.0.1 get-the-git-infos @@ -524,7 +524,7 @@ org.apache.maven.plugins maven-artifact-plugin - 3.5.1 + 3.6.0 verify-reproducible-build @@ -541,7 +541,7 @@ org.codehaus.mojo versions-maven-plugin - 2.16.2 + 2.18.0 @@ -554,7 +554,7 @@ org.apache.maven.plugins maven-install-plugin - 3.1.2 + 3.1.3 org.apache.maven.plugins @@ -564,7 +564,7 @@ org.apache.maven.plugins maven-site-plugin - 4.0.0-M15 + 4.0.0-M16 org.apache.maven.plugins @@ -574,7 +574,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.4.1 + 3.4.2 org.apache.maven.plugins @@ -584,7 +584,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.7.0 + 3.11.2 org.codehaus.mojo @@ -614,7 +614,7 @@ org.apache.maven.plugins maven-deploy-plugin - 3.1.2 + 3.1.3