Skip to content

Commit 96c886b

Browse files
Increment version to 2.20.0-SNAPSHOT
Signed-off-by: opensearch-ci-bot <[email protected]>
1 parent 403fcd1 commit 96c886b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

alerting/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ configurations.all {
7878
force "com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:${versions.jackson}"
7979
force "commons-logging:commons-logging:${versions.commonslogging}"
8080
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
8282
force "commons-codec:commons-codec:1.13"
8383

8484
// 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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
apply from: 'build-tools/repositories.gradle'
88

99
ext {
10-
opensearch_version = System.getProperty("opensearch.version", "2.19.0-SNAPSHOT")
10+
opensearch_version = System.getProperty("opensearch.version", "2.20.0-SNAPSHOT")
1111
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
1212
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
1313
// 2.7.0-SNAPSHOT -> 2.7.0.0-SNAPSHOT

0 commit comments

Comments
 (0)