File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ buildscript {
8
8
ext {
9
9
opensearch_version = System . getProperty(" opensearch.version" , " 2.4.0-SNAPSHOT" )
10
10
spring_version = " 5.3.22"
11
- jackson_version = " 2.14.0 "
12
- jackson_databind_version = " 2.14.0 "
11
+ jackson_version = " 2.14.1 "
12
+ jackson_databind_version = " 2.14.1 "
13
13
isSnapshot = " true" == System . getProperty(" build.snapshot" , " true" )
14
14
buildVersionQualifier = System . getProperty(" build.version_qualifier" , " " )
15
15
version_tokens = opensearch_version. tokenize(' -' )
Original file line number Diff line number Diff line change @@ -89,6 +89,8 @@ configurations.all {
89
89
// enforce 1.1.3, https://www.whitesourcesoftware.com/vulnerability-database/WS-2019-0379
90
90
resolutionStrategy. force ' commons-codec:commons-codec:1.13'
91
91
resolutionStrategy. force ' com.google.guava:guava:31.0.1-jre'
92
+ resolutionStrategy. force " com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:${ jackson_version} "
93
+ resolutionStrategy. force " com.fasterxml.jackson.dataformat:jackson-dataformat-smile:${ jackson_version} "
92
94
resolutionStrategy. force " com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:${ jackson_version} "
93
95
resolutionStrategy. force " com.fasterxml.jackson.core:jackson-databind:${ jackson_databind_version} "
94
96
resolutionStrategy. force " org.jetbrains.kotlin:kotlin-stdlib:1.6.0"
You can’t perform that action at this time.
0 commit comments