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 13a78ab commit a0e147bCopy full SHA for a0e147b
build.gradle.kts
@@ -70,8 +70,8 @@ dependencies {
70
testRuntimeOnly("ch.qos.logback:logback-classic:1.3.6")
71
72
implementation("org.yaml:snakeyaml:2.0")
73
- implementation("com.squareup.moshi:moshi:1.14.0")
74
- implementation("com.squareup.moshi:moshi-kotlin:1.14.0")
+ implementation("com.squareup.moshi:moshi:1.15.0")
+ implementation("com.squareup.moshi:moshi-kotlin:1.15.0")
75
testImplementation("com.beust:klaxon:5.5")
76
77
implementation("com.google.re2j:re2j:1.7")
0 commit comments