Skip to content

Commit 5be9657

Browse files
authored
[Backport 2.0] Update jackson to 2.13.4 (#557) (#564)
* Update jackson to 2.13.4 (#557) * Update jackson to 2.13.4 Signed-off-by: Siddhant Deshmukh <deshsid@amazon.com> * Get jackson version from core Signed-off-by: Siddhant Deshmukh <deshsid@amazon.com> Signed-off-by: Siddhant Deshmukh <deshsid@amazon.com> (cherry picked from commit fe8bf44) Signed-off-by: Siddhant Deshmukh <deshsid@amazon.com> * Update spi snakeyml to 1.32 Signed-off-by: Siddhant Deshmukh <deshsid@amazon.com> Signed-off-by: Siddhant Deshmukh <deshsid@amazon.com>
1 parent af507ab commit 5be9657

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

spi/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)