From 0bc7ae5870b578b2052e8a58566d5ff3b90c35cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 May 2022 07:52:15 +0000 Subject: [PATCH 1/2] Bump cdg.pitest.version from 0.1.3 to 0.2.0 Bumps `cdg.pitest.version` from 0.1.3 to 0.2.0. Updates `pitest-git-plugin` from 0.1.3 to 0.2.0 Updates `pitest-git-maven-plugin` from 0.1.3 to 0.2.0 --- updated-dependencies: - dependency-name: com.groupcdg:pitest-git-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.groupcdg:pitest-git-maven-plugin 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 fa9fca9c3d..75923d6b52 100644 --- a/pom.xml +++ b/pom.xml @@ -47,7 +47,7 @@ 4.5.1 6.2.0 - 0.1.3 + 0.2.0 0.8.8 From 390b828fdbc6a17cacad6981c0bf0b7714462863 Mon Sep 17 00:00:00 2001 From: Stefano Cordio Date: Sun, 22 May 2022 10:11:49 +0200 Subject: [PATCH 2/2] Bump pitest-github-maven-plugin from 0.1.3 to 0.2.0 --- .github/workflows/pitest-updated-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pitest-updated-pr.yml b/.github/workflows/pitest-updated-pr.yml index a3bbde809d..00b25a1db9 100644 --- a/.github/workflows/pitest-updated-pr.yml +++ b/.github/workflows/pitest-updated-pr.yml @@ -42,4 +42,4 @@ jobs: # The updatePR maven goal is used here with an explicit version. This allows us to upload without checking out # the code, but does mean the version here must be maintained. An alternative would be to checkout the code and use # the github goal. This will work as long as the artifact is extracted to the maven target directory - run: mvn -DrepoToken=${{ secrets.GITHUB_TOKEN }} com.groupcdg:pitest-github-maven-plugin:0.1.3:updatePR + run: mvn -DrepoToken=${{ secrets.GITHUB_TOKEN }} com.groupcdg:pitest-github-maven-plugin:0.2.0:updatePR