You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2020/07/28 21:02:30 UTC

[accumulo-wikisearch] branch master updated: Bump commons-beanutils

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

ctubbsii pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo-wikisearch.git


The following commit(s) were added to refs/heads/master by this push:
     new 4b2f816  Bump commons-beanutils
4b2f816 is described below

commit 4b2f81674183a95de350a5a0663f892fa803aa2f
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Tue Jul 28 17:01:58 2020 -0400

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

diff --git a/pom.xml b/pom.xml
index c302051..16dd6be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -257,7 +257,7 @@
       <dependency>
         <groupId>commons-beanutils</groupId>
         <artifactId>commons-beanutils</artifactId>
-        <version>1.9.3</version>
+        <version>1.9.4</version>
       </dependency>
     </dependencies>
   </dependencyManagement>