Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and wesleyosantos91 committed Apr 20, 2024
1 parent d6a601f commit 70e56e9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<plugin>
<groupId>org.pitest</groupId>
<artifactId>pitest-maven</artifactId>
<version>1.15.3</version>
<version>1.16.0</version>
<dependencies>
<dependency>
<groupId>org.pitest</groupId>
Expand Down
2 changes: 1 addition & 1 deletion domain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<plugin>
<groupId>org.pitest</groupId>
<artifactId>pitest-maven</artifactId>
<version>1.15.3</version>
<version>1.16.0</version>
<dependencies>
<dependency>
<groupId>org.pitest</groupId>
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<plugin>
<groupId>org.pitest</groupId>
<artifactId>pitest-maven</artifactId>
<version>1.15.3</version>
<version>1.16.0</version>
<dependencies>
<dependency>
<groupId>org.pitest</groupId>
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/datastore-mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<plugin>
<groupId>org.pitest</groupId>
<artifactId>pitest-maven</artifactId>
<version>1.15.3</version>
<version>1.16.0</version>
<dependencies>
<dependency>
<groupId>org.pitest</groupId>
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/kafka-consumer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<plugin>
<groupId>org.pitest</groupId>
<artifactId>pitest-maven</artifactId>
<version>1.15.3</version>
<version>1.16.0</version>
<dependencies>
<dependency>
<groupId>org.pitest</groupId>
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/kafka-producer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<plugin>
<groupId>org.pitest</groupId>
<artifactId>pitest-maven</artifactId>
<version>1.15.3</version>
<version>1.16.0</version>
<dependencies>
<dependency>
<groupId>org.pitest</groupId>
Expand Down

0 comments on commit 70e56e9

Please sign in to comment.