CORDA-2519 - Changed crash version to our latest. (#4976)

* Changed crash version to our latest.

* Changed short revision to long revision on the crash dependency from jitpack.
This commit is contained in:
Stefan Iliev 2019-04-09 19:56:01 +01:00 committed by Katelyn Baker
parent 5a0b2b6f48
commit 239376f699

View File

@ -53,7 +53,7 @@ buildscript {
ext.dependency_checker_version = '4.0.0'
ext.commons_collections_version = '4.1'
ext.beanutils_version = '1.9.3'
ext.crash_version = 'cadb53544fbb3c0fb901445da614998a6a419488'
ext.crash_version = '810d2b774b85d4938be01b9b65e29e4fddbc450b'
ext.jsr305_version = constants.getProperty("jsr305Version")
ext.shiro_version = '1.4.0'
ext.artifactory_plugin_version = constants.getProperty('artifactoryPluginVersion')