This is an automated email from the ASF dual-hosted git repository.
nfilotto pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git
The following commit(s) were added to refs/heads/main by this push:
new 1fbf6690 Bump jakarta.xml.ws:jakarta.xml.ws-api from 4.0.1 to 4.0.2
(#357)
1fbf6690 is described below
commit 1fbf6690b5ec88e0a0baedd8cb6906a3f987fe05
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 21 13:56:00 2024 +0200
Bump jakarta.xml.ws:jakarta.xml.ws-api from 4.0.1 to 4.0.2 (#357)
Bumps
[jakarta.xml.ws:jakarta.xml.ws-api](https://github.com/jakartaee/jax-ws-api)
from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/jakartaee/jax-ws-api/releases)
- [Commits](https://github.com/jakartaee/jax-ws-api/compare/4.0.1...4.0.2)
---
updated-dependencies:
- dependency-name: jakarta.xml.ws:jakarta.xml.ws-api
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 0c1c3df0..7952587d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -293,7 +293,7 @@
<jakarta-inject-version>2.0.1</jakarta-inject-version>
<jakarta-xml-bind-api-version>4.0.2</jakarta-xml-bind-api-version>
<jakarta-xml-soap-api-version>3.0.1</jakarta-xml-soap-api-version>
- <jakarta-xml-ws-api-version>4.0.1</jakarta-xml-ws-api-version>
+ <jakarta-xml-ws-api-version>4.0.2</jakarta-xml-ws-api-version>
<glassfish-javax-json>1.1.4</glassfish-javax-json>
<glassfish-jaxb-runtime-version>4.0.5</glassfish-jaxb-runtime-version>
<jaxb2-maven-plugin-version>3.2.0</jaxb2-maven-plugin-version>