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 279e8cfd98 Align jetty dependency in tests (#2890)
279e8cfd98 is described below
commit 279e8cfd9830e46ff7a2f4a974a170aad84296cc
Author: Holger Friedrich <[email protected]>
AuthorDate: Sat Sep 12 13:06:45 2026 +0200
Align jetty dependency in tests (#2890)
---
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 302aebe7cf..3b103a4699 100644
--- a/itests/test/pom.xml
+++ b/itests/test/pom.xml
@@ -204,7 +204,7 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
- <version>9.4.52.v20230823</version>
+ <version>9.4.58.v20250814</version>
<scope>test</scope>
</dependency>