diff --git a/application/pom.xml b/application/pom.xml index 772ac63..2cf740d 100644 --- a/application/pom.xml +++ b/application/pom.xml @@ -66,7 +66,7 @@ org.jacoco jacoco-maven-plugin - 0.8.11 + 0.8.12 **/**/Application.* diff --git a/domain/pom.xml b/domain/pom.xml index 4a88c6b..a04edea 100644 --- a/domain/pom.xml +++ b/domain/pom.xml @@ -41,7 +41,7 @@ org.jacoco jacoco-maven-plugin - 0.8.11 + 0.8.12 diff --git a/infrastructure/coverage/pom.xml b/infrastructure/coverage/pom.xml index 3241849..b645718 100644 --- a/infrastructure/coverage/pom.xml +++ b/infrastructure/coverage/pom.xml @@ -76,7 +76,7 @@ org.jacoco jacoco-maven-plugin - 0.8.11 + 0.8.12 report-aggregate diff --git a/infrastructure/datastore-mysql/pom.xml b/infrastructure/datastore-mysql/pom.xml index ea37a78..af3084c 100644 --- a/infrastructure/datastore-mysql/pom.xml +++ b/infrastructure/datastore-mysql/pom.xml @@ -74,7 +74,7 @@ org.jacoco jacoco-maven-plugin - 0.8.11 + 0.8.12 **/**/Application.* diff --git a/infrastructure/kafka-consumer/pom.xml b/infrastructure/kafka-consumer/pom.xml index b4a660c..2bdec8c 100644 --- a/infrastructure/kafka-consumer/pom.xml +++ b/infrastructure/kafka-consumer/pom.xml @@ -94,7 +94,7 @@ org.jacoco jacoco-maven-plugin - 0.8.11 + 0.8.12 diff --git a/infrastructure/kafka-producer/pom.xml b/infrastructure/kafka-producer/pom.xml index 3529097..f79ddea 100644 --- a/infrastructure/kafka-producer/pom.xml +++ b/infrastructure/kafka-producer/pom.xml @@ -101,7 +101,7 @@ org.jacoco jacoco-maven-plugin - 0.8.11 + 0.8.12 diff --git a/ms-launcher/pom.xml b/ms-launcher/pom.xml index b1b01e4..17d7f59 100644 --- a/ms-launcher/pom.xml +++ b/ms-launcher/pom.xml @@ -116,7 +116,7 @@ org.jacoco jacoco-maven-plugin - 0.8.11 + 0.8.12 **/**/Application.*