This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 22b21f0ca93 chore(deps): Bump org.apache.cxf:cxf-xjc-plugin from 4.0.1
to 4.0.2 (#15327)
22b21f0ca93 is described below
commit 22b21f0ca93641a7df6de9545ba49a575365f751
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 27 13:37:43 2024 +0200
chore(deps): Bump org.apache.cxf:cxf-xjc-plugin from 4.0.1 to 4.0.2 (#15327)
Bumps org.apache.cxf:cxf-xjc-plugin from 4.0.1 to 4.0.2.
---
updated-dependencies:
- dependency-name: org.apache.cxf:cxf-xjc-plugin
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>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 02d6361ab3f..4808e7d7e8c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -128,7 +128,7 @@
<cxf-version>4.0.5</cxf-version>
<cxf-codegen-plugin-version>4.0.5</cxf-codegen-plugin-version>
<!-- cxf-xjc is not released as often -->
- <cxf-xjc-plugin-version>4.0.1</cxf-xjc-plugin-version>
+ <cxf-xjc-plugin-version>4.0.2</cxf-xjc-plugin-version>
<cxf-xjc-utils-version>4.0.2</cxf-xjc-utils-version>
<datasonnet-mapper-version>2.5.2-jakarta4</datasonnet-mapper-version>
<debezium-version>2.7.1.Final</debezium-version>