Skip to content

Commit

Permalink
Bump hadoop.version from 3.3.4 to 3.3.5 (#24064)
Browse files Browse the repository at this point in the history
Bumps `hadoop.version` from 3.3.4 to 3.3.5.
Updates `hadoop-client` from 3.3.4 to 3.3.5

Updates `hadoop-minicluster` from 3.3.4 to 3.3.5

Updates `hadoop-common` from 3.3.4 to 3.3.5

Updates `hadoop-azure` from 3.3.4 to 3.3.5

Updates `hadoop-azure-datalake` from 3.3.4 to 3.3.5

Updates `hadoop-aws` from 3.3.4 to 3.3.5


You can trigger a rebase of this PR by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Łukasz Dziedziul <lukasz.dziedziul@hazelcast.com>
  • Loading branch information
dependabot[bot] and ldziedziul committed May 29, 2023
1 parent 2c4f0ee commit 120d258
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions extensions/hadoop-dist/pom.xml
Expand Up @@ -101,6 +101,17 @@
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client</artifactId>
<exclusions>
<exclusion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.10.0</version>
</dependency>
<dependency>
<groupId>org.apache.avro</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -101,7 +101,7 @@
<debezium.version>1.9.7.Final</debezium.version>
<grpc.version>1.48.0</grpc.version>
<guava.version>31.1-jre</guava.version>
<hadoop.version>3.3.4</hadoop.version>
<hadoop.version>3.3.5</hadoop.version>
<h2.version>2.1.214</h2.version>
<!-- The Jackson version must match the version in EE, if you change this you must send EE PR as well -->
<jackson.version>2.14.2</jackson.version>
Expand Down

0 comments on commit 120d258

Please sign in to comment.