You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2021/06/23 08:07:19 UTC

[karaf] branch main updated: [KARAF-7179] Upgrade to Pax Web 7.3.18 / Jetty 9.4.42.v20210604

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 ce73cce  [KARAF-7179] Upgrade to Pax Web 7.3.18 / Jetty 9.4.42.v20210604
     new 32cca3d  Merge pull request #1392 from jbonofre/KARAF-7179
ce73cce is described below

commit ce73ccedc82b2896500c195da18df03e94eee839
Author: jbonofre <jb...@apache.org>
AuthorDate: Wed Jun 23 07:26:53 2021 +0200

    [KARAF-7179] Upgrade to Pax Web 7.3.18 / Jetty 9.4.42.v20210604
---
 assemblies/features/standard/src/main/feature/feature.xml | 2 +-
 pom.xml                                                   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/assemblies/features/standard/src/main/feature/feature.xml b/assemblies/features/standard/src/main/feature/feature.xml
index 1c1cd9f..426fbb5 100644
--- a/assemblies/features/standard/src/main/feature/feature.xml
+++ b/assemblies/features/standard/src/main/feature/feature.xml
@@ -900,7 +900,7 @@ org.osgi.service.http.port=8181
         <feature>pax-web-war</feature>
     </feature>
 
-    <feature name="jetty" description="Transition feature for backward compatibility" version="9.4.41.v20210516">
+    <feature name="jetty" description="Transition feature for backward compatibility" version="9.4.42.v20210604">
         <feature>pax-jetty</feature>
     </feature>
 
diff --git a/pom.xml b/pom.xml
index 467ee19..ab94279 100644
--- a/pom.xml
+++ b/pom.xml
@@ -296,7 +296,7 @@
         <pax.base.version>1.5.1</pax.base.version>
         <pax.swissbox.version>1.8.4</pax.swissbox.version>
         <pax.url.version>2.6.7</pax.url.version>
-        <pax.web.version>7.3.17</pax.web.version>
+        <pax.web.version>7.3.18</pax.web.version>
         <pax.tinybundle.version>3.0.0</pax.tinybundle.version>
         <pax.jdbc.version>1.5.0</pax.jdbc.version>
         <pax.jms.version>1.1.0</pax.jms.version>