Skip to content

Commit 7263fb2

Browse files
dependabot[bot]wesleyosantos91
authored andcommitted
add: (deps): bump org.pitest:pitest-maven from 1.16.0 to 1.16.1
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>
1 parent 70e56e9 commit 7263fb2

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

application/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<plugin>
4444
<groupId>org.pitest</groupId>
4545
<artifactId>pitest-maven</artifactId>
46-
<version>1.16.0</version>
46+
<version>1.16.1</version>
4747
<dependencies>
4848
<dependency>
4949
<groupId>org.pitest</groupId>

domain/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<plugin>
2222
<groupId>org.pitest</groupId>
2323
<artifactId>pitest-maven</artifactId>
24-
<version>1.16.0</version>
24+
<version>1.16.1</version>
2525
<dependencies>
2626
<dependency>
2727
<groupId>org.pitest</groupId>

infrastructure/coverage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<plugin>
5656
<groupId>org.pitest</groupId>
5757
<artifactId>pitest-maven</artifactId>
58-
<version>1.16.0</version>
58+
<version>1.16.1</version>
5959
<dependencies>
6060
<dependency>
6161
<groupId>org.pitest</groupId>

infrastructure/datastore-mysql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<plugin>
5252
<groupId>org.pitest</groupId>
5353
<artifactId>pitest-maven</artifactId>
54-
<version>1.16.0</version>
54+
<version>1.16.1</version>
5555
<dependencies>
5656
<dependency>
5757
<groupId>org.pitest</groupId>

infrastructure/kafka-consumer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<plugin>
7474
<groupId>org.pitest</groupId>
7575
<artifactId>pitest-maven</artifactId>
76-
<version>1.16.0</version>
76+
<version>1.16.1</version>
7777
<dependencies>
7878
<dependency>
7979
<groupId>org.pitest</groupId>

infrastructure/kafka-producer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<plugin>
8181
<groupId>org.pitest</groupId>
8282
<artifactId>pitest-maven</artifactId>
83-
<version>1.16.0</version>
83+
<version>1.16.1</version>
8484
<dependencies>
8585
<dependency>
8686
<groupId>org.pitest</groupId>

0 commit comments

Comments
 (0)