Skip to content

Commit

Permalink
Update dependency com.google.guava:guava to v33
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 13, 2024
1 parent 3295dd0 commit 4480591
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hadoop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<properties>
<!-- Most Spark distribution has this quite old Guava: as it easily leads -->
<!-- to conflicts, we make sure we compile locally with this library -->
<guava.version>14.0.1</guava.version>
<guava.version>33.1.0-jre</guava.version>

<hadoop.shortVersion>2.10</hadoop.shortVersion>
<hadoop.version>3.3.1</hadoop.version>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<!-- https://github.com/google/guava/releases -->
<!-- https://github.com/google/guava/wiki/Compatibility -->
<!-- Guava for JDK6 drops at 28.1-jre -->
<guava.version>31.1-jre</guava.version>
<guava.version>33.1.0-jre</guava.version>

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

0 comments on commit 4480591

Please sign in to comment.