We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0856357 commit bfa7130Copy full SHA for bfa7130
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.0-jre")
+ implementation(group = "com.google.guava", name = "guava", version = "33.4.5-jre")
14
implementation(group = "com.illposed.osc", name = "javaosc-core", version = "0.9") {
15
exclude("org.slf4j")
16
}
0 commit comments