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 2402d74 KARAF-6381 - Update Commons BeanUtils
new 231af40 Merge pull request #909 from coheigea/KARAF-6381
2402d74 is described below
commit 2402d74d5fa57c89e0aa92c9d5667e59b157daa0
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Thu Aug 15 10:40:46 2019 +0100
KARAF-6381 - Update Commons BeanUtils
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c6f7e04..ddb7e25 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.3</commons-beanutils.version>
+ <commons-beanutils.version>1.9.4</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>