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 2020/08/31 16:39:16 UTC

[karaf-winegrower] branch master updated: Upgrade to Pax Web 7.3.8 and Jetty 9.4.30

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf-winegrower.git


The following commit(s) were added to refs/heads/master by this push:
     new 301edcd  Upgrade to Pax Web 7.3.8 and Jetty 9.4.30
301edcd is described below

commit 301edcd3788439102976bf3c2e3d785ed494ddb0
Author: jbonofre <jb...@apache.org>
AuthorDate: Mon Aug 31 18:38:55 2020 +0200

    Upgrade to Pax Web 7.3.8 and Jetty 9.4.30
---
 winegrower-cepages/winegrower-cepage-http/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/winegrower-cepages/winegrower-cepage-http/pom.xml b/winegrower-cepages/winegrower-cepage-http/pom.xml
index 4a99754..97471ca 100644
--- a/winegrower-cepages/winegrower-cepage-http/pom.xml
+++ b/winegrower-cepages/winegrower-cepage-http/pom.xml
@@ -35,7 +35,7 @@
   <packaging>pom</packaging>
 
   <properties>
-    <pax-web.version>7.2.14</pax-web.version>
+    <pax-web.version>7.3.8</pax-web.version>
   </properties>
 
   <dependencies>
@@ -53,7 +53,7 @@
       <groupId>org.eclipse.jetty.aggregate</groupId>
       <artifactId>jetty-all</artifactId>
       <classifier>uber</classifier>
-      <version>9.4.22.v20191022</version>
+      <version>9.4.30.v20200611</version>
       <exclusions>
         <exclusion>
           <groupId>org.ow2.asm</groupId>