Guava 25.0 and 24.1.1 released, Google's core Java library

[Tencent Cloud] 0 basic website template starting from 9 yuan! >>>  

Guava 25.0 and 24.1.1 have been released, with the following updates for Guava 25.0:

  • Fixed server DOS vulnerability caused by using Guava and deserializing attacker data: CVE-2018-10237 . ( f89ece5 )

  • cache: Add  java.time.Duration overload to  CacheBuilder. ( 9bf6d95 )

  • io: remove deprecated  Files.fileTreeTraverser() sum  MoreFiles.directoryTreeTraverser(). ( ce6d93c )

Maven

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

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324896682&siteId=291194637