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 bfe75cb7f0 Bump com.sun.xml.bind:jaxb-impl from 4.0.8 to 4.0.9 (#1471)
bfe75cb7f0 is described below
commit bfe75cb7f05fb23f85a0498802a466a8352d4c84
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 1 16:59:38 2026 +0200
Bump com.sun.xml.bind:jaxb-impl from 4.0.8 to 4.0.9 (#1471)
Bumps com.sun.xml.bind:jaxb-impl from 4.0.8 to 4.0.9.
---
updated-dependencies:
- dependency-name: com.sun.xml.bind:jaxb-impl
dependency-version: 4.0.9
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 273d534315..5710545b86 100644
--- a/pom.xml
+++ b/pom.xml
@@ -997,7 +997,7 @@
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
- <version>4.0.8</version>
+ <version>4.0.9</version>
</dependency>
<dependency>
<groupId>javax.activation</groupId>