Skip to content

Commit bd9f79d

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 b39bd64 commit bd9f79d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ configurations.all {
7373
force 'org.apache.httpcomponents:httpclient-osgi:4.5.13'
7474
force 'org.apache.httpcomponents.client5:httpclient5:5.0.3'
7575
force 'org.apache.httpcomponents.client5:httpclient5-osgi:5.0.3'
76-
force 'com.fasterxml.jackson.core:jackson-databind:2.10.4'
77-
force 'org.yaml:snakeyaml:1.26'
76+
force "com.fasterxml.jackson.core:jackson-databind:${versions.jackson_databind}"
77+
force 'org.yaml:snakeyaml:1.32'
7878
force 'org.codehaus.plexus:plexus-utils:3.0.24'
7979
}
8080
}

0 commit comments

Comments
 (0)