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 7b075475e1 KARAF-7814: Upgrade to Pax Web 8.0.27/Jetty 9.4.54.v20240208 7b075475e1 is described below commit 7b075475e1e92d922edff1a46ce077eb3bb8b060 Author: JB Onofré <jbono...@apache.org> AuthorDate: Thu Mar 28 15:44:26 2024 +0100 KARAF-7814: Upgrade to Pax Web 8.0.27/Jetty 9.4.54.v20240208 (cherry picked from commit f00ebd97c9382787b5b2c72663804a869097a897) --- 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 462b177562..b923ac77ca 100644 --- a/assemblies/features/standard/src/main/feature/feature.xml +++ b/assemblies/features/standard/src/main/feature/feature.xml @@ -911,7 +911,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.53.v20231009"> + <feature name="jetty" description="Transition feature for backward compatibility" version="9.4.54.v20240208"> <feature>pax-web-jetty</feature> </feature> diff --git a/pom.xml b/pom.xml index 0184bc78b9..1e59eb3dd4 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.24</pax.web.version> + <pax.web.version>8.0.27</pax.web.version> <pax.tinybundle.version>3.0.0</pax.tinybundle.version> <pax.jdbc.version>1.5.7</pax.jdbc.version> <pax.jms.version>1.1.3</pax.jms.version>