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 85602c33 Bump org.jacoco:jacoco-maven-plugin from 0.8.14 to 0.8.15
(#491)
85602c33 is described below
commit 85602c33bd84d7a8ab93a8c48fb6a4bb1ab6c882
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 8 19:15:30 2026 +0200
Bump org.jacoco:jacoco-maven-plugin from 0.8.14 to 0.8.15 (#491)
Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco)
from 0.8.14 to 0.8.15.
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](https://github.com/jacoco/jacoco/compare/v0.8.14...v0.8.15)
---
updated-dependencies:
- dependency-name: org.jacoco:jacoco-maven-plugin
dependency-version: 0.8.15
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 f24ae55a..99ea46e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -146,7 +146,7 @@
<junit.version>6.1.0</junit.version>
<coveralls.maven.plugin>4.3.0</coveralls.maven.plugin>
- <jacoco.maven.plugin>0.8.14</jacoco.maven.plugin>
+ <jacoco.maven.plugin>0.8.15</jacoco.maven.plugin>
<maven.failsafe.plugin>3.5.6</maven.failsafe.plugin>
<forbiddenapis.plugin>3.10</forbiddenapis.plugin>
<mockito.version>3.9.0</mockito.version>