google/guava
google/guava
Activity
Last release
Open issues
Open PRs
License
release notes
release notes
Published 4/14/2026
MinorContains breaking changes<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.6.0-jre</version>
<!-- or, for Android: -->
<version>33.6.0-android</version>
</dependency>
Guava requires one runtime dependency, which you can download here:
finalize() to PhantomReference in preparation for the removal of finalization. (786b619dd6, 7c6b17c, aeef90988d)cache: Deprecated CacheBuilder APIs that use TimeUnit in favor of those that use Duration. (73f8b0bb84)collect: Added toImmutableSortedMap collectors that use the natural comparator. (64d70b9f94)collect: Changed ConcurrentHashMultiset, ImmutableMap and TreeMultiset deserialization to avoid mutating final fields. In extremely unlikely scenarios in which an instance of that type contains an object that refers back to that instance, this could lead to a broken instance that throws NullPointerException when used. (8240c7e596, 046468055f)graph: Removed [@Beta](https://github.com/Beta) from all APIs in the package. (dae9566b73)graph: Added support to Graphs.transitiveClosure() for different strategies for adding self-loops. (2e13df25b2)graph: Added an asNetwork() view to Graph and ValueGraph. (909c593c61)hash: Added BloomFilter.serializedSize(). (df9bcc251a)net: Added HttpHeaders.CDN_CACHE_CONTROL. (75331b5030)release notes
Published 4/14/2026
MinorContains breaking changes<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.6.0-jre</version>
<!-- or, for Android: -->
<version>33.6.0-android</version>
</dependency>
Guava requires one runtime dependency, which you can download here:
finalize() to PhantomReference in preparation for the removal of finalization. (786b619dd6, 7c6b17c, aeef90988d)cache: Deprecated CacheBuilder APIs that use TimeUnit in favor of those that use Duration. (73f8b0bb84)collect: Added toImmutableSortedMap collectors that use the natural comparator. (64d70b9f94)collect: Changed ConcurrentHashMultiset, ImmutableMap and TreeMultiset deserialization to avoid mutating final fields. In extremely unlikely scenarios in which an instance of that type contains an object that refers back to that instance, this could lead to a broken instance that throws NullPointerException when used. (8240c7e596, 046468055f)graph: Removed [@Beta](https://github.com/Beta) from all APIs in the package. (dae9566b73)graph: Added support to Graphs.transitiveClosure() for different strategies for adding self-loops. (2e13df25b2)graph: Added an asNetwork() view to Graph and ValueGraph. (909c593c61)hash: Added BloomFilter.serializedSize(). (df9bcc251a)net: Added HttpHeaders.CDN_CACHE_CONTROL. (75331b5030)