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 7fe05e1 Bump jaxb-runtime-version from 4.0.5 to 4.0.6 (#251)
7fe05e1 is described below
commit 7fe05e1939319198e1a2fc85fc575337f58cd486
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 23 21:16:50 2025 -0400
Bump jaxb-runtime-version from 4.0.5 to 4.0.6 (#251)
Bumps `jaxb-runtime-version` from 4.0.5 to 4.0.6.
Updates `org.glassfish.jaxb:jaxb-runtime` from 4.0.5 to 4.0.6
Updates `org.glassfish.jaxb:jaxb-xjc` from 4.0.5 to 4.0.6
---
updated-dependencies:
- dependency-name: org.glassfish.jaxb:jaxb-runtime
dependency-version: 4.0.6
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.glassfish.jaxb:jaxb-xjc
dependency-version: 4.0.6
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 1cfe16d..3a1ea4a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@
<cxf-buildtools-version>4.1.1</cxf-buildtools-version>
<jdk.version>17</jdk.version>
<jaxb-version>4.0.4</jaxb-version>
- <jaxb-runtime-version>4.0.5</jaxb-runtime-version>
+ <jaxb-runtime-version>4.0.6</jaxb-runtime-version>
<eclipse.outputDirectory>${basedir}/target/classes</eclipse.outputDirectory>
<downloadSources>true</downloadSources>