Skip to content

Commit

Permalink
Bump org.pitest:pitest-maven from 1.16.1 to 1.17.0
Browse files Browse the repository at this point in the history
Bumps [org.pitest:pitest-maven](https://github.com/hcoles/pitest) from 1.16.1 to 1.17.0.
- [Release notes](https://github.com/hcoles/pitest/releases)
- [Commits](hcoles/pitest@1.16.1...1.17.0)

---
updated-dependencies:
- dependency-name: org.pitest:pitest-maven
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 10, 2024
1 parent 91b293d commit c900653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion st-tdg-eval/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<!-- Run with: mvn test-compile org.pitest:pitest-maven:mutationCoverage -->
<groupId>org.pitest</groupId>
<artifactId>pitest-maven</artifactId>
<version>1.16.1</version>
<version>1.17.0</version>
<configuration>
<targetClasses>
<param>io.swagger.petstore.data.Pet*</param>
Expand Down

0 comments on commit c900653

Please sign in to comment.