This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/main by this push:
new fcb2d98790 build(deps): bump org.apache.cxf:cxf-rt-frontend-jaxrs
(#2668)
fcb2d98790 is described below
commit fcb2d987901d01e1a1e46439decd4c83f2aa469a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri May 22 08:56:49 2026 +0200
build(deps): bump org.apache.cxf:cxf-rt-frontend-jaxrs (#2668)
Bumps org.apache.cxf:cxf-rt-frontend-jaxrs from 4.2.0 to 4.2.1.
---
updated-dependencies:
- dependency-name: org.apache.cxf:cxf-rt-frontend-jaxrs
dependency-version: 4.2.1
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>
---
examples/karaf-rest-example/karaf-rest-example-scr/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/karaf-rest-example/karaf-rest-example-scr/pom.xml
b/examples/karaf-rest-example/karaf-rest-example-scr/pom.xml
index 14537a7b8b..f02325cf5f 100644
--- a/examples/karaf-rest-example/karaf-rest-example-scr/pom.xml
+++ b/examples/karaf-rest-example/karaf-rest-example-scr/pom.xml
@@ -58,7 +58,7 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
- <version>4.2.0</version>
+ <version>4.2.1</version>
</dependency>
<dependency>
<groupId>jakarta.activation</groupId>