File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -93,8 +93,8 @@ configurations.all {
9393 force ' org.apache.httpcomponents:httpclient-osgi:4.5.13'
9494 force ' org.apache.httpcomponents.client5:httpclient5:5.0.3'
9595 force ' org.apache.httpcomponents.client5:httpclient5-osgi:5.0.3'
96- force ' com.fasterxml.jackson.core:jackson-databind:2.10.4 '
97- force ' org.yaml:snakeyaml:1.26 '
96+ force " com.fasterxml.jackson.core:jackson-databind:${ versions.jackson_databind } "
97+ force ' org.yaml:snakeyaml:1.32 '
9898 force ' org.codehaus.plexus:plexus-utils:3.0.24'
9999 }
100100}
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ configurations.all {
4848 resolutionStrategy {
4949 force " org.jetbrains.kotlin:kotlin-stdlib:${ kotlin_version} "
5050 force " org.jetbrains.kotlin:kotlin-stdlib-common:${ kotlin_version} "
51+ force " org.yaml:snakeyaml:1.32"
5152 }
5253}
5354
You can’t perform that action at this time.
0 commit comments