Skip to content

Commit 096e509

Browse files
Update jackson to 2.13.4 (#557) (#559)
* 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) Co-authored-by: Siddhant Deshmukh <deshsid@amazon.com>
1 parent 12917cd commit 096e509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ configurations.all {
9494
force 'org.apache.httpcomponents:httpclient-osgi:4.5.13'
9595
force 'org.apache.httpcomponents.client5:httpclient5:5.0.3'
9696
force 'org.apache.httpcomponents.client5:httpclient5-osgi:5.0.3'
97-
force 'com.fasterxml.jackson.core:jackson-databind:2.10.4'
97+
force "com.fasterxml.jackson.core:jackson-databind:${versions.jackson_databind}"
9898
force 'org.yaml:snakeyaml:1.32'
9999
force 'org.codehaus.plexus:plexus-utils:3.0.24'
100100
}

0 commit comments

Comments
 (0)