Skip to content

Commit 90a9a0a

Browse files
Bump commons-logging:commons-logging from 1.3.4 to 1.3.5 in /java-client (#1418)
* Bump commons-logging:commons-logging from 1.3.4 to 1.3.5 in /java-client Bumps commons-logging:commons-logging from 1.3.4 to 1.3.5. --- updated-dependencies: - dependency-name: commons-logging:commons-logging dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update changelog Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6cd48f0 commit 90a9a0a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1010
- Bumps `org.apache.httpcomponents.core5:httpcore5` from 5.3 to 5.3.3 ([#1383](https://github.com/opensearch-project/opensearch-java/pull/1383), [#1402](https://github.com/opensearch-project/opensearch-java/pull/1402))
1111
- Bump `org.junit:junit-bom` from 5.11.3 to 5.11.4 ([#1367](https://github.com/opensearch-project/opensearch-java/pull/1367))
1212
- Bump `org.owasp.dependencycheck` from 11.1.1 to 12.0.2 ([#1381](https://github.com/opensearch-project/opensearch-java/pull/1381), [#1393](https://github.com/opensearch-project/opensearch-java/pull/1393), [#1399](https://github.com/opensearch-project/opensearch-java/pull/1399), [#1404](https://github.com/opensearch-project/opensearch-java/pull/1404))
13+
- Bump `commons-logging:commons-logging` from 1.3.4 to 1.3.5 ([#1418](https://github.com/opensearch-project/opensearch-java/pull/1418))
1314

1415
This section is for maintaining a changelog for all breaking changes for the client that cannot be released in the 2.x line. All other non-breaking changes should be added to [Unreleased 2.x] section.
1516

java-client/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ dependencies {
183183
val jacksonDatabindVersion = "2.17.0"
184184

185185
// Apache 2.0
186-
api("commons-logging:commons-logging:1.3.4")
186+
api("commons-logging:commons-logging:1.3.5")
187187
compileOnly("org.opensearch.client", "opensearch-rest-client", opensearchVersion)
188188
testImplementation("org.hamcrest:hamcrest:3.0")
189189
testImplementation("com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.8.2") {

0 commit comments

Comments
 (0)