Skip to content

Commit

Permalink
Bump commons-logging:commons-logging from 1.3.2 to 1.3.3 in /java-client
Browse files Browse the repository at this point in the history
Bumps commons-logging:commons-logging from 1.3.2 to 1.3.3.

---
updated-dependencies:
- dependency-name: commons-logging:commons-logging
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 15, 2024
1 parent df46d73 commit fb9b56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ dependencies {
val jacksonDatabindVersion = "2.17.0"

// Apache 2.0
api("commons-logging:commons-logging:1.3.2")
api("commons-logging:commons-logging:1.3.3")
compileOnly("org.opensearch.client", "opensearch-rest-client", opensearchVersion)
testImplementation("org.hamcrest:hamcrest:2.2")
testImplementation("com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.8.1") {
Expand Down

0 comments on commit fb9b56a

Please sign in to comment.