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.
1 parent b8d5669 commit fdde14aCopy full SHA for fdde14a
build.gradle.kts
@@ -72,8 +72,8 @@ dependencies {
72
testRuntimeOnly("ch.qos.logback:logback-classic:1.3.14")
73
74
implementation("org.yaml:snakeyaml:2.3")
75
- implementation("com.squareup.moshi:moshi:1.15.1")
76
- implementation("com.squareup.moshi:moshi-kotlin:1.15.1")
+ implementation("com.squareup.moshi:moshi:1.15.2")
+ implementation("com.squareup.moshi:moshi-kotlin:1.15.2")
77
testImplementation("com.beust:klaxon:5.5")
78
79
implementation("com.google.re2j:re2j:1.7")
0 commit comments