Skip to content

Commit 5596aa4

Browse files
Bump jacoco.version from 0.8.10 to 0.8.12
Bumps `jacoco.version` from 0.8.10 to 0.8.12. Updates `org.jacoco:org.jacoco.agent` from 0.8.10 to 0.8.12 - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](jacoco/jacoco@v0.8.10...v0.8.12) Updates `org.jacoco:jacoco-maven-plugin` from 0.8.10 to 0.8.12 - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](jacoco/jacoco@v0.8.10...v0.8.12) --- updated-dependencies: - dependency-name: org.jacoco:org.jacoco.agent dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: org.jacoco:jacoco-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 231b045 commit 5596aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<maven.compiler.parameters>true</maven.compiler.parameters>
2121
<maven.javadoc.failOnError>false</maven.javadoc.failOnError>
2222
<quarkus.version>3.6.4</quarkus.version>
23-
<jacoco.version>0.8.10</jacoco.version>
23+
<jacoco.version>0.8.12</jacoco.version>
2424
<!-- Sonar properties -->
2525
<sonar.projectKey>quarkiverse_quarkus-logging-json</sonar.projectKey>
2626
<sonar.moduleKey>${project.artifactId}</sonar.moduleKey>

0 commit comments

Comments
 (0)