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:
Shawn O. Pearce 2012-07-10 11:20:21 -07:00
parent 6735702d9d
commit 6510ad52a4

View File

@ -478,7 +478,7 @@ limitations under the License.
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>12.0</version>
<version>12.0.1</version>
</dependency>
<dependency>