From 0a8a58ffb705f93f8820de3de589b402cf239f85 Mon Sep 17 00:00:00 2001 From: opensearch-ci-bot Date: Wed, 8 Jan 2025 00:09:10 +0000 Subject: [PATCH] Increment version to 2.19.0-SNAPSHOT Signed-off-by: opensearch-ci-bot --- alerting/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alerting/build.gradle b/alerting/build.gradle index bb6b8e60e..507c4f5c6 100644 --- a/alerting/build.gradle +++ b/alerting/build.gradle @@ -78,7 +78,7 @@ configurations.all { force "com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:${versions.jackson}" force "commons-logging:commons-logging:${versions.commonslogging}" force "org.apache.httpcomponents:httpcore:${versions.httpcore}" - // force the version until OpenSearch upgrade to an invulnerable one, https://www.whitesourcesoftware.com/vulnerability-database/WS-2019-0379 + // force the version until OpenSearch upgrade to an invulnerable one, https://www.whitesourcesoftware.com/vulnerability-database/WS-2.19.0379 force "commons-codec:commons-codec:1.13" // 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