Skip to content

Commit 7148343

Browse files
Bump org.jacoco:jacoco-maven-plugin from 0.8.13 to 0.8.14
Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.13 to 0.8.14. - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](jacoco/jacoco@v0.8.13...v0.8.14) --- updated-dependencies: - dependency-name: org.jacoco:jacoco-maven-plugin dependency-version: 0.8.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 249dd65 commit 7148343

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
@@ -119,7 +119,7 @@
119119
<plugin>
120120
<groupId>org.jacoco</groupId>
121121
<artifactId>jacoco-maven-plugin</artifactId>
122-
<version>0.8.13</version>
122+
<version>0.8.14</version>
123123
<executions>
124124
<execution>
125125
<id>prepare-agent</id>
@@ -153,7 +153,7 @@
153153
<plugin>
154154
<groupId>org.jacoco</groupId>
155155
<artifactId>jacoco-maven-plugin</artifactId>
156-
<version>0.8.13</version>
156+
<version>0.8.14</version>
157157
<configuration>
158158
<excludes>
159159
<exclude>**/U$BaseHttpSslSocketFactory*.class</exclude>

0 commit comments

Comments
 (0)