Skip to content

Commit e59c30c

Browse files
Bump org.apache.commons:commons-text from 1.14.0 to 1.15.0 in /test/fixtures/hdfs-fixture (opensearch-project#20576)
* Bump org.apache.commons:commons-text in /test/fixtures/hdfs-fixture Bumps [org.apache.commons:commons-text](https://github.com/apache/commons-text) from 1.14.0 to 1.15.0. - [Changelog](https://github.com/apache/commons-text/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-text@rel/commons-text-1.14.0...rel/commons-text-1.15.0) --- updated-dependencies: - dependency-name: org.apache.commons:commons-text dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update changelog Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Craig Perkins <cwperx@amazon.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Craig Perkins <cwperx@amazon.com>
1 parent ebc51dc commit e59c30c

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
@@ -23,6 +23,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2323

2424
### Dependencies
2525
- Bump `ch.qos.logback:logback-core` and `ch.qos.logback:logback-classic` from 1.5.24 to 1.5.27 ([#20525](https://github.com/opensearch-project/OpenSearch/pull/20525))
26+
- Bump `org.apache.commons:commons-text` from 1.14.0 to 1.15.0 ([#20576](https://github.com/opensearch-project/OpenSearch/pull/20576))
2627
- Bump `aws-actions/configure-aws-credentials` from 5 to 6 ([#20577](https://github.com/opensearch-project/OpenSearch/pull/20577))
2728

2829
### Removed

test/fixtures/hdfs-fixture/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ dependencies {
7777
api "org.eclipse.jetty:jetty-server:${versions.jetty}"
7878
api "org.eclipse.jetty.websocket:javax-websocket-server-impl:${versions.jetty}"
7979
api 'org.apache.zookeeper:zookeeper:3.9.4'
80-
api "org.apache.commons:commons-text:1.14.0"
80+
api "org.apache.commons:commons-text:1.15.0"
8181
api "commons-net:commons-net:3.12.0"
8282
api "ch.qos.logback:logback-core:1.5.27"
8383
api "ch.qos.logback:logback-classic:1.5.27"

0 commit comments

Comments
 (0)