diff --git a/build.gradle b/build.gradle index 49ecb40285..b4f3e793ab 100644 --- a/build.gradle +++ b/build.gradle @@ -497,13 +497,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 { diff --git a/constants.properties b/constants.properties index e0b739b370..4dc46d8dc2 100644 --- a/constants.properties +++ b/constants.properties @@ -51,7 +51,7 @@ capsuleVersion=1.0.3 asmVersion=7.1 artemisVersion=2.19.1 # TODO Upgrade Jackson only when corda is using kotlin 1.3.10 -jacksonVersion=2.13.5 +jacksonVersion=2.14.0 jacksonKotlinVersion=2.9.7 jettyVersion=9.4.56.v20240826 jerseyVersion=2.25