You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by rd...@apache.org on 2019/08/29 13:29:34 UTC

[tinkerpop] branch master updated: Bump commons-beanutils to 1.9.4 for CVE-2019-10086 - CTR

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

rdale pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/master by this push:
     new debd561  Bump commons-beanutils to 1.9.4 for CVE-2019-10086 - CTR
debd561 is described below

commit debd56137299571bc97d51a0183cb1edf309c722
Author: Robert Dale <ro...@gmail.com>
AuthorDate: Thu Aug 29 09:22:14 2019 -0400

    Bump commons-beanutils to 1.9.4 for CVE-2019-10086 - CTR
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index faf9f83..fde5a0f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -582,7 +582,7 @@ limitations under the License.
             <dependency>
                 <groupId>commons-beanutils</groupId>
                 <artifactId>commons-beanutils</artifactId>
-                <version>1.9.3</version>
+                <version>1.9.4</version>
             </dependency>
             <dependency>
                 <groupId>commons-collections</groupId>