Update Guava to 12.0.1
This fixes a performance problem with LoadingCache where the cache's inner table did not dynamically resize to handle a larger number of cached items, causing O(N) lookup performance for most objects. Change-Id: If303cb64291fa39e61e00e2d7ff3e4bc2b68da30
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -478,7 +478,7 @@ limitations under the License.
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.google.guava</groupId>
|
<groupId>com.google.guava</groupId>
|
||||||
<artifactId>guava</artifactId>
|
<artifactId>guava</artifactId>
|
||||||
<version>12.0</version>
|
<version>12.0.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
Reference in New Issue
Block a user