Skip to content

Commit 775b58e

Browse files
Bump moshi.version from 1.14.0 to 1.15.1
Bumps `moshi.version` from 1.14.0 to 1.15.1. Updates `com.squareup.moshi:moshi` from 1.14.0 to 1.15.1 - [Changelog](https://github.com/square/moshi/blob/master/CHANGELOG.md) - [Commits](square/moshi@1.14.0...1.15.1) Updates `com.squareup.moshi:moshi-adapters` from 1.14.0 to 1.15.1 - [Changelog](https://github.com/square/moshi/blob/master/CHANGELOG.md) - [Commits](square/moshi@1.14.0...1.15.1) Updates `com.squareup.moshi:moshi-kotlin` from 1.14.0 to 1.15.1 - [Changelog](https://github.com/square/moshi/blob/master/CHANGELOG.md) - [Commits](square/moshi@1.14.0...1.15.1) --- updated-dependencies: - dependency-name: com.squareup.moshi:moshi dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: com.squareup.moshi:moshi-adapters dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.squareup.moshi:moshi-kotlin dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7a897f8 commit 775b58e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

kotlin-json-2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</parent>
1414

1515
<properties>
16-
<moshi.version>1.14.0</moshi.version>
16+
<moshi.version>1.15.1</moshi.version>
1717
</properties>
1818
<dependencies>
1919
<dependency>

kotlin-json/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
</build>
161161

162162
<properties>
163-
<moshi.version>1.15.0</moshi.version>
163+
<moshi.version>1.15.1</moshi.version>
164164
<os-maven-plugin.version>1.7.0</os-maven-plugin.version>
165165
<exec-maven-plugin.version>3.0.0</exec-maven-plugin.version>
166166
</properties>

kotlin-libraries-data/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
<jackson-kotlin.version>2.15.4</jackson-kotlin.version>
161161
<retrofit.version>2.9.0</retrofit.version>
162162
<wiremock-jre8.version>2.35.1</wiremock-jre8.version>
163-
<moshi.version>1.15.0</moshi.version>
163+
<moshi.version>1.15.1</moshi.version>
164164
</properties>
165165

166166
</project>

0 commit comments

Comments
 (0)