Dependency updates

This commit is contained in:
chriscochrane 2024-12-04 15:04:20 +00:00
parent 7895bbff92
commit abcb55d370
No known key found for this signature in database
GPG Key ID: E20C3731120606AB
2 changed files with 4 additions and 4 deletions

View File

@ -501,9 +501,9 @@ allprojects {
details.useVersion commons_text_version details.useVersion commons_text_version
} }
} }
if (details.requested.group == 'org.yaml' && details.requested.name == 'snakeyaml') { // if (details.requested.group == 'org.yaml' && details.requested.name == 'snakeyaml') {
details.useVersion snake_yaml_version // details.useVersion snake_yaml_version
} // }
} }
dependencySubstitution { dependencySubstitution {

View File

@ -51,7 +51,7 @@ capsuleVersion=1.0.3
asmVersion=7.1 asmVersion=7.1
artemisVersion=2.19.1 artemisVersion=2.19.1
# TODO Upgrade Jackson only when corda is using kotlin 1.3.10 # TODO Upgrade Jackson only when corda is using kotlin 1.3.10
jacksonVersion=2.13.5 jacksonVersion=2.14.0
jacksonKotlinVersion=2.9.7 jacksonKotlinVersion=2.9.7
jettyVersion=9.4.56.v20240826 jettyVersion=9.4.56.v20240826
jerseyVersion=2.25 jerseyVersion=2.25