From 9baf56cce9214591923d8be26bfc20871f87b68a Mon Sep 17 00:00:00 2001 From: Andrey Pleskach Date: Fri, 7 Jun 2024 09:44:34 +0200 Subject: [PATCH] Bump OS to 2.14 Signed-off-by: Andrey Pleskach --- build.gradle | 6 +++--- licenses/bcprov-jdk15to18-1.77.jar.sha1 | 1 - licenses/bcprov-jdk18on-1.78.jar.sha1 | 1 + ...rov-jdk15to18-LICENSE.txt => bcprov-jdk18on-LICENSE.txt} | 0 ...cprov-jdk15to18-NOTICE.txt => bcprov-jdk18on-NOTICE.txt} | 0 5 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 licenses/bcprov-jdk15to18-1.77.jar.sha1 create mode 100644 licenses/bcprov-jdk18on-1.78.jar.sha1 rename licenses/{bcprov-jdk15to18-LICENSE.txt => bcprov-jdk18on-LICENSE.txt} (100%) rename licenses/{bcprov-jdk15to18-NOTICE.txt => bcprov-jdk18on-NOTICE.txt} (100%) diff --git a/build.gradle b/build.gradle index 775680b..d954738 100644 --- a/build.gradle +++ b/build.gradle @@ -73,7 +73,7 @@ testingConventions.enabled = true buildscript { ext { - opensearch_version = "2.13.0" + opensearch_version = "2.14.0" } repositories { @@ -107,7 +107,7 @@ test { } dependencies { - implementation "org.bouncycastle:bcprov-jdk15to18:${versions.bouncycastle}" + implementation "org.bouncycastle:bcprov-jdk18on:${versions.bouncycastle}" } forbiddenPatterns { @@ -149,4 +149,4 @@ task updateVersion { // String tokenization to support -SNAPSHOT ant.replaceregexp(file:'build.gradle', match: '"opensearch.version", "\\d.*"', replace: '"opensearch.version", "' + newVersion.tokenize('-')[0] + '-SNAPSHOT"', flags:'g', byline:true) } -} \ No newline at end of file +} diff --git a/licenses/bcprov-jdk15to18-1.77.jar.sha1 b/licenses/bcprov-jdk15to18-1.77.jar.sha1 deleted file mode 100644 index 8e19cdc..0000000 --- a/licenses/bcprov-jdk15to18-1.77.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -475984acd55286a49a4acb40c12c3702f72e17ee \ No newline at end of file diff --git a/licenses/bcprov-jdk18on-1.78.jar.sha1 b/licenses/bcprov-jdk18on-1.78.jar.sha1 new file mode 100644 index 0000000..47fb5fd --- /dev/null +++ b/licenses/bcprov-jdk18on-1.78.jar.sha1 @@ -0,0 +1 @@ +619aafb92dc0b4c6cc4cf86c487ca48ee2d67a8e \ No newline at end of file diff --git a/licenses/bcprov-jdk15to18-LICENSE.txt b/licenses/bcprov-jdk18on-LICENSE.txt similarity index 100% rename from licenses/bcprov-jdk15to18-LICENSE.txt rename to licenses/bcprov-jdk18on-LICENSE.txt diff --git a/licenses/bcprov-jdk15to18-NOTICE.txt b/licenses/bcprov-jdk18on-NOTICE.txt similarity index 100% rename from licenses/bcprov-jdk15to18-NOTICE.txt rename to licenses/bcprov-jdk18on-NOTICE.txt