From d5ba391f605bf0c38f73a341f2983532d42da762 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 06:22:48 +0000 Subject: [PATCH 1/3] Bump pitest-junit5-plugin from 0.15 to 1.0.0 Bumps [pitest-junit5-plugin](https://github.com/pitest/pitest-junit5-plugin) from 0.15 to 1.0.0. - [Release notes](https://github.com/pitest/pitest-junit5-plugin/releases) - [Commits](https://github.com/pitest/pitest-junit5-plugin/compare/0.15...1.0.0) --- updated-dependencies: - dependency-name: org.pitest:pitest-junit5-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 90416f5c..0ce6817d 100644 --- a/pom.xml +++ b/pom.xml @@ -88,7 +88,7 @@ 1.12.0 0.8.8 1.8.0 - 0.15 + 1.0.0 2.14.0 0.9.8 0.14.7 From 94161091236b5f3d2e8ec0860450a3475089530d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Jul 2022 16:20:34 +0000 Subject: [PATCH 2/3] Bump pitest-maven from 1.8.0 to 1.9.2 Bumps [pitest-maven](https://github.com/hcoles/pitest) from 1.8.0 to 1.9.2. - [Release notes](https://github.com/hcoles/pitest/releases) - [Commits](https://github.com/hcoles/pitest/compare/1.8.0...1.9.2) --- updated-dependencies: - dependency-name: org.pitest:pitest-maven dependency-type: direct:production 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 26586419..ef43a249 100644 --- a/pom.xml +++ b/pom.xml @@ -87,7 +87,7 @@ 4.7.1.0 1.12.0 0.8.8 - 1.8.0 + 1.9.2 0.15 2.14.0 0.9.8 From ececef4c69448f342d441dc9fec7f36a8c69d3dd Mon Sep 17 00:00:00 2001 From: Ulli Hafner Date: Sun, 10 Jul 2022 20:40:20 +0200 Subject: [PATCH 3/3] Fix configuration of RevApi manually-vetted. --- pom.xml | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) diff --git a/pom.xml b/pom.xml index 8b3227f5..1747df30 100644 --- a/pom.xml +++ b/pom.xml @@ -635,6 +635,7 @@ + [-0-9.]* true true true @@ -661,6 +662,10 @@ + + true + false + NON_BREAKING documented @@ -669,24 +674,6 @@ false true - - true - false - - - - ok - - - - true - true - java.annotation.* - edu.umd.cs.findbugs.annotations.* - Annotation should be safe to change - - -