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 f6fb939f80 Bump com.sun.xml.bind:jaxb-impl from 4.0.7 to 4.0.8 (#1452)
f6fb939f80 is described below
commit f6fb939f800d2cc04248cc5e66c7a28e998aaf50
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun May 10 15:35:11 2026 +0200
Bump com.sun.xml.bind:jaxb-impl from 4.0.7 to 4.0.8 (#1452)
Bumps com.sun.xml.bind:jaxb-impl from 4.0.7 to 4.0.8.
---
updated-dependencies:
- dependency-name: com.sun.xml.bind:jaxb-impl
dependency-version: 4.0.8
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 1d16132b02..ffbf65d028 100644
--- a/pom.xml
+++ b/pom.xml
@@ -996,7 +996,7 @@
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
- <version>4.0.7</version>
+ <version>4.0.8</version>
</dependency>
<dependency>
<groupId>javax.activation</groupId>