Skip to content

Commit 2614847

Browse files
dependabot[bot]reta
authored andcommitted
Bump commons-net:commons-net from 3.10.0 to 3.11.1 in /test/fixtures/hdfs-fixture (#14396)
* Bump commons-net:commons-net in /test/fixtures/hdfs-fixture Bumps commons-net:commons-net from 3.10.0 to 3.11.1. --- updated-dependencies: - dependency-name: commons-net:commons-net 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> (cherry picked from commit 47425a1)
1 parent 9614561 commit 2614847

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
@@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1010
### Dependencies
1111
- Update to Apache Lucene 9.11.0 ([#14042](https://github.com/opensearch-project/OpenSearch/pull/14042))
1212
- Bump `netty` from 4.1.110.Final to 4.1.111.Final ([#14356](https://github.com/opensearch-project/OpenSearch/pull/14356))
13+
- Bump `commons-net:commons-net` from 3.10.0 to 3.11.1 ([#14396](https://github.com/opensearch-project/OpenSearch/pull/14396))
1314

1415
### Changed
1516

test/fixtures/hdfs-fixture/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ dependencies {
6969
api "org.eclipse.jetty.websocket:javax-websocket-server-impl:${versions.jetty}"
7070
api 'org.apache.zookeeper:zookeeper:3.9.2'
7171
api "org.apache.commons:commons-text:1.12.0"
72-
api "commons-net:commons-net:3.10.0"
72+
api "commons-net:commons-net:3.11.1"
7373
api "ch.qos.logback:logback-core:1.5.6"
7474
api "ch.qos.logback:logback-classic:1.2.13"
7575
api 'org.apache.kerby:kerb-admin:2.0.3'

0 commit comments

Comments
 (0)