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 b4fc2f6  [KARAF-7235] Upgrade to Pax Web 7.3.19
     new 298c553  Merge pull request #1415 from jbonofre/KARAF-7235
b4fc2f6 is described below

commit b4fc2f6c1a4c7ce5bafb2979495da04203119a4f
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Thu Aug 5 18:20:21 2021 +0200

    [KARAF-7235] Upgrade to Pax Web 7.3.19
---
 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 69a16e3..629cc77 100644
--- a/assemblies/features/standard/src/main/feature/feature.xml
+++ b/assemblies/features/standard/src/main/feature/feature.xml
@@ -899,7 +899,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.42.v20210604">
+    <feature name="jetty" description="Transition feature for backward 
compatibility" version="9.4.43.v20210629">
         <feature>pax-jetty</feature>
     </feature>
 
diff --git a/pom.xml b/pom.xml
index a11387c..b7045e6 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.18</pax.web.version>
+        <pax.web.version>7.3.19</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>

Reply via email to