This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch karaf-4.4.x
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/karaf-4.4.x by this push:
new e0550614d6 Bump org.eclipse.jetty.websocket:websocket-client (#2411)
e0550614d6 is described below
commit e0550614d60c4dd2811e1da11141c04920a4385f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 16 06:03:59 2026 +0100
Bump org.eclipse.jetty.websocket:websocket-client (#2411)
Bumps org.eclipse.jetty.websocket:websocket-client from 9.4.52.v20230823 to
9.4.58.v20250814.
---
updated-dependencies:
- dependency-name: org.eclipse.jetty.websocket:websocket-client
dependency-version: 9.4.58.v20250814
dependency-type: direct:development
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>
---
itests/test/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/itests/test/pom.xml b/itests/test/pom.xml
index 07b2a01418..f7049a2739 100644
--- a/itests/test/pom.xml
+++ b/itests/test/pom.xml
@@ -205,7 +205,7 @@
<dependency>
<groupId>org.eclipse.jetty.websocket</groupId>
<artifactId>websocket-client</artifactId>
- <version>9.4.52.v20230823</version>
+ <version>9.4.58.v20250814</version>
<scope>test</scope>
</dependency>
<dependency>