File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -82,11 +82,11 @@ Powering infrastructure near you:
8282Download from [ Maven Central] [ maven ] or depend via Gradle:
8383
8484``` gradle
85- compile 'com.github.ben-manes.caffeine:caffeine:2.8.2 '
85+ compile 'com.github.ben-manes.caffeine:caffeine:2.8.3 '
8686
8787// Optional extensions
88- compile 'com.github.ben-manes.caffeine:guava:2.8.2 '
89- compile 'com.github.ben-manes.caffeine:jcache:2.8.2 '
88+ compile 'com.github.ben-manes.caffeine:guava:2.8.3 '
89+ compile 'com.github.ben-manes.caffeine:jcache:2.8.3 '
9090```
9191
9292See the [ release notes] [ releases ] for details of the changes.
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ allprojects {
4444 version. with {
4545 major = 2 // incompatible API changes
4646 minor = 8 // backwards-compatible additions
47- patch = 3 // backwards-compatible bug fixes
47+ patch = 4 // backwards-compatible bug fixes
4848 releaseBuild = rootProject. hasProperty(' release' )
4949 }
5050}
You can’t perform that action at this time.
0 commit comments