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:14:19 UTC

[karaf-winegrower] branch master updated: Upgrade to commons-text 1.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-winegrower.git


The following commit(s) were added to refs/heads/master by this push:
     new 994143a  Upgrade to commons-text 1.9
994143a is described below

commit 994143af0be8bdc0c1273adcf71975f99d970965
Author: jbonofre <jb...@apache.org>
AuthorDate: Mon Aug 31 18:14:02 2020 +0200

    Upgrade to commons-text 1.9
---
 winegrower-extension/winegrower-build/winegrower-build-common/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/winegrower-extension/winegrower-build/winegrower-build-common/pom.xml b/winegrower-extension/winegrower-build/winegrower-build-common/pom.xml
index 5ce5194..a8ffb43 100644
--- a/winegrower-extension/winegrower-build/winegrower-build-common/pom.xml
+++ b/winegrower-extension/winegrower-build/winegrower-build-common/pom.xml
@@ -48,7 +48,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-text</artifactId>
-      <version>1.8</version>
+      <version>1.9</version>
     </dependency>
     <dependency>
       <groupId>org.apache.xbean</groupId>