mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
ENT-12321,ENT-12322,ENT-12425 - Dependency updates (#7892)
* Dependency updates * Removed superfluous force-override --------- Co-authored-by: Adel El-Beik <48713346+adelel1@users.noreply.github.com>
This commit is contained in:
parent
523bd6533d
commit
80c416f8e2
@ -124,7 +124,6 @@ buildscript {
|
||||
ext.docker_java_version = constants.getProperty("dockerJavaVersion")
|
||||
ext.commons_configuration2_version = constants.getProperty("commonsConfiguration2Version")
|
||||
ext.commons_text_version = constants.getProperty("commonsTextVersion")
|
||||
ext.snake_yaml_version = constants.getProperty("snakeYamlVersion")
|
||||
ext.javaassist_version = constants.getProperty("javaassistVersion")
|
||||
|
||||
if (JavaVersion.current().isJava8()) {
|
||||
@ -494,13 +493,8 @@ allprojects {
|
||||
if (details.requested.group == 'org.apache.commons') {
|
||||
if (details.requested.name == "commons-configuration2") {
|
||||
details.useVersion commons_configuration2_version
|
||||
} else if (details.requested.name == "commons-text") {
|
||||
details.useVersion commons_text_version
|
||||
}
|
||||
}
|
||||
if (details.requested.group == 'org.yaml' && details.requested.name == 'snakeyaml') {
|
||||
details.useVersion snake_yaml_version
|
||||
}
|
||||
}
|
||||
|
||||
dependencySubstitution {
|
||||
|
@ -30,7 +30,6 @@ disruptorVersion=3.4.2
|
||||
typesafeConfigVersion=1.3.4
|
||||
jsr305Version=3.0.2
|
||||
artifactoryPluginVersion=4.16.1
|
||||
snakeYamlVersion=1.33
|
||||
caffeineVersion=2.9.3
|
||||
metricsVersion=4.1.0
|
||||
metricsNewRelicVersion=1.1.1
|
||||
|
Loading…
Reference in New Issue
Block a user