File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ repositories {
27
27
28
28
dependencies {
29
29
val logstashVersion = " 8.1"
30
- val opensearchVersion = " 2.0.1 "
30
+ val opensearchVersion = " 2.0.2 "
31
31
val jsoupVersion = " 1.21.2"
32
32
val opensearchTestcontainersVersion = " 2.1.3"
33
33
val testcontainersVersion = " 1.21.3"
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.3 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.1.0 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ repositories {
19
19
}
20
20
21
21
dependencies {
22
- val opensearchVersion = " 2.0.1 "
22
+ val opensearchVersion = " 2.0.2 "
23
23
24
24
implementation(" org.opensearch.client:spring-data-opensearch-starter:$opensearchVersion " ) {
25
25
exclude(" org.opensearch.client" , " opensearch-rest-client-sniffer" )
You can’t perform that action at this time.
0 commit comments