You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2017/06/12 18:36:42 UTC

tomee git commit: TOMEE-2061 beanutils upgrade to 1.9.3

Repository: tomee
Updated Branches:
  refs/heads/master 7033e2bc5 -> 76918ee42


TOMEE-2061 beanutils upgrade to 1.9.3


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/76918ee4
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/76918ee4
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/76918ee4

Branch: refs/heads/master
Commit: 76918ee4212059b7bdb622ed1a89e1bb7094e6d5
Parents: 7033e2b
Author: rmannibucau <rm...@apache.org>
Authored: Mon Jun 12 20:36:33 2017 +0200
Committer: rmannibucau <rm...@apache.org>
Committed: Mon Jun 12 20:36:33 2017 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/76918ee4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1ea4643..ef16f5a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,7 +151,7 @@
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 
     <!-- Apache Commons -->
-    <commons-beanutils.version>1.8.3</commons-beanutils.version>
+    <commons-beanutils.version>1.9.3</commons-beanutils.version>
     <commons-cli.version>1.2</commons-cli.version>
     <commons-logging.version>1.1.1</commons-logging.version>
     <commons-logging-api.version>1.1</commons-logging-api.version>