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 2023/01/06 13:45:35 UTC

[karaf] branch main updated: [KARAF-7630] Upgrade to Pax Web 8.0.15

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 084c662809 [KARAF-7630] Upgrade to Pax Web 8.0.15
     new 2d5e98d53c Merge pull request #1707 from jbonofre/KARAF-7630
084c662809 is described below

commit 084c66280961330d64799f6591a8cf235970eced
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Fri Jan 6 08:29:35 2023 +0100

    [KARAF-7630] Upgrade to Pax Web 8.0.15
---
 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 3e29320d54..74b637f289 100644
--- a/assemblies/features/standard/src/main/feature/feature.xml
+++ b/assemblies/features/standard/src/main/feature/feature.xml
@@ -906,7 +906,7 @@ org.osgi.service.http.port=8181
         <feature>pax-web-http-war</feature>
     </feature>
 
-    <feature name="jetty" description="Transition feature for backward compatibility" version="9.4.49.v20220914">
+    <feature name="jetty" description="Transition feature for backward compatibility" version="9.4.50.v20221201">
         <feature>pax-web-jetty</feature>
     </feature>
 
diff --git a/pom.xml b/pom.xml
index ebc4945ff7..12ee9cc9a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -312,7 +312,7 @@
         <pax.base.version>1.5.1</pax.base.version>
         <pax.swissbox.version>1.8.5</pax.swissbox.version>
         <pax.url.version>2.6.12</pax.url.version>
-        <pax.web.version>8.0.11</pax.web.version>
+        <pax.web.version>8.0.15</pax.web.version>
         <pax.tinybundle.version>3.0.0</pax.tinybundle.version>
         <pax.jdbc.version>1.5.5</pax.jdbc.version>
         <pax.jms.version>1.1.2</pax.jms.version>