This is an automated email from the ASF dual-hosted git repository.
gangwu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git
The following commit(s) were added to refs/heads/master by this push:
new 330242b3c Bump hadoop.version from 3.3.5 to 3.3.6 (#1236)
330242b3c is described below
commit 330242b3cc2a746f3bbb939304becfa313ef1e53
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jan 13 23:11:32 2024 +0800
Bump hadoop.version from 3.3.5 to 3.3.6 (#1236)
Bumps `hadoop.version` from 3.3.5 to 3.3.6.
Updates `org.apache.hadoop:hadoop-mapreduce-client-core` from 3.3.5 to 3.3.6
Updates `org.apache.hadoop:hadoop-client` from 3.3.5 to 3.3.6
Updates `org.apache.hadoop:hadoop-common` from 3.3.5 to 3.3.6
Updates `org.apache.hadoop:hadoop-annotations` from 3.3.5 to 3.3.6
---
updated-dependencies:
- dependency-name: org.apache.hadoop:hadoop-mapreduce-client-core
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.hadoop:hadoop-client
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.hadoop:hadoop-common
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.hadoop:hadoop-annotations
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index dff088aca..0b945076f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,7 +72,7 @@
<japicmp.version>0.18.2</japicmp.version>
<spotless.version>2.30.0</spotless.version>
<shade.prefix>shaded.parquet</shade.prefix>
- <hadoop.version>3.3.5</hadoop.version>
+ <hadoop.version>3.3.6</hadoop.version>
<parquet.format.version>2.10.0</parquet.format.version>
<previous.version>1.13.0</previous.version>
<thrift.executable>thrift</thrift.executable>