Skip to content

Commit 0b0e8de

Browse files
Bump com.squareup.moshi:moshi from 1.15.1 to 1.15.2 (#238)
Bumps [com.squareup.moshi:moshi](https://github.com/square/moshi) from 1.15.1 to 1.15.2. - [Changelog](https://github.com/square/moshi/blob/master/CHANGELOG.md) - [Commits](square/moshi@1.15.1...1.15.2) --- updated-dependencies: - dependency-name: com.squareup.moshi:moshi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 316f112 commit 0b0e8de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,8 @@ tasks.register<JavaExec>("runLinguaOnConsole") {
302302
}
303303

304304
dependencies {
305-
implementation("com.squareup.moshi:moshi:1.15.1")
306-
implementation("com.squareup.moshi:moshi-kotlin:1.15.1")
305+
implementation("com.squareup.moshi:moshi:1.15.2")
306+
implementation("com.squareup.moshi:moshi-kotlin:1.15.2")
307307
implementation("it.unimi.dsi:fastutil:8.5.15")
308308

309309
testImplementation("org.junit.jupiter:junit-jupiter:5.11.3")

0 commit comments

Comments
 (0)