Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and romani committed May 9, 2024
1 parent 5bdff94 commit b7d694c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -223,7 +223,7 @@
<maven.compiler.plugin.version>3.13.0</maven.compiler.plugin.version>
<java.version>11</java.version>
<maven.compiler.release>${java.version}</maven.compiler.release>
<pitest.plugin.version>1.16.0</pitest.plugin.version>
<pitest.plugin.version>1.16.1</pitest.plugin.version>
<pitest.plugin.timeout.factor>10</pitest.plugin.timeout.factor>
<pitest.plugin.output.formats>HTML,XML</pitest.plugin.output.formats>
<pitest.plugin.timeout.constant>50000</pitest.plugin.timeout.constant>
Expand Down

0 comments on commit b7d694c

Please sign in to comment.