Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Commit

Permalink
chore(deps): Bump pitest-maven from 1.7.2 to 1.7.3 (#739)
Browse files Browse the repository at this point in the history
* chore(deps): Bump pitest-maven from 1.7.2 to 1.7.3

Bumps [pitest-maven](https://github.com/hcoles/pitest) from 1.7.2 to 1.7.3.
- [Release notes](https://github.com/hcoles/pitest/releases)
- [Commits](hcoles/pitest@1.7.2...1.7.3)

---
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>

* docs: update CHANGELOG.md

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julia Pampus <72392527+juliapampus@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and juliapampus authored Nov 9, 2021
1 parent 82e7e17 commit 74c99f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ All notable changes to this project will be documented in this file.
- Increase checkstyle version from 9.0.1 to 9.1.
- Increase postgresql version from 42.3.0 to 42.3.1.
- Increase pmd version from 6.39.0 to 6.40.0.
- Increase pitest-maven version from 1.7.2 to 1.7.3.
- Increase dependency-check-maven version from 6.4.1 to 6.5.0.

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<maven-enforcer-plugin.version>3.0.0</maven-enforcer-plugin.version>
<maven-javadoc-plugin.version>3.3.1</maven-javadoc-plugin.version>
<maven-surefire-plugin.version>3.0.0-M5</maven-surefire-plugin.version>
<pitest.version>1.7.2</pitest.version>
<pitest.version>1.7.3</pitest.version>
<pitest-junit5-plugin.version>0.15</pitest-junit5-plugin.version>
<tidy.version>1.1.0</tidy.version>
<maven-site-plugin.version>3.9.1</maven-site-plugin.version>
Expand Down

0 comments on commit 74c99f6

Please sign in to comment.