You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by fp...@apache.org on 2019/08/15 12:31:05 UTC

[shiro] branch master updated: SHIRO-720 - Update Commons BeanUtils

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a356745  SHIRO-720 - Update Commons BeanUtils
     new 4ff98cd  Merge pull request #167 from coheigea/SHIRO-720
a356745 is described below

commit a356745332abac6af2a6ff144fe7e8c395531cc2
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Aug 15 10:13:59 2019 +0100

    SHIRO-720 - Update Commons BeanUtils
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 26e66a2..c0c1616 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,7 +79,7 @@
              modules' OSGi metadata: -->
         <aspectj.version>1.9.4</aspectj.version>
         <cas.client.core.version>3.2.2</cas.client.core.version>
-        <commons.beanutils.version>1.9.3</commons.beanutils.version>
+        <commons.beanutils.version>1.9.4</commons.beanutils.version>
         <commons.cli.version>1.4</commons.cli.version>
         <commons.codec.version>1.13</commons.codec.version>
         <commons.configuration2.version>2.5</commons.configuration2.version>