Skip to content

Commit

Permalink
prepare for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-manes committed Jan 17, 2025
1 parent 8022a16 commit 93d845e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ allprojects {
group = "com.github.ben-manes.caffeine"
version(
major = 3, // incompatible API changes
minor = 1, // backwards-compatible additions
patch = 9, // backwards-compatible bug fixes
minor = 2, // backwards-compatible additions
patch = 0, // backwards-compatible bug fixes
releaseBuild = rootProject.hasProperty("release"))
}
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public void setup() {
.build();
map = cache.asMap();
} else {
throw new AssertionError("Unknown computingType: " + mapType);
throw new AssertionError("Unknown mapType: " + mapType);
}

ints = new Integer[SIZE];
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ sigstore = "1.2.0"
sonarqube = "6.0.1.5171"
spotbugs = "4.9.0"
spotbugs-contrib = "7.6.9"
spotbugs-plugin = "6.1.1"
spotbugs-plugin = "6.1.2"
stream = "2.9.8"
tcache = "2.0.1"
testng = "7.10.2"
Expand Down

0 comments on commit 93d845e

Please sign in to comment.