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 931cf3e697 [KARAF-7584] Upgrade to Felix Http 4.2.2 new 6b10078004 Merge pull request #1664 from jbonofre/KARAF-7584 931cf3e697 is described below commit 931cf3e697161ccfe6055633b7f3f88ccc286176 Author: Jean-Baptiste Onofré <jbono...@apache.org> AuthorDate: Sun Oct 16 15:19:28 2022 +0200 [KARAF-7584] Upgrade to Felix Http 4.2.2 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f4a896281e..957639f5f3 100644 --- a/pom.xml +++ b/pom.xml @@ -219,7 +219,7 @@ <felix.gogo.runtime.version>1.1.6</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.2.0</felix.http.version> + <felix.http.version>4.2.2</felix.http.version> <felix.inventory.version>1.1.0</felix.inventory.version> <felix.maven-bundle-plugin.version>5.1.8</felix.maven-bundle-plugin.version> <felix.utils.version>1.11.8</felix.utils.version>