Skip to content

Commit

Permalink
Update jackson to 2.13.4 (opensearch-project#557)
Browse files Browse the repository at this point in the history
* Update jackson to 2.13.4

Signed-off-by: Siddhant Deshmukh <[email protected]>

* Get jackson version from core

Signed-off-by: Siddhant Deshmukh <[email protected]>

Signed-off-by: Siddhant Deshmukh <[email protected]>
  • Loading branch information
deshsidd authored Oct 6, 2022
1 parent efe2d33 commit fe8bf44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ configurations.all {
force 'org.apache.httpcomponents:httpclient-osgi:4.5.13'
force 'org.apache.httpcomponents.client5:httpclient5:5.0.3'
force 'org.apache.httpcomponents.client5:httpclient5-osgi:5.0.3'
force 'com.fasterxml.jackson.core:jackson-databind:2.10.4'
force "com.fasterxml.jackson.core:jackson-databind:${versions.jackson_databind}"
force 'org.yaml:snakeyaml:1.32'
force 'org.codehaus.plexus:plexus-utils:3.0.24'
}
Expand Down

0 comments on commit fe8bf44

Please sign in to comment.