File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,9 @@ buildscript {
25
25
}
26
26
27
27
common_utils_version = System . getProperty(" common_utils.version" , opensearch_build)
28
- job_scheduler_version = System . getProperty(" job_scheduler.version" , opensearch_build)
28
+ job_scheduler_version = System . getProperty(" job_scheduler.version" , opensearch_build)
29
29
kotlin_version = System . getProperty(" kotlin.version" , " 1.6.0" )
30
+ jackson_version = " 2.14.1"
30
31
}
31
32
32
33
repositories {
@@ -167,8 +168,8 @@ dependencies {
167
168
implementation group : ' com.github.wnameless.json' , name : ' json-flattener' , version : ' 0.15.1'
168
169
// json-base, jackson-databind, jackson-annotations are transitive dependencies by json-flattener
169
170
implementation group : ' com.github.wnameless.json' , name : ' json-base' , version : ' 2.2.1'
170
- implementation " com.fasterxml.jackson.core:jackson-databind:2.13.4 "
171
- implementation " com.fasterxml.jackson.core:jackson-annotations:2.13.4 "
171
+ implementation " com.fasterxml.jackson.core:jackson-databind:${ jackson_version } "
172
+ implementation " com.fasterxml.jackson.core:jackson-annotations:${ jackson_version } "
172
173
implementation ' org.jsoup:jsoup:1.15.3'
173
174
implementation ' com.google.code.gson:gson:2.8.9'
174
175
implementation " org.jetbrains.kotlin:kotlin-test:${ kotlin_version} "
You can’t perform that action at this time.
0 commit comments