This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch karaf-4.3.x
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/karaf-4.3.x by this push:
new 309741a76c [KARAF-7631] Upgrade to Pax Web 7.3.28
309741a76c is described below
commit 309741a76c61bd066c4beb7b0057a5e5e8a64d01
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Mon Jan 9 09:57:04 2023 +0100
[KARAF-7631] Upgrade to Pax Web 7.3.28
---
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 ceb6dc4e46..a4848ed895 100644
--- a/assemblies/features/standard/src/main/feature/feature.xml
+++ b/assemblies/features/standard/src/main/feature/feature.xml
@@ -903,7 +903,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.49.v20220914">
+ <feature name="jetty" description="Transition feature for backward
compatibility" version="9.4.50.v20221201">
<feature>pax-jetty</feature>
</feature>
diff --git a/pom.xml b/pom.xml
index b0478b8eef..3a280ce950 100644
--- a/pom.xml
+++ b/pom.xml
@@ -300,7 +300,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>7.3.27</pax.web.version>
+ <pax.web.version>7.3.28</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>