This is an automated email from the ASF dual-hosted git repository.
rzo1 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 9878bdb2 OPENNLP-1574 - Bump org.jacoco:jacoco-maven-plugin from
0.8.11 to 0.8.12 (#618)
9878bdb2 is described below
commit 9878bdb2cad89200bddc6d14d0fa848cf66a5fc3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 18 13:35:38 2024 +0200
OPENNLP-1574 - Bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12
(#618)
Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco)
from 0.8.11 to 0.8.12.
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](https://github.com/jacoco/jacoco/compare/v0.8.11...v0.8.12)
---
updated-dependencies:
- dependency-name: org.jacoco:jacoco-maven-plugin
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 b4040975..82f47716 100644
--- a/pom.xml
+++ b/pom.xml
@@ -181,7 +181,7 @@
<opennlp.models.version>1.0.0-SNAPSHOT</opennlp.models.version>
<opennlp.forkCount>1.0C</opennlp.forkCount>
<coveralls.maven.plugin>4.3.0</coveralls.maven.plugin>
- <jacoco.maven.plugin>0.8.11</jacoco.maven.plugin>
+ <jacoco.maven.plugin>0.8.12</jacoco.maven.plugin>
<maven.surefire.plugin>3.2.2</maven.surefire.plugin>
<maven.failsafe.plugin>3.2.2</maven.failsafe.plugin>
<forbiddenapis.plugin>3.6</forbiddenapis.plugin>