Skip to content

Commit 93d845e

Browse files
committed
prepare for next release
1 parent 8022a16 commit 93d845e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ allprojects {
77
group = "com.github.ben-manes.caffeine"
88
version(
99
major = 3, // incompatible API changes
10-
minor = 1, // backwards-compatible additions
11-
patch = 9, // backwards-compatible bug fixes
10+
minor = 2, // backwards-compatible additions
11+
patch = 0, // backwards-compatible bug fixes
1212
releaseBuild = rootProject.hasProperty("release"))
1313
}

caffeine/src/jmh/java/com/github/benmanes/caffeine/cache/ExpireWriteToleranceBenchmark.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public void setup() {
9393
.build();
9494
map = cache.asMap();
9595
} else {
96-
throw new AssertionError("Unknown computingType: " + mapType);
96+
throw new AssertionError("Unknown mapType: " + mapType);
9797
}
9898

9999
ints = new Integer[SIZE];

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ sigstore = "1.2.0"
8787
sonarqube = "6.0.1.5171"
8888
spotbugs = "4.9.0"
8989
spotbugs-contrib = "7.6.9"
90-
spotbugs-plugin = "6.1.1"
90+
spotbugs-plugin = "6.1.2"
9191
stream = "2.9.8"
9292
tcache = "2.0.1"
9393
testng = "7.10.2"

0 commit comments

Comments
 (0)