Skip to content

Commit c015993

Browse files
dependabot[bot]fahadshamiinsta
authored andcommitted
Bump org.apache.commons:commons-text from 1.10.0 to 1.11.0 in /test/fixtures/hdfs-fixture (opensearch-project#11344)
* Bump org.apache.commons:commons-text in /test/fixtures/hdfs-fixture Bumps org.apache.commons:commons-text from 1.10.0 to 1.11.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-text dependency-type: direct:production update-type: version-update:semver-minor ... 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> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
1 parent 628b29a commit c015993

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
132132
- Bump `com.avast.gradle:gradle-docker-compose-plugin` from 0.16.12 to 0.17.5 ([#10163](https://github.com/opensearch-project/OpenSearch/pull/10163))
133133
- Bump `com.squareup.okhttp3:okhttp` from 4.11.0 to 4.12.0 ([#10861](https://github.com/opensearch-project/OpenSearch/pull/10861))
134134
- Bump `com.gradle.enterprise` from 3.14.1 to 3.15.1 ([#11339](https://github.com/opensearch-project/OpenSearch/pull/11339))
135+
- Bump `org.apache.commons:commons-text` from 1.10.0 to 1.11.0 ([#11344](https://github.com/opensearch-project/OpenSearch/pull/11344))
135136

136137
### Changed
137138
- Mute the query profile IT with concurrent execution ([#9840](https://github.com/opensearch-project/OpenSearch/pull/9840))

test/fixtures/hdfs-fixture/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ dependencies {
6565
api "org.eclipse.jetty:jetty-server:${versions.jetty}"
6666
api "org.eclipse.jetty.websocket:javax-websocket-server-impl:${versions.jetty}"
6767
api 'org.apache.zookeeper:zookeeper:3.9.1'
68-
api "org.apache.commons:commons-text:1.10.0"
68+
api "org.apache.commons:commons-text:1.11.0"
6969
api "commons-net:commons-net:3.9.0"
7070
runtimeOnly "com.google.guava:guava:${versions.guava}"
7171
runtimeOnly("com.squareup.okhttp3:okhttp:4.12.0") {

0 commit comments

Comments
 (0)