Skip to content

Commit f6e019d

Browse files
Bump the moshi group with 2 updates (#399)
Bumps the moshi group with 2 updates: [com.squareup.moshi:moshi](https://github.com/square/moshi) and [com.squareup.moshi:moshi-kotlin-codegen](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-codegen` 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-codegen 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 132ad55 commit f6e019d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

api-model-v1-41/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ dependencies {
122122
}
123123
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.0")
124124

125-
implementation("com.squareup.moshi:moshi:1.15.1")
126-
ksp("com.squareup.moshi:moshi-kotlin-codegen:1.15.1")
125+
implementation("com.squareup.moshi:moshi:1.15.2")
126+
ksp("com.squareup.moshi:moshi-kotlin-codegen:1.15.2")
127127
compileOnly("com.squareup.okhttp3:okhttp:4.12.0")
128128

129129
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")

api-model-v1-45/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ dependencies {
122122
}
123123
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.0")
124124

125-
implementation("com.squareup.moshi:moshi:1.15.1")
126-
ksp("com.squareup.moshi:moshi-kotlin-codegen:1.15.1")
125+
implementation("com.squareup.moshi:moshi:1.15.2")
126+
ksp("com.squareup.moshi:moshi-kotlin-codegen:1.15.2")
127127
compileOnly("com.squareup.okhttp3:okhttp:4.12.0")
128128

129129
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")

0 commit comments

Comments
 (0)