Skip to content

Commit 82409fe

Browse files
Update dependency com.google.guava:guava to v32
1 parent 6c85843 commit 82409fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hadoop/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<properties>
2020
<!-- Most Spark distribution has this quite old Guava: as it easily leads -->
2121
<!-- to conflicts, we make sure we compile locally with this library -->
22-
<guava.version>14.0.1</guava.version>
22+
<guava.version>32.1.3-jre</guava.version>
2323

2424
<hadoop.shortVersion>2.10</hadoop.shortVersion>
2525
<hadoop.version>3.3.1</hadoop.version>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
<!-- https://github.com/google/guava/releases -->
101101
<!-- https://github.com/google/guava/wiki/Compatibility -->
102102
<!-- Guava for JDK6 drops at 28.1-jre -->
103-
<guava.version>31.1-jre</guava.version>
103+
<guava.version>32.1.3-jre</guava.version>
104104

105105
<!-- https://mvnrepository.com/artifact/org.jooq/jool -->
106106
<jool.version>0.9.15</jool.version>

0 commit comments

Comments
 (0)