We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96166db commit a86eb2aCopy full SHA for a86eb2a
1 file changed
core/build.gradle.kts
@@ -9,7 +9,7 @@ version = "2.0-SNAPSHOT"
9
val mockitoAgent = configurations.create("mockitoAgent")
10
11
dependencies {
12
- implementation(group = "com.google.code.gson", name = "gson", version = "2.13.0")
+ implementation(group = "com.google.code.gson", name = "gson", version = "2.13.1")
13
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")
0 commit comments