Skip to content

Commit

Permalink
chore(deps): bump org.apache.hadoop:hadoop-client from 3.4.0 to 3.4.1
Browse files Browse the repository at this point in the history
Bumps org.apache.hadoop:hadoop-client from 3.4.0 to 3.4.1.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and loicmathieu committed Nov 21, 2024
1 parent 627e210 commit ff796e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dependencies {
api group: 'org.apache.poi', name: 'poi', version: '5.3.0'
api group: 'org.apache.poi', name: 'poi-ooxml', version: '5.3.0'
api group: 'com.github.pjfanning', name: 'excel-streaming-reader', version: '5.0.2'
api (group: 'org.apache.hadoop', name: 'hadoop-client', version: '3.4.0') {
api (group: 'org.apache.hadoop', name: 'hadoop-client', version: '3.4.1') {
exclude group: 'org.slf4j'
exclude group: 'com.fasterxml.jackson.core'
}
Expand Down

0 comments on commit ff796e8

Please sign in to comment.