Skip to content

Commit 8f09814

Browse files
Merge pull request #1124 from Baeldung/dependabot/maven/moshi.version-1.15.1
Bump moshi.version from 1.14.0 to 1.15.1
2 parents 9117613 + 775b58e commit 8f09814

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)