This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/main by this push:
new 52e089a [KARAF-7081] Upgrade to Felix Http Jetty 4.1.6
new 0cad7e2 Merge pull request #1333 from jbonofre/KARAF-7081
52e089a is described below
commit 52e089aace2b14049da015d50ac6a72391973258
Author: jbonofre <[email protected]>
AuthorDate: Wed Mar 24 16:08:24 2021 +0100
[KARAF-7081] Upgrade to Felix Http Jetty 4.1.6
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index dbfc8fb..ea9b240 100644
--- a/pom.xml
+++ b/pom.xml
@@ -193,7 +193,7 @@
<felix.gogo.runtime.version>1.1.4</felix.gogo.runtime.version>
<felix.gogo.jline.version>1.1.8</felix.gogo.jline.version>
<felix.httplite.version>0.1.6</felix.httplite.version>
- <felix.http.version>4.1.4</felix.http.version>
+ <felix.http.version>4.1.6</felix.http.version>
<felix.inventory.version>1.0.6</felix.inventory.version>
<felix.maven-bundle-plugin.version>5.1.1</felix.maven-bundle-plugin.version>
<felix.utils.version>1.11.6</felix.utils.version>