This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
The following commit(s) were added to refs/heads/master by this push: new dca0955e Bump hadoop.version from 3.3.6 to 3.4.0 (#504) dca0955e is described below commit dca0955e1e72233fbacd40294b0645af9d30fd40 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Mar 22 07:48:31 2024 -0400 Bump hadoop.version from 3.3.6 to 3.4.0 (#504) Bumps `hadoop.version` from 3.3.6 to 3.4.0. Updates `org.apache.hadoop:hadoop-hdfs-client` from 3.3.6 to 3.4.0 Updates `org.apache.hadoop:hadoop-common` from 3.3.6 to 3.4.0 Updates `org.apache.hadoop:hadoop-hdfs` from 3.3.6 to 3.4.0 --- updated-dependencies: - dependency-name: org.apache.hadoop:hadoop-hdfs-client dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.hadoop:hadoop-common dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: org.apache.hadoop:hadoop-hdfs dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> 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 649288c7..a0769a77 100644 --- a/pom.xml +++ b/pom.xml @@ -195,7 +195,7 @@ </commons.osgi.import> <!-- Avoid warnings about being unable to find jars during site building --> <dependency.locations.enabled>false</dependency.locations.enabled> - <hadoop.version>3.3.6</hadoop.version> + <hadoop.version>3.4.0</hadoop.version> <httpcore5.version>5.2.4</httpcore5.version> <httpclient5.version>5.3.1</httpclient5.version> <jackrabbit1.version>1.6.5</jackrabbit1.version>