File tree 2 files changed +4
-4
lines changed
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:
82
82
Download from [ Maven Central] [ maven ] or depend via Gradle:
83
83
84
84
``` gradle
85
- compile 'com.github.ben-manes.caffeine:caffeine:2.8.2 '
85
+ compile 'com.github.ben-manes.caffeine:caffeine:2.8.3 '
86
86
87
87
// 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 '
90
90
```
91
91
92
92
See the [ release notes] [ releases ] for details of the changes.
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ allprojects {
44
44
version. with {
45
45
major = 2 // incompatible API changes
46
46
minor = 8 // backwards-compatible additions
47
- patch = 3 // backwards-compatible bug fixes
47
+ patch = 4 // backwards-compatible bug fixes
48
48
releaseBuild = rootProject. hasProperty(' release' )
49
49
}
50
50
}
You can’t perform that action at this time.
0 commit comments