This is an automated email from the ASF dual-hosted git repository.
mawiesne pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/opennlp-sandbox.git
The following commit(s) were added to refs/heads/master by this push:
new af2195a Bump org.jacoco:jacoco-maven-plugin from 0.7.9 to 0.8.12
(#138)
af2195a is described below
commit af2195af8395efd12c9d35222e549214c3294cb8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jul 6 11:35:19 2024 +0200
Bump org.jacoco:jacoco-maven-plugin from 0.7.9 to 0.8.12 (#138)
Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco)
from 0.7.9 to 0.8.12.
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](https://github.com/jacoco/jacoco/compare/v0.7.9...v0.8.12)
---
updated-dependencies:
- dependency-name: org.jacoco:jacoco-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 cb4ddf9..44f6530 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,7 +133,7 @@
<enforcer.plugin.version>3.0.0-M3</enforcer.plugin.version>
<checkstyle.plugin.version>3.2.0</checkstyle.plugin.version>
<coveralls.maven.plugin>4.3.0</coveralls.maven.plugin>
- <jacoco.maven.plugin>0.7.9</jacoco.maven.plugin>
+ <jacoco.maven.plugin>0.8.12</jacoco.maven.plugin>
<maven.surefire.plugin>3.0.0-M5</maven.surefire.plugin>
<maven.failsafe.plugin>3.0.0-M5</maven.failsafe.plugin>
<forbiddenapis.plugin>3.7</forbiddenapis.plugin>