Skip to content

Commit

Permalink
Bump org.apache.hadoop:hadoop-minicluster from 3.3.4 to 3.3.5 in /tes…
Browse files Browse the repository at this point in the history
…t/fixtures/hdfs-fixture (#7070)

* Bump org.apache.hadoop:hadoop-minicluster in /test/fixtures/hdfs-fixture

Bumps org.apache.hadoop:hadoop-minicluster from 3.3.4 to 3.3.5.

---
updated-dependencies:
- dependency-name: org.apache.hadoop:hadoop-minicluster
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored Apr 10, 2023
1 parent bd4b5fa commit 3ba333b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Bump `com.netflix.nebula:nebula-publishing-plugin` from 19.2.0 to 20.2.0
- Bump `net.minidev:json-smart` from 2.4.9 to 2.4.10
- Bump `com.netflix.nebula.ospackage-base` from 11.0.0 to 11.2.0
- Bump `org.apache.hadoop:hadoop-minicluster` from 3.3.4 to 3.3.5

### Changed
- [CCR] Add getHistoryOperationsFromTranslog method to fetch the history snapshot from translogs ([#3948](https://github.com/opensearch-project/OpenSearch/pull/3948))
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/hdfs-fixture/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ apply plugin: 'opensearch.java'
group = 'hdfs'

dependencies {
api("org.apache.hadoop:hadoop-minicluster:3.3.4") {
api("org.apache.hadoop:hadoop-minicluster:3.3.5") {
exclude module: 'websocket-client'
exclude module: 'jettison'
exclude module: 'netty'
Expand Down

0 comments on commit 3ba333b

Please sign in to comment.