Skip to content

Commit

Permalink
Release 3.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-manes committed Jul 24, 2023
1 parent 84dafa0 commit 66a8203
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ Powering infrastructure near you:
Download from [Maven Central][maven] or depend via Gradle:

```gradle
implementation("com.github.ben-manes.caffeine:caffeine:3.1.6")
implementation("com.github.ben-manes.caffeine:caffeine:3.1.7")
// Optional extensions
implementation("com.github.ben-manes.caffeine:guava:3.1.6")
implementation("com.github.ben-manes.caffeine:jcache:3.1.6")
implementation("com.github.ben-manes.caffeine:guava:3.1.7")
implementation("com.github.ben-manes.caffeine:jcache:3.1.7")
```

For Java 11 or above, use `3.x` otherwise use `2.x`.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ allprojects {
version(
major = 3, // incompatible API changes
minor = 1, // backwards-compatible additions
patch = 7, // backwards-compatible bug fixes
patch = 8, // backwards-compatible bug fixes
releaseBuild = rootProject.hasProperty("release"))
}

0 comments on commit 66a8203

Please sign in to comment.