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 80e81aa commit dbeddbeCopy full SHA for dbeddbe
build.gradle.kts
@@ -71,8 +71,8 @@ dependencies {
71
testRuntimeOnly("ch.qos.logback:logback-classic:1.3.14")
72
73
implementation("org.yaml:snakeyaml:2.2")
74
- implementation("com.squareup.moshi:moshi:1.15.0")
75
- implementation("com.squareup.moshi:moshi-kotlin:1.15.0")
+ implementation("com.squareup.moshi:moshi:1.15.1")
+ implementation("com.squareup.moshi:moshi-kotlin:1.15.1")
76
testImplementation("com.beust:klaxon:5.5")
77
78
implementation("com.google.re2j:re2j:1.7")
0 commit comments