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/05/06 13:59:39 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-6263] Upgrade to jansi 1.18

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 18947df  [KARAF-6263] Upgrade to jansi 1.18
18947df is described below

commit 18947dfa7103ba1a2bf9d242b58f7fb8df23b9fd
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon May 6 10:37:48 2019 +0200

    [KARAF-6263] Upgrade to jansi 1.18
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 329176b..79fabea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -266,7 +266,7 @@
         <hibernate.version>5.4.2.Final</hibernate.version>
         <hibernate.validator.version>6.0.16.Final</hibernate.validator.version>
         <httpclient.version>4.5.6</httpclient.version>
-        <jansi.version>1.17.1</jansi.version>
+        <jansi.version>1.18</jansi.version>
         <javassist.version>3.9.0.GA</javassist.version>
         <jetty.version>9.4.12.v20180830</jetty.version>
         <jline.version>3.11.0</jline.version>