This is an automated email from the ASF dual-hosted git repository.
mawiesne pushed a commit to branch opennlp-2.x
in repository https://gitbox.apache.org/repos/asf/opennlp.git
The following commit(s) were added to refs/heads/opennlp-2.x by this push:
new d679a102 [2.x]: Bump org.jacoco:jacoco-maven-plugin from 0.8.13 to
0.8.14
d679a102 is described below
commit d679a102c377e26c02f9d715194e5b0a8ca652c9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 13 04:47:39 2025 +0000
[2.x]: 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](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]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 01d047b7..3608a05b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -194,7 +194,7 @@
<!-- Plugin versions -->
<coveralls.maven.plugin>4.3.0</coveralls.maven.plugin>
- <jacoco.maven.plugin>0.8.13</jacoco.maven.plugin>
+ <jacoco.maven.plugin>0.8.14</jacoco.maven.plugin>
<maven.assembly.plugin>3.7.1</maven.assembly.plugin>
<maven.failsafe.plugin>3.5.4</maven.failsafe.plugin>
<maven.javadoc.plugin>3.12.0</maven.javadoc.plugin>