Browse Source

Merge pull request #2657 from chrislusf/dependabot/maven/other/java/examples/org.apache.hadoop-hadoop-common-2.10.1

Bump hadoop-common from 2.9.2 to 2.10.1 in /other/java/examples
pull/2661/head
Chris Lu 3 years ago
committed by GitHub
parent
commit
91876bf628
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      other/java/examples/pom.xml

2
other/java/examples/pom.xml

@ -23,7 +23,7 @@
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
<version>2.9.2</version>
<version>2.10.1</version>
<scope>compile</scope>
</dependency>
</dependencies>

Loading…
Cancel
Save