Update OWASP dependency checker to v4.0.2 to fix clash with Gradle 5 upgrade (#5177)

This commit is contained in:
Anthony Keenan 2019-05-29 10:43:32 +00:00 committed by GitHub
parent a4cd859282
commit b06fa62860
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ buildscript {
ext.rxjava_version = '1.3.8'
ext.dokka_version = '0.9.17'
ext.eddsa_version = '0.2.0'
ext.dependency_checker_version = '4.0.0'
ext.dependency_checker_version = '4.0.2'
ext.commons_collections_version = '4.1'
ext.beanutils_version = '1.9.3'
ext.crash_version = '810d2b774b85d4938be01b9b65e29e4fddbc450b'