File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ configurations.all {
78
78
force " com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:${ versions.jackson} "
79
79
force " commons-logging:commons-logging:${ versions.commonslogging} "
80
80
force " org.apache.httpcomponents:httpcore:${ versions.httpcore} "
81
- // force the version until OpenSearch upgrade to an invulnerable one, https://www.whitesourcesoftware.com/vulnerability-database/WS-2019- 0379
81
+ // force the version until OpenSearch upgrade to an invulnerable one, https://www.whitesourcesoftware.com/vulnerability-database/WS-2.20. 0379
82
82
force " commons-codec:commons-codec:1.13"
83
83
84
84
// This is required because kotlin-coroutines-core 1.1.1 still requires kotlin stdlib 1.3.20 and we're using a higher kotlin version
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
7
7
apply from : ' build-tools/repositories.gradle'
8
8
9
9
ext {
10
- opensearch_version = System . getProperty(" opensearch.version" , " 2.19 .0-SNAPSHOT" )
10
+ opensearch_version = System . getProperty(" opensearch.version" , " 2.20 .0-SNAPSHOT" )
11
11
buildVersionQualifier = System . getProperty(" build.version_qualifier" , " " )
12
12
isSnapshot = " true" == System . getProperty(" build.snapshot" , " true" )
13
13
// 2.7.0-SNAPSHOT -> 2.7.0.0-SNAPSHOT
You can’t perform that action at this time.
0 commit comments