From cff0db589c3aef7779b4ebea6dbb8a8754f161a9 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 11 Oct 2023 14:10:34 +0200 Subject: [PATCH] SLING-12088 - Update to Felix HTTP 5.x (#147) --- src/main/features/base.json | 4 ++-- src/main/features/boot.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/features/base.json b/src/main/features/base.json index b7675d49..fff14586 100644 --- a/src/main/features/base.json +++ b/src/main/features/base.json @@ -163,7 +163,7 @@ "start-order":"5" }, { - "id":"org.apache.felix:org.apache.felix.http.jetty:4.2.18", + "id":"org.apache.felix:org.apache.felix.http.jetty:5.1.2", "start-order":"5" }, { @@ -199,7 +199,7 @@ "start-order":"5" }, { - "id":"org.apache.felix:org.apache.felix.http.sslfilter:1.2.8", + "id":"org.apache.felix:org.apache.felix.http.sslfilter:2.0.2", "start-order":"10" }, { diff --git a/src/main/features/boot.json b/src/main/features/boot.json index 001ee9e3..28816ea2 100644 --- a/src/main/features/boot.json +++ b/src/main/features/boot.json @@ -125,7 +125,7 @@ "start-order":"1" }, { - "id":"org.apache.felix:org.apache.felix.http.servlet-api:1.2.0", + "id":"org.apache.felix:org.apache.felix.http.servlet-api:3.0.0", "start-order":"1" }, {