This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git
The following commit(s) were added to refs/heads/master by this push:
new c961141e5 Bump jakarta.servlet:jakarta.servlet-api from 5.0.0 to 6.0.0
(#600)
c961141e5 is described below
commit c961141e53298dbf5133f723409f7903ae878ffd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 16 06:00:25 2026 +0100
Bump jakarta.servlet:jakarta.servlet-api from 5.0.0 to 6.0.0 (#600)
Bumps
[jakarta.servlet:jakarta.servlet-api](https://github.com/eclipse-ee4j/servlet-api)
from 5.0.0 to 6.0.0.
-
[Commits](https://github.com/eclipse-ee4j/servlet-api/compare/5.0.0-RELEASE...6.0.0-RELEASE)
---
updated-dependencies:
- dependency-name: jakarta.servlet:jakarta.servlet-api
dependency-version: 6.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>
---
ws-security-web/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ws-security-web/pom.xml b/ws-security-web/pom.xml
index a1a2a9b84..0dae5afe6 100644
--- a/ws-security-web/pom.xml
+++ b/ws-security-web/pom.xml
@@ -61,7 +61,7 @@
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
- <version>5.0.0</version>
+ <version>6.0.0</version>
<scope>provided</scope>
</dependency>
</dependencies>