Skip to content

Commit 4424cfb

Browse files
dependabot[bot]wesleyosantos91
authored andcommitted
add: (deps): bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12
Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.11 to 0.8.12. - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](jacoco/jacoco@v0.8.11...v0.8.12) --- updated-dependencies: - dependency-name: org.jacoco:jacoco-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3bf380b commit 4424cfb

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

application/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<plugin>
6767
<groupId>org.jacoco</groupId>
6868
<artifactId>jacoco-maven-plugin</artifactId>
69-
<version>0.8.11</version>
69+
<version>0.8.12</version>
7070
<configuration>
7171
<excludes>
7272
<exclude>**/**/Application.*</exclude>

domain/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<plugin>
4242
<groupId>org.jacoco</groupId>
4343
<artifactId>jacoco-maven-plugin</artifactId>
44-
<version>0.8.11</version>
44+
<version>0.8.12</version>
4545
<executions>
4646
<!-- to avoid bugs in some situations -->
4747
<execution>

infrastructure/coverage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<plugin>
7777
<groupId>org.jacoco</groupId>
7878
<artifactId>jacoco-maven-plugin</artifactId>
79-
<version>0.8.11</version>
79+
<version>0.8.12</version>
8080
<executions>
8181
<execution>
8282
<id>report-aggregate</id>

infrastructure/datastore-mysql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<plugin>
7575
<groupId>org.jacoco</groupId>
7676
<artifactId>jacoco-maven-plugin</artifactId>
77-
<version>0.8.11</version>
77+
<version>0.8.12</version>
7878
<configuration>
7979
<excludes>
8080
<exclude>**/**/Application.*</exclude>

infrastructure/kafka-consumer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<plugin>
9595
<groupId>org.jacoco</groupId>
9696
<artifactId>jacoco-maven-plugin</artifactId>
97-
<version>0.8.11</version>
97+
<version>0.8.12</version>
9898
<executions>
9999
<!-- to avoid bugs in some situations -->
100100
<execution>

infrastructure/kafka-producer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<plugin>
102102
<groupId>org.jacoco</groupId>
103103
<artifactId>jacoco-maven-plugin</artifactId>
104-
<version>0.8.11</version>
104+
<version>0.8.12</version>
105105
<executions>
106106
<!-- to avoid bugs in some situations -->
107107
<execution>

ms-launcher/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
<plugin>
117117
<groupId>org.jacoco</groupId>
118118
<artifactId>jacoco-maven-plugin</artifactId>
119-
<version>0.8.11</version>
119+
<version>0.8.12</version>
120120
<configuration>
121121
<excludes>
122122
<exclude>**/**/Application.*</exclude>

0 commit comments

Comments
 (0)