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.git
The following commit(s) were added to refs/heads/main by this push:
new 3c9178bfd22 Bump jakarta.ws.rs:jakarta.ws.rs-api from 3.1.0 to 4.0.0
(#3096)
3c9178bfd22 is described below
commit 3c9178bfd22e2de629b94db23ed9e7ac5a7ecbfa
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 11 08:29:19 2026 -0400
Bump jakarta.ws.rs:jakarta.ws.rs-api from 3.1.0 to 4.0.0 (#3096)
Bumps jakarta.ws.rs:jakarta.ws.rs-api from 3.1.0 to 4.0.0.
---
updated-dependencies:
- dependency-name: jakarta.ws.rs:jakarta.ws.rs-api
dependency-version: 4.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.../release/samples/jax_rs/spring_boot_scan/eureka-registry/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/distribution/src/main/release/samples/jax_rs/spring_boot_scan/eureka-registry/pom.xml
b/distribution/src/main/release/samples/jax_rs/spring_boot_scan/eureka-registry/pom.xml
index 1ff452eac89..98146004951 100644
---
a/distribution/src/main/release/samples/jax_rs/spring_boot_scan/eureka-registry/pom.xml
+++
b/distribution/src/main/release/samples/jax_rs/spring_boot_scan/eureka-registry/pom.xml
@@ -25,7 +25,7 @@
<dependency>
<groupId>jakarta.ws.rs</groupId>
<artifactId>jakarta.ws.rs-api</artifactId>
- <version>3.1.0</version>
+ <version>4.0.0</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>