Skip to content

Commit

Permalink
Merge branch 'main' into Noir01-patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Hailong-am authored Oct 18, 2023
2 parents 23888d0 + 48e05af commit 5411cb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notifications/notifications/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ dependencies {
} // ${kotlin_version} does not work for coroutines
implementation "${group}:common-utils:${common_utils_version}"
// TODO: change compile to implementation when the _local/stats API is supported
compileOnly "org.json:json:20230227"
compileOnly "org.json:json:20231013"
compileOnly "com.github.wnameless.json:json-flattener:0.13.0"
// TODO: uncomment when the _local/stats API is supported
// implementation "com.github.wnameless.json:json-base:2.0.0"
Expand Down Expand Up @@ -265,7 +265,7 @@ testClusters.integTest {
}

// Always be minimumCompatibilityVersion of current opensearch version(3.0.0)
def bwcVersionShort = "2.11.0"
def bwcVersionShort = "2.12.0"
def bwcVersion = bwcVersionShort + ".0"
def bwcOpenSearchVesion= bwcVersionShort + "-SNAPSHOT"
def bwcPluginVersion = bwcVersion + "-SNAPSHOT"
Expand Down

0 comments on commit 5411cb2

Please sign in to comment.