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 316f112 commit 0b0e8deCopy full SHA for 0b0e8de
build.gradle.kts
@@ -302,8 +302,8 @@ tasks.register<JavaExec>("runLinguaOnConsole") {
302
}
303
304
dependencies {
305
- implementation("com.squareup.moshi:moshi:1.15.1")
306
- 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")
307
implementation("it.unimi.dsi:fastutil:8.5.15")
308
309
testImplementation("org.junit.jupiter:junit-jupiter:5.11.3")
0 commit comments