This is an automated email from the ASF dual-hosted git repository.
mawiesne pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp.git
The following commit(s) were added to refs/heads/main by this push:
new 18f40664 OPENNLP-1722: Update jacoco-maven-plugin to 0.8.13 (#761)
18f40664 is described below
commit 18f406649bf213f48a5a16c2e8777eafdffc51dd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 10 09:52:26 2025 +0200
OPENNLP-1722: Update jacoco-maven-plugin to 0.8.13 (#761)
Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco)
from 0.8.12 to 0.8.13.
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](https://github.com/jacoco/jacoco/compare/v0.8.12...v0.8.13)
---
updated-dependencies:
- dependency-name: org.jacoco:jacoco-maven-plugin
dependency-version: 0.8.13
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 fc2255ed..b5b0a1ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -191,7 +191,7 @@
<!-- Plugin versions -->
<coveralls.maven.plugin>4.3.0</coveralls.maven.plugin>
- <jacoco.maven.plugin>0.8.12</jacoco.maven.plugin>
+ <jacoco.maven.plugin>0.8.13</jacoco.maven.plugin>
<maven.assembly.plugin>3.7.1</maven.assembly.plugin>
<maven.failsafe.plugin>3.5.3</maven.failsafe.plugin>
<maven.javadoc.plugin>3.11.2</maven.javadoc.plugin>