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/03/08 06:36:27 UTC

[karaf-cave] branch master updated: Update pax URL and pax web jetty bundle

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-cave.git


The following commit(s) were added to refs/heads/master by this push:
     new e6f60bf  Update pax URL and pax web jetty bundle
     new 9f8d31c  Merge pull request #36 from coheigea/pax-url
e6f60bf is described below

commit e6f60bf406dfd9c8e82fc06f3c46dc14d3ebb6d4
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed Nov 27 09:30:25 2019 +0000

    Update pax URL and pax web jetty bundle
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5ff267f..c38e220 100644
--- a/pom.xml
+++ b/pom.xml
@@ -156,12 +156,12 @@
             <dependency>
                 <groupId>org.ops4j.pax.url</groupId>
                 <artifactId>pax-url-aether</artifactId>
-                <version>2.4.1</version>
+                <version>2.6.2</version>
             </dependency>
             <dependency>
                 <groupId>org.ops4j.pax.web</groupId>
                 <artifactId>pax-web-jetty-bundle</artifactId>
-                <version>4.1.2</version>
+                <version>7.3.5</version>
             </dependency>
             <dependency>
                 <groupId>org.easymock</groupId>