Skip to content

Commit 463c821

Browse files
authored
Update jacoco to 0.8.9 (#147)
1 parent 9f2bd27 commit 463c821

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,14 +112,14 @@
112112
<dependency>
113113
<groupId>org.jacoco</groupId>
114114
<artifactId>org.jacoco.core</artifactId>
115-
<version>0.8.8</version>
115+
<version>0.8.9</version>
116116
</dependency>
117117

118118
<dependency>
119119
<groupId>org.jacoco</groupId>
120120
<artifactId>org.jacoco.agent</artifactId>
121121
<classifier>runtime</classifier>
122-
<version>0.8.8</version>
122+
<version>0.8.9</version>
123123
</dependency>
124124

125125
<!-- https://mvnrepository.com/artifact/junit/junit -->
@@ -257,7 +257,7 @@
257257
<plugin>
258258
<groupId>org.jacoco</groupId>
259259
<artifactId>jacoco-maven-plugin</artifactId>
260-
<version>0.8.8</version>
260+
<version>0.8.9</version>
261261
<executions>
262262
<execution>
263263
<goals>

src/main/resources/jacocoagent.jar

5.88 KB
Binary file not shown.

0 commit comments

Comments
 (0)