Skip to content

Commit

Permalink
DAOS-6929 Java: Update Hadoop dependency from 3.1.3 to 3.2.2 (#4870)
Browse files Browse the repository at this point in the history
Snyk updated its recommendation again to upgrade from 3.1.3 to 3.2.1 so we are
updating to the latest which is 3.2.2

Master-PR: #4844

Signed-off-by: David Quigley <david.quigley@intel.com>
  • Loading branch information
dpquigl authored Mar 5, 2021
1 parent a6812fb commit f7de263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/java/hadoop-daos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<packaging>jar</packaging>

<properties>
<hadoop.version>3.1.3</hadoop.version>
<hadoop.version>3.2.2</hadoop.version>
<native.build.path>${project.basedir}/build</native.build.path>
<daos.install.path>${project.basedir}/install</daos.install.path>
</properties>
Expand Down

0 comments on commit f7de263

Please sign in to comment.