Skip to content

Commit 47b747a

Browse files
committed
Update jackson to 2.13.4 (opensearch-project#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>
1 parent 25a16e7 commit 47b747a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,9 @@ 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'
98-
force 'org.yaml:snakeyaml:1.26'
97+
force "com.fasterxml.jackson.core:jackson-databind:${versions.jackson_databind}"
98+
force 'org.yaml:snakeyaml:1.32'
99+
>>>>>>> fe8bf44 (Update jackson to 2.13.4 (#557))
99100
force 'org.codehaus.plexus:plexus-utils:3.0.24'
100101
}
101102
}

0 commit comments

Comments
 (0)