Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit 27e4c5d

Browse files
authored
Merge pull request #20 from solarwinds/dependabot/maven/org.jacoco-jacoco-maven-plugin-0.8.14
Bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.14
2 parents 595ea20 + e23d318 commit 27e4c5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
<plugin>
162162
<groupId>org.jacoco</groupId>
163163
<artifactId>jacoco-maven-plugin</artifactId>
164-
<version>0.8.10</version>
164+
<version>0.8.14</version>
165165
<configuration>
166166
<formats>HTML,CSV,XML</formats>
167167
<dataFile>${project.build.directory}/coverage-data/jacoco-ut.exec</dataFile>

0 commit comments

Comments
 (0)