We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 678f91f commit 120f014Copy full SHA for 120f014
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.2")
+ implementation(group = "com.google.code.gson", name = "gson", version = "2.14.0")
13
implementation(group = "com.google.guava", name = "guava", version = "33.6.0-jre")
14
implementation(group = "com.illposed.osc", name = "javaosc-core", version = "0.9") {
15
exclude("org.slf4j")
0 commit comments