This is an automated email from the ASF dual-hosted git repository.
mbuenger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
The following commit(s) were added to refs/heads/master by this push:
new 1b9e9fd47 Bump jacocoVersion from 0.8.13 to 0.8.14 (#3204)
1b9e9fd47 is described below
commit 1b9e9fd479dc7f0cbf6c4d30b8597c694b4ca34f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 14 18:39:44 2025 +0200
Bump jacocoVersion from 0.8.13 to 0.8.14 (#3204)
Bumps `jacocoVersion` from 0.8.13 to 0.8.14.
Updates `org.jacoco:org.jacoco.agent` from 0.8.13 to 0.8.14
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](https://github.com/jacoco/jacoco/compare/v0.8.13...v0.8.14)
Updates `org.jacoco:jacoco-maven-plugin` from 0.8.13 to 0.8.14
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](https://github.com/jacoco/jacoco/compare/v0.8.13...v0.8.14)
---
updated-dependencies:
- dependency-name: org.jacoco:org.jacoco.agent
dependency-version: 0.8.14
dependency-type: direct:development
update-type: version-update:semver-patch
- 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] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b5f0854c2..fd4dbeee9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,7 +97,7 @@
<!-- Do not upgrade, leads to test failures, MSHARED-1014 -->
<mavenSharedUtilsVersion>3.3.4</mavenSharedUtilsVersion>
<powermockVersion>2.0.9</powermockVersion>
- <jacocoVersion>0.8.13</jacocoVersion>
+ <jacocoVersion>0.8.14</jacocoVersion>
<testngVersion>5.11</testngVersion>
<maven.surefire.scm.devConnection>scm:git:https://github.com/apache/maven-surefire.git</maven.surefire.scm.devConnection>
<maven.site.path>surefire-archives/surefire-LATEST</maven.site.path>