Skip to content

Commit

Permalink
--- (#156)
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: org.opensearch.client:opensearch-rest-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 20, 2024
1 parent f1e7a14 commit 567e2d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.2")
testImplementation("ch.qos.logback:logback-classic:1.5.6")
testImplementation("org.opensearch.client:opensearch-rest-client:2.13.0")
testImplementation("org.opensearch.client:opensearch-rest-client:2.14.0")
}

group = "org.opensearch"
Expand Down

0 comments on commit 567e2d1

Please sign in to comment.