This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch karaf-4.4.x
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/karaf-4.4.x by this push:
new 21757cc728 [KARAF-7773] Upgrade to Pax Web 8.0.24 & Jetty
9.4.53.v20231009
new 7bafce3f00 Merge pull request #1787 from grgrzybek/KARAF-7773-4.4
21757cc728 is described below
commit 21757cc72886008f8a3e987701d1d00a048429ba
Author: Grzegorz Grzybek <[email protected]>
AuthorDate: Fri Oct 27 19:15:44 2023 +0200
[KARAF-7773] Upgrade to Pax Web 8.0.24 & Jetty 9.4.53.v20231009
---
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 85e9e04ce0..10cbf9402d 100644
--- a/assemblies/features/standard/src/main/feature/feature.xml
+++ b/assemblies/features/standard/src/main/feature/feature.xml
@@ -910,7 +910,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.52.v20230823">
+ <feature name="jetty" description="Transition feature for backward
compatibility" version="9.4.53.v20231009">
<feature>pax-web-jetty</feature>
</feature>
diff --git a/pom.xml b/pom.xml
index f0ba449ecf..2364c85bdd 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.14</pax.url.version>
- <pax.web.version>8.0.22</pax.web.version>
+ <pax.web.version>8.0.24</pax.web.version>
<pax.tinybundle.version>3.0.0</pax.tinybundle.version>
<pax.jdbc.version>1.5.6</pax.jdbc.version>
<pax.jms.version>1.1.3</pax.jms.version>