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 9ec3ad3 Bump jaxb-runtime-version from 4.0.6 to 4.0.7 (#310)
9ec3ad3 is described below
commit 9ec3ad3e5e954100f9f76b3c02178e7b5dd06b7d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 19 21:18:21 2026 -0400
Bump jaxb-runtime-version from 4.0.6 to 4.0.7 (#310)
Bumps `jaxb-runtime-version` from 4.0.6 to 4.0.7.
Updates `org.glassfish.jaxb:jaxb-runtime` from 4.0.6 to 4.0.7
Updates `org.glassfish.jaxb:jaxb-xjc` from 4.0.6 to 4.0.7
---
updated-dependencies:
- dependency-name: org.glassfish.jaxb:jaxb-runtime
dependency-version: 4.0.7
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.glassfish.jaxb:jaxb-xjc
dependency-version: 4.0.7
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 b857b6d..63be379 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@
<cxf-buildtools-version>4.1.3</cxf-buildtools-version>
<jdk.version>17</jdk.version>
<jaxb-version>4.0.5</jaxb-version>
- <jaxb-runtime-version>4.0.6</jaxb-runtime-version>
+ <jaxb-runtime-version>4.0.7</jaxb-runtime-version>
<eclipse.outputDirectory>${basedir}/target/classes</eclipse.outputDirectory>
<downloadSources>true</downloadSources>