You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ni...@apache.org on 2019/09/04 10:10:19 UTC

[activemq-artemis] branch master updated: Updated Apache BeanUtils to address CVE

This is an automated email from the ASF dual-hosted git repository.

nigrofranz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/master by this push:
     new 39fe4fd  Updated Apache BeanUtils to address CVE
     new 0106329  This closes #2820
39fe4fd is described below

commit 39fe4fd9efb3fb0230cb24c1ef7b52fd819758f9
Author: Jan Boehm <65...@users.noreply.github.com>
AuthorDate: Tue Sep 3 14:29:23 2019 +0200

    Updated Apache BeanUtils to address CVE
    
    1.9.4 is a minor update do address CVE-2014-0114:
    http://commons.apache.org/proper/commons-beanutils/javadocs/v1.9.4/RELEASE-NOTES.txt
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 53b4bab..a3f4cf3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,7 +81,7 @@
       <commons.lang.version>3.0</commons.lang.version>
       <activemq5-version>5.14.5</activemq5-version>
       <apache.derby.version>10.11.1.1</apache.derby.version>
-      <commons.beanutils.version>1.9.3</commons.beanutils.version>
+      <commons.beanutils.version>1.9.4</commons.beanutils.version>
       <commons.collections.version>3.2.2</commons.collections.version>
       <fuse.mqtt.client.version>1.14</fuse.mqtt.client.version>
       <guava.version>24.1.1-jre</guava.version>