Skip to content

Commit 5492eb6

Browse files
authored
Update jackson to 2.13.4 (#557) (#563)
* 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> Signed-off-by: Siddhant Deshmukh <deshsid@amazon.com>
1 parent 6274212 commit 5492eb6

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
@@ -76,7 +76,7 @@ configurations.all {
7676
force 'org.apache.httpcomponents:httpclient-osgi:4.5.13'
7777
force 'org.apache.httpcomponents.client5:httpclient5:5.0.3'
7878
force 'org.apache.httpcomponents.client5:httpclient5-osgi:5.0.3'
79-
force 'com.fasterxml.jackson.core:jackson-databind:2.13.4'
79+
force "com.fasterxml.jackson.core:jackson-databind:${versions.jackson_databind}"
8080
force 'org.yaml:snakeyaml:1.32'
8181
force 'org.codehaus.plexus:plexus-utils:3.0.24'
8282
}
@@ -606,4 +606,4 @@ task updateVersion {
606606
// String tokenization to support -SNAPSHOT
607607
ant.replaceregexp(file:'build.gradle', match: '"opensearch.version", "\\d.*"', replace: '"opensearch.version", "' + newVersion.tokenize('-')[0] + '-SNAPSHOT"', flags:'g', byline:true)
608608
}
609-
}
609+
}

0 commit comments

Comments
 (0)