diff --git a/build.gradle b/build.gradle index a458b1b6c..87adc164d 100644 --- a/build.gradle +++ b/build.gradle @@ -94,7 +94,7 @@ configurations.all { force 'org.apache.httpcomponents:httpclient-osgi:4.5.13' force 'org.apache.httpcomponents.client5:httpclient5:5.0.3' force 'org.apache.httpcomponents.client5:httpclient5-osgi:5.0.3' - force 'com.fasterxml.jackson.core:jackson-databind:2.10.4' + force "com.fasterxml.jackson.core:jackson-databind:${versions.jackson_databind}" force 'org.yaml:snakeyaml:1.32' force 'org.codehaus.plexus:plexus-utils:3.0.24' }