Merge pull request #7891 from corda/cc/dev/os/4.10/security_vulnerabilities

ENT-12325,ENT-12326,ENT-12427 - Dependency updates
This commit is contained in:
Adel El-Beik 2024-12-06 17:07:56 +00:00 committed by GitHub
commit e85f5c3dd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 6 deletions

View File

@ -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 {

View File

@ -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