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/04/23 11:49:27 UTC

[karaf] branch main updated: [KARAF-7116] Upgrade to Pax Web 7.3.14

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 d03a4a2  [KARAF-7116] Upgrade to Pax Web 7.3.14
     new bba7375  Merge pull request #1350 from jbonofre/KARAF-7116
d03a4a2 is described below

commit d03a4a2c76aa08208eb6396efeda167fa861e90e
Author: jbonofre <jb...@apache.org>
AuthorDate: Fri Apr 23 07:55:11 2021 +0200

    [KARAF-7116] Upgrade to Pax Web 7.3.14
---
 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 79efb8f..7ac15ab 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.38.v20210224">
+    <feature name="jetty" description="Transition feature for backward compatibility" version="9.4.39.v20210325">
         <feature>pax-jetty</feature>
     </feature>
 
diff --git a/pom.xml b/pom.xml
index 87209c5..42d1c93 100644
--- a/pom.xml
+++ b/pom.xml
@@ -272,7 +272,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.13</pax.web.version>
+        <pax.web.version>7.3.14</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>