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-addons.git
The following commit(s) were added to refs/heads/master by this push:
new de3aa9c Bump org.jacoco:jacoco-maven-plugin from 0.7.9 to 0.8.12 (#18)
de3aa9c is described below
commit de3aa9cd79f6d9b1418685390eb1b0e52d2f4498
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 15 11:53:58 2024 +0200
Bump org.jacoco:jacoco-maven-plugin from 0.7.9 to 0.8.12 (#18)
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 d88b665..0a7208e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -119,7 +119,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>
<mockito.version>3.9.0</mockito.version>