This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/master by this push:
new 2f306209d8 Bump org.jacoco:jacoco-maven-plugin from 0.8.13 to 0.8.14
(#11267)
2f306209d8 is described below
commit 2f306209d87b91d47014d78554a2fb9f90ba5dfe
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 16 08:20:00 2025 +0200
Bump org.jacoco:jacoco-maven-plugin from 0.8.13 to 0.8.14 (#11267)
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](https://github.com/jacoco/jacoco/compare/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] <[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 54d34f930a..cf378e9c17 100644
--- a/pom.xml
+++ b/pom.xml
@@ -762,7 +762,7 @@ under the License.
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
- <version>0.8.13</version>
+ <version>0.8.14</version>
<configuration>
<excludes>
<exclude>**/org/apache/maven/it/**</exclude>