Repository: karaf Updated Branches: refs/heads/karaf-3.0.x ef84d52b8 -> da1523e24
[KARAF-3184] Upgrade to commons-beanutils 1.9.2 Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/da1523e2 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/da1523e2 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/da1523e2 Branch: refs/heads/karaf-3.0.x Commit: da1523e249e8ae495366c200e014959e61ce1fef Parents: ef84d52 Author: Jean-Baptiste Onofré <[email protected]> Authored: Wed Aug 27 07:44:38 2014 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Wed Aug 27 07:44:38 2014 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/da1523e2/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6f9b054..9bf4b48 100644 --- a/pom.xml +++ b/pom.xml @@ -128,7 +128,7 @@ <asm.springsource.version>1.5.3</asm.springsource.version> <cglib.bundle.version>3.0_1</cglib.bundle.version> <cglib2.version>2.2.0</cglib2.version> - <commons-beanutils.version>1.9.1</commons-beanutils.version> + <commons-beanutils.version>1.9.2</commons-beanutils.version> <commons-codec.version>1.9</commons-codec.version> <commons-collections.version>3.2.1</commons-collections.version> <commons-dbcp.version>1.4</commons-dbcp.version>
