release notes
release notes
Published 3/19/2025
PatchSafe upgradeThis is one of a series of releases that improve Guava's nullness annotations. For more information, including troubleshooting help, see the release notes for Guava 33.4.1. Most users can update directly to Guava 33.4.8.
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.4.3-jre</version>
<!-- or, for Android: -->
<version>33.4.3-android</version>
</dependency>
Guava requires one runtime dependency, which you can download here:
[@CheckForNull](https://github.com/CheckForNull) to the Checker Framework [@Nullable](https://github.com/Nullable). Most tools recognize both annotations, so we expect this to be a no-op in almost all cases. This release removes our dependency on JSR-305. (d997ad9367)release notes
Published 3/19/2025
PatchSafe upgradeThis is one of a series of releases that improve Guava's nullness annotations. For more information, including troubleshooting help, see the release notes for Guava 33.4.1. Most users can update directly to Guava 33.4.8.
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.4.3-jre</version>
<!-- or, for Android: -->
<version>33.4.3-android</version>
</dependency>
Guava requires one runtime dependency, which you can download here:
[@CheckForNull](https://github.com/CheckForNull) to the Checker Framework [@Nullable](https://github.com/Nullable). Most tools recognize both annotations, so we expect this to be a no-op in almost all cases. This release removes our dependency on JSR-305. (d997ad9367)