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/07 04:06:05 UTC

[karaf] branch main updated: [KARAF-7161] Upgrade to Pax Web 7.3.17 / Jetty 9.1.41.v20210516

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 0788d64  [KARAF-7161] Upgrade to Pax Web 7.3.17 / Jetty 9.1.41.v20210516
     new 35cc6ce  Merge pull request #1387 from jbonofre/KARAF-7161
0788d64 is described below

commit 0788d640c4b20fb811ad8170afd975e85b743711
Author: jbonofre <jb...@apache.org>
AuthorDate: Sun Jun 6 07:12:32 2021 +0200

    [KARAF-7161] Upgrade to Pax Web 7.3.17 / Jetty 9.1.41.v20210516
---
 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 6fbd1d1..1c1cd9f 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.40.v20210413">
+    <feature name="jetty" description="Transition feature for backward compatibility" version="9.4.41.v20210516">
         <feature>pax-jetty</feature>
     </feature>
 
diff --git a/pom.xml b/pom.xml
index d5f01d9..d725365 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.16</pax.web.version>
+        <pax.web.version>7.3.17</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>