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 2019/10/24 06:09:42 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-6465] Upgrade to istack-commons-runtime 3.0.9

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

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


The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
     new ae3a5c0  [KARAF-6465] Upgrade to istack-commons-runtime 3.0.9
ae3a5c0 is described below

commit ae3a5c05eafa0132c8f9af8b2de706f33bc076a8
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Fri Oct 18 15:05:35 2019 +0200

    [KARAF-6465] Upgrade to istack-commons-runtime 3.0.9
    
    (cherry picked from commit a96e7957d50aa5c62088a2a837b7721db3fcf9d6)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5c58ab7..2a571cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1795,7 +1795,7 @@
             <dependency>
                 <groupId>com.sun.istack</groupId>
                 <artifactId>istack-commons-runtime</artifactId>
-                <version>3.0.8</version>
+                <version>3.0.9</version>
             </dependency>
         </dependencies>
     </dependencyManagement>