CORDA-3714: Update commons-beanutils for security (#6391)

This commit is contained in:
Ryan Fowler 2020-06-25 11:23:18 +01:00 committed by GitHub
parent 6ec2910f15
commit d720c86fc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,7 +105,7 @@ buildscript {
ext.eddsa_version = '0.3.0'
ext.dependency_checker_version = '5.2.0'
ext.commons_collections_version = '4.3'
ext.beanutils_version = '1.9.3'
ext.beanutils_version = '1.9.4'
ext.crash_version = '1.7.4'
ext.jsr305_version = constants.getProperty("jsr305Version")
ext.shiro_version = '1.4.1'