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:08:58 UTC

[karaf] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new a96e795  [KARAF-6465] Upgrade to istack-commons-runtime 3.0.9
     new b2cb5f7  Merge pull request #963 from jbonofre/KARAF-6465
a96e795 is described below

commit a96e7957d50aa5c62088a2a837b7721db3fcf9d6
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
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 603f691..69f6968 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1791,7 +1791,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>