Skip to content

Commit 7c06981

Browse files
build(deps): bump org.jacoco:jacoco-maven-plugin from 0.8.13 to 0.8.14 (#3060)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cc0e34f commit 7c06981

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

athena-cloudera-hive/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
<plugin>
136136
<groupId>org.jacoco</groupId>
137137
<artifactId>jacoco-maven-plugin</artifactId>
138-
<version>0.8.13</version>
138+
<version>0.8.14</version>
139139
<executions>
140140
<execution>
141141
<goals>

athena-cloudera-impala/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
<plugin>
118118
<groupId>org.jacoco</groupId>
119119
<artifactId>jacoco-maven-plugin</artifactId>
120-
<version>0.8.13</version>
120+
<version>0.8.14</version>
121121
<executions>
122122
<execution>
123123
<goals>

athena-hortonworks-hive/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
<plugin>
131131
<groupId>org.jacoco</groupId>
132132
<artifactId>jacoco-maven-plugin</artifactId>
133-
<version>0.8.13</version>
133+
<version>0.8.14</version>
134134
<executions>
135135
<execution>
136136
<goals>

athena-kafka/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
<plugin>
183183
<groupId>org.jacoco</groupId>
184184
<artifactId>jacoco-maven-plugin</artifactId>
185-
<version>0.8.13</version>
185+
<version>0.8.14</version>
186186
<configuration>
187187
<excludes>
188188
<exclude>com/athena/connectors/kafka/dto/*.*</exclude>

athena-msk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
<plugin>
230230
<groupId>org.jacoco</groupId>
231231
<artifactId>jacoco-maven-plugin</artifactId>
232-
<version>0.8.13</version>
232+
<version>0.8.14</version>
233233
<configuration>
234234
<excludes>
235235
<exclude>com/athena/connectors/msk/dto/*.*</exclude>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@
327327
<plugin>
328328
<groupId>org.jacoco</groupId>
329329
<artifactId>jacoco-maven-plugin</artifactId>
330-
<version>0.8.13</version>
330+
<version>0.8.14</version>
331331
<executions>
332332
<execution>
333333
<goals>

0 commit comments

Comments
 (0)