This is an automated email from the ASF dual-hosted git repository.
adelbene 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 825ada920f Bump org.jacoco:jacoco-maven-plugin from 0.8.13 to 0.8.14
(#1271)
825ada920f is described below
commit 825ada920f3b567da503aca21c262fd0b517257e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Oct 12 14:38:01 2025 +0200
Bump org.jacoco:jacoco-maven-plugin from 0.8.13 to 0.8.14 (#1271)
Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco)
from 0.8.13 to 0.8.14.
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](https://github.com/jacoco/jacoco/compare/v0.8.13...v0.8.14)
---
updated-dependencies:
- dependency-name: org.jacoco:jacoco-maven-plugin
dependency-version: 0.8.14
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 de2a599f4d..9789ff5e2c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,7 +155,7 @@
<el-impl.version>2.2.1-b05</el-impl.version>
<error_prone_annotations.version>2.42.0</error_prone_annotations.version>
<forbiddenapis.version>3.10</forbiddenapis.version>
- <jacoco.version>0.8.13</jacoco.version>
+ <jacoco.version>0.8.14</jacoco.version>
<jackson.version>2.14.3</jackson.version>
<jakarta.annotation-api.version>2.1.1</jakarta.annotation-api.version>
<jakarta.el.version>4.0.2</jakarta.el.version>