Skip to content

Commit

Permalink
Merge pull request #90 from Aiven-Open/bump-os-to-2.14
Browse files Browse the repository at this point in the history
Bump OS to 2.14
  • Loading branch information
axeoman authored Jun 7, 2024
2 parents bb037db + 9baf56c commit 4e069d4
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ testingConventions.enabled = true

buildscript {
ext {
opensearch_version = "2.13.0"
opensearch_version = "2.14.0"
}

repositories {
Expand Down Expand Up @@ -107,7 +107,7 @@ test {
}

dependencies {
implementation "org.bouncycastle:bcprov-jdk15to18:${versions.bouncycastle}"
implementation "org.bouncycastle:bcprov-jdk18on:${versions.bouncycastle}"
}

forbiddenPatterns {
Expand Down Expand Up @@ -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)
}
}
}
1 change: 0 additions & 1 deletion licenses/bcprov-jdk15to18-1.77.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/bcprov-jdk18on-1.78.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
619aafb92dc0b4c6cc4cf86c487ca48ee2d67a8e
File renamed without changes.
File renamed without changes.

0 comments on commit 4e069d4

Please sign in to comment.