Force commons-io version (#7852)

This commit is contained in:
Chris Cochrane 2024-10-24 13:27:22 +01:00 committed by GitHub
parent 4b109e0e1c
commit d27aa0e685
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -447,6 +447,9 @@ allprojects {
if (details.requested.group == 'org.yaml' && details.requested.name == 'snakeyaml') {
details.useVersion snake_yaml_version
}
if (details.requested.group == 'commons-io' && details.requested.name == "commons-io") {
details.useVersion commons_io_version
}
}
dependencySubstitution {