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/06/06 13:20:27 UTC

[karaf] branch master updated: [KARAF-6307] Upgrade to commons-beanutils 1.9.3

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 6273cc7  [KARAF-6307] Upgrade to commons-beanutils 1.9.3
     new eccc452  Merge pull request #863 from jbonofre/KARAF-6307
6273cc7 is described below

commit 6273cc7aae78ea3eddbbd0ae7ccc0ae0cffae0e7
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Jun 4 15:39:26 2019 +0200

    [KARAF-6307] Upgrade to commons-beanutils 1.9.3
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4476eea..46eedd3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -154,7 +154,7 @@
         
         <jna.version>5.3.1</jna.version>
         <jaxb.version>2.3.2</jaxb.version> 
-        <commons-beanutils.version>1.9.2</commons-beanutils.version>
+        <commons-beanutils.version>1.9.3</commons-beanutils.version>
         <commons-codec.version>1.12</commons-codec.version>
         <commons-compress.version>1.18</commons-compress.version>
         <commons-collections.version>3.2.2</commons-collections.version>