Skip to content

Commit

Permalink
Bump cdg.pitest.version from 0.1.3 to 0.2.0 (#2619)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 22, 2022
1 parent aee3916 commit b23f797
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pitest-updated-pr.yml
Expand Up @@ -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
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -47,7 +47,7 @@
<mockito.version>4.5.1</mockito.version>
<!-- Plugin versions -->
<bnd.version>6.2.0</bnd.version>
<cdg.pitest.version>0.1.3</cdg.pitest.version>
<cdg.pitest.version>0.2.0</cdg.pitest.version>
<!-- Plugin versions overriding -->
<jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version>
</properties>
Expand Down

0 comments on commit b23f797

Please sign in to comment.