Skip to content

Commit fdde14a

Browse files
Bump the moshi group with 2 updates (#498)
Bumps the moshi group with 2 updates: [com.squareup.moshi:moshi](https://github.com/square/moshi) and [com.squareup.moshi:moshi-kotlin](https://github.com/square/moshi). Updates `com.squareup.moshi: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) Updates `com.squareup.moshi:moshi-kotlin` 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 dependency-group: moshi - dependency-name: com.squareup.moshi:moshi-kotlin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: moshi ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b8d5669 commit fdde14a

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
@@ -72,8 +72,8 @@ dependencies {
7272
testRuntimeOnly("ch.qos.logback:logback-classic:1.3.14")
7373

7474
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")
75+
implementation("com.squareup.moshi:moshi:1.15.2")
76+
implementation("com.squareup.moshi:moshi-kotlin:1.15.2")
7777
testImplementation("com.beust:klaxon:5.5")
7878

7979
implementation("com.google.re2j:re2j:1.7")

0 commit comments

Comments
 (0)