Skip to content

Commit

Permalink
[CURATOR-721] Upgrade Guava Listenablefuture
Browse files Browse the repository at this point in the history
This removes duplicate class ListenableFuture.
See more at google/guava#7385
  • Loading branch information
froque committed Nov 5, 2024
1 parent 6a27ff0 commit 8961433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<!-- resteasy-jaxrs dependency cannot be higher than 2.x for compatibility with Jersey 1.x -->
<resteasy-jaxrs-version>2.3.5.Final</resteasy-jaxrs-version>
<guava-version>32.0.0-jre</guava-version>
<guava-listenablefuture-version>1.0</guava-listenablefuture-version>
<guava-listenablefuture-version>9999.0-empty-to-avoid-conflict-with-guava</guava-listenablefuture-version>
<guava-failureaccess-version>1.0.1</guava-failureaccess-version>
<junit-version>5.6.2</junit-version>
<swift-version>0.23.1</swift-version>
Expand Down

0 comments on commit 8961433

Please sign in to comment.