Skip to content

Commit

Permalink
Bump org.apache.hadoop:hadoop-common from 3.3.5 to 3.3.6 (#95)
Browse files Browse the repository at this point in the history
Bumps org.apache.hadoop:hadoop-common from 3.3.5 to 3.3.6.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jiayu Liu <Jimexist@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and jimexist authored Sep 23, 2023
1 parent 276c1b5 commit 85899a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
testImplementation 'org.apache.arrow:arrow-compression:13.0.0'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.0'
testImplementation 'org.apache.hadoop:hadoop-client:3.3.5'
testImplementation 'org.apache.hadoop:hadoop-common:3.3.5'
testImplementation 'org.apache.hadoop:hadoop-common:3.3.6'
testImplementation 'org.apache.parquet:parquet-avro:1.13.1'
testImplementation 'org.apache.parquet:parquet-hadoop:1.13.1'
}
Expand Down

0 comments on commit 85899a9

Please sign in to comment.