Skip to content

Commit 9bb5aef

Browse files
committed
Bump to the jacoco 0.8.4.
1 parent a34d919 commit 9bb5aef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
<plugin>
116116
<groupId>org.jacoco</groupId>
117117
<artifactId>jacoco-maven-plugin</artifactId>
118-
<version>0.8.2</version>
118+
<version>0.8.4</version>
119119
<executions>
120120
<execution>
121121
<id>prepare-agent</id>
@@ -148,7 +148,7 @@
148148
<plugin>
149149
<groupId>org.jacoco</groupId>
150150
<artifactId>jacoco-maven-plugin</artifactId>
151-
<version>0.8.2</version>
151+
<version>0.8.4</version>
152152
<configuration>
153153
<excludes>
154154
<exclude>**/U$BaseHttpSslSocketFactory*.class</exclude>

0 commit comments

Comments
 (0)