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-sandbox.git
The following commit(s) were added to refs/heads/main by this push:
new 6612907 OPENNLP-1722: Update jacoco-maven-plugin to 0.8.13 (#262)
6612907 is described below
commit 6612907f3c62987bdb8aabeaaa591341348eb5a0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 10 09:57:03 2025 +0200
OPENNLP-1722: Update jacoco-maven-plugin to 0.8.13 (#262)
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 156f2ad..4ec367f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,7 +136,7 @@
<junit.version>5.12.1</junit.version>
<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.failsafe.plugin>3.5.3</maven.failsafe.plugin>
<forbiddenapis.plugin>3.9</forbiddenapis.plugin>
<mockito.version>3.9.0</mockito.version>