Skip to content

Commit 8ac8489

Browse files
Bump moshi from 1.4.0 to 1.9.2
Bumps [moshi](https://github.com/square/moshi) from 1.4.0 to 1.9.2. - [Release notes](https://github.com/square/moshi/releases) - [Changelog](https://github.com/square/moshi/blob/master/CHANGELOG.md) - [Commits](square/moshi@moshi-parent-1.4.0...moshi-parent-1.9.2) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 7275857 commit 8ac8489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repositories {
3030
dependencies {
3131
compile "org.jetbrains.kotlin:kotlin-stdlib:${kotlin_version}"
3232
// we can't yet use moshi 1.5.0 as we need @Json https://github.com/square/moshi/issues/315
33-
compile 'com.squareup.moshi:moshi:1.4.0'
33+
compile 'com.squareup.moshi:moshi:1.9.2'
3434
compile "com.squareup.okhttp3:okhttp:${okhttp_version}"
3535

3636
testCompile 'junit:junit:4.12'

0 commit comments

Comments
 (0)