Skip to content

Commit

Permalink
Bump to 2.16.0-SNAPSHOT (#62)
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <[email protected]>
  • Loading branch information
reta authored Jul 9, 2024
1 parent ac66ced commit 9c802f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repositories {
}

allprojects {
version = '2.12.0-SNAPSHOT'
version = '2.16.0-SNAPSHOT'

// Force using a newer version, due to guava vulnerability CVE-2023-2976. Remove after Gradle upgrades its default version.
checkstyle {
Expand All @@ -35,9 +35,9 @@ subprojects {
apply plugin: 'com.diffplug.spotless'

ext {
opensearch_version = System.getProperty("opensearch.version", "2.12.0-SNAPSHOT")
opensearch_version = System.getProperty("opensearch.version", "2.16.0-SNAPSHOT")
sdk_version = "3.24.0"
jackson_version = "2.16.0"
jackson_version = "2.17.1"
}

repositories {
Expand Down

0 comments on commit 9c802f6

Please sign in to comment.