This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf-xjc-utils.git
The following commit(s) were added to refs/heads/main by this push:
new fa347c8 Bump jakarta.xml.bind:jakarta.xml.bind-api from 4.0.4 to
4.0.5 (#292)
fa347c8 is described below
commit fa347c8f51edca56bb62ad2f8177cd8434832e76
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 11 21:33:34 2026 -0500
Bump jakarta.xml.bind:jakarta.xml.bind-api from 4.0.4 to 4.0.5 (#292)
Bumps
[jakarta.xml.bind:jakarta.xml.bind-api](https://github.com/jakartaee/jaxb-api)
from 4.0.4 to 4.0.5.
- [Release notes](https://github.com/jakartaee/jaxb-api/releases)
- [Commits](https://github.com/jakartaee/jaxb-api/compare/4.0.4...4.0.5)
---
updated-dependencies:
- dependency-name: jakarta.xml.bind:jakarta.xml.bind-api
dependency-version: 4.0.5
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 d63905b..d79735a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@
<properties>
<cxf-buildtools-version>4.1.3</cxf-buildtools-version>
<jdk.version>17</jdk.version>
- <jaxb-version>4.0.4</jaxb-version>
+ <jaxb-version>4.0.5</jaxb-version>
<jaxb-runtime-version>4.0.6</jaxb-runtime-version>
<eclipse.outputDirectory>${basedir}/target/classes</eclipse.outputDirectory>