We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f5636 commit f4e344eCopy full SHA for f4e344e
1 file changed
core/build.gradle.kts
@@ -10,7 +10,7 @@ val mockitoAgent = configurations.create("mockitoAgent")
10
11
dependencies {
12
implementation(group = "com.google.code.gson", name = "gson", version = "2.12.1")
13
- implementation(group = "com.google.guava", name = "guava", version = "33.4.6-jre")
+ implementation(group = "com.google.guava", name = "guava", version = "33.4.8-jre")
14
implementation(group = "com.illposed.osc", name = "javaosc-core", version = "0.9") {
15
exclude("org.slf4j")
16
}
0 commit comments