Skip to content

Commit 782b50a

Browse files
dependabot[bot]gesellix
authored andcommitted
Bump com.squareup.moshi:moshi from 1.15.1 to 1.15.2
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>
1 parent 550a917 commit 782b50a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client-groovy4/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ dependencies {
106106
implementation("org.apache.groovy:groovy:4.0.24")
107107
implementation("org.apache.groovy:groovy-json:4.0.24")
108108

109-
api("com.squareup.moshi:moshi:1.15.1")
109+
api("com.squareup.moshi:moshi:1.15.2")
110110
implementation("com.google.re2j:re2j:1.7")
111111

112112
implementation("org.slf4j:slf4j-api:2.0.16")

client/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ dependencies {
106106
implementation("org.codehaus.groovy:groovy:3.0.23")
107107
implementation("org.codehaus.groovy:groovy-json:3.0.23")
108108

109-
api("com.squareup.moshi:moshi:1.15.1")
109+
api("com.squareup.moshi:moshi:1.15.2")
110110
implementation("com.google.re2j:re2j:1.7")
111111

112112
implementation("org.slf4j:slf4j-api:2.0.16")

0 commit comments

Comments
 (0)