We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4bd29bc + c56a84f commit 3cf9170Copy full SHA for 3cf9170
build.gradle.kts
@@ -24,7 +24,7 @@ repositories {
24
dependencies {
25
implementation("com.almworks.sqlite4java:sqlite4java:1.0.392")
26
runtimeOnly(files("libs/sqlite4java-prebuilt/libsqlite4java-linux-amd64-1.0.392.so"))
27
- implementation("com.github.ben-manes.caffeine:caffeine:3.1.8")
+ implementation("com.github.ben-manes.caffeine:caffeine:3.2.0")
28
implementation("com.google.guava:guava:33.4.0-jre")
29
implementation("com.google.zxing:core:3.5.3")
30
implementation("com.google.zxing:javase:3.5.3")
0 commit comments