This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git
The following commit(s) were added to refs/heads/master by this push:
new afbd7f6 SLING-7922 : Update Felix Http Jetty to 4.0.6 and Http
Bridge to 4.0.4
afbd7f6 is described below
commit afbd7f6a925b867700efa724c5e5e67576b1ed3b
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Fri Sep 21 06:56:37 2018 +0200
SLING-7922 : Update Felix Http Jetty to 4.0.6 and Http Bridge to 4.0.4
---
src/main/provisioning/standalone.txt | 2 +-
src/main/provisioning/webapp.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/provisioning/standalone.txt
b/src/main/provisioning/standalone.txt
index a028ccd..3942fa8 100644
--- a/src/main/provisioning/standalone.txt
+++ b/src/main/provisioning/standalone.txt
@@ -23,4 +23,4 @@
# Add a servlet implementation for the standalone case
[artifacts startLevel=5 runModes=:standalone]
org.apache.felix/org.apache.felix.http.servlet-api/1.1.2
- org.apache.felix/org.apache.felix.http.jetty/4.0.4
+ org.apache.felix/org.apache.felix.http.jetty/4.0.6
diff --git a/src/main/provisioning/webapp.txt b/src/main/provisioning/webapp.txt
index 5d653b7..608dc37 100644
--- a/src/main/provisioning/webapp.txt
+++ b/src/main/provisioning/webapp.txt
@@ -22,4 +22,4 @@
# Add the felix servlet bridge for the webapp case
[artifacts runModes=:webapp]
- org.apache.felix/org.apache.felix.http.bridge/4.0.2
+ org.apache.felix/org.apache.felix.http.bridge/4.0.4