Skip to content

Commit b9846d8

Browse files
chore: bump jacoco-maven-plugin from 0.8.5 to 0.8.6 (#60)
Bumps [jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.5 to 0.8.6. - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](jacoco/jacoco@v0.8.5...v0.8.6) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f6f3bcd commit b9846d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kotlin-spark-api-2.4.1_2.12/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
<plugin>
156156
<groupId>org.jacoco</groupId>
157157
<artifactId>jacoco-maven-plugin</artifactId>
158-
<version>0.8.5</version>
158+
<version>0.8.6</version>
159159
<executions>
160160
<execution>
161161
<goals>

kotlin-spark-api-3.0.0_2.12/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
<plugin>
156156
<groupId>org.jacoco</groupId>
157157
<artifactId>jacoco-maven-plugin</artifactId>
158-
<version>0.8.5</version>
158+
<version>0.8.6</version>
159159
<executions>
160160
<execution>
161161
<goals>

0 commit comments

Comments
 (0)