Guava v24.1.1 Release Notes

Release Date: 2018-04-26 // almost 6 years ago
  • ๐Ÿš€ Note that we've also released Guava 25.0, which contains the change in 24.1.1 and some additional changes.

    Maven

    \<dependency\> \<groupId\>com.google.guava\</groupId\> \<artifactId\>guava\</artifactId\> \<version\>24.1.1-jre\</version\> \<!-- or, for Android: --\> \<version\>24.1.1-android\</version\> \</dependency\>
    

    Javadoc

    JDiff

    ๐Ÿ†• (There are no API diffs from 24.1. Our release tooling generated the following diffs against the newer 25.0, which doesn't really make sense. We'll try to get that fixed for future patch releases.)

    ๐Ÿ”„ Changelog

    • ๐Ÿ›  Fixed Denial of Service vulnerability for servers that use Guava and deserialize attacker data: CVE-2018-10237. (7ec8718)