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 @@ -77,11 +77,11 @@ On the radar,
7777Download from [ Maven Central] [ maven ] or depend via Gradle:
7878
7979``` gradle
80- compile 'com.github.ben-manes.caffeine:caffeine:2.5.0 '
80+ compile 'com.github.ben-manes.caffeine:caffeine:2.5.1 '
8181
8282// Optional extensions
83- compile 'com.github.ben-manes.caffeine:guava:2.5.0 '
84- compile 'com.github.ben-manes.caffeine:jcache:2.5.0 '
83+ compile 'com.github.ben-manes.caffeine:guava:2.5.1 '
84+ compile 'com.github.ben-manes.caffeine:jcache:2.5.1 '
8585```
8686
8787See the [ release notes] [ releases ] for details of the changes.
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ subprojects {
7070 version. with {
7171 major = 2 // incompatible API changes
7272 minor = 5 // backwards-compatible additions
73- patch = 1 // backwards-compatible bug fixes
73+ patch = 2 // backwards-compatible bug fixes
7474 releaseBuild = rootProject. hasProperty(' release' )
7575 }
7676 archivesBaseName = path[1 .. -1 ]. replaceAll(' :' , ' -' ). toLowerCase()
You can’t perform that action at this time.
0 commit comments