This is an automated email from the ASF dual-hosted git repository.
bitstorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git
The following commit(s) were added to refs/heads/master by this push:
new c8a86c6a8c Bump org.jacoco:jacoco-maven-plugin from 0.8.14 to 0.8.15
(#1482)
c8a86c6a8c is described below
commit c8a86c6a8c7605684418e560cbe7270135f158a6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Jun 7 22:24:42 2026 +0200
Bump org.jacoco:jacoco-maven-plugin from 0.8.14 to 0.8.15 (#1482)
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:development
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 000c2165a6..fb25b7a888 100644
--- a/pom.xml
+++ b/pom.xml
@@ -156,7 +156,7 @@
<el-impl.version>2.2.1-b05</el-impl.version>
<error_prone_annotations.version>2.49.0</error_prone_annotations.version>
<forbiddenapis.version>3.10</forbiddenapis.version>
- <jacoco.version>0.8.14</jacoco.version>
+ <jacoco.version>0.8.15</jacoco.version>
<jackson.version>2.14.3</jackson.version>
<jakarta.annotation-api.version>3.0.0</jakarta.annotation-api.version>
<jakarta.el.version>4.0.2</jakarta.el.version>