From 3ab521b14c823174882a7e3684eeb7281e526b48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Dec 2021 16:10:56 +0000 Subject: [PATCH] Bump moshi-kotlin from 1.11.0 to 1.13.0 Bumps [moshi-kotlin](https://github.com/square/moshi) from 1.11.0 to 1.13.0. - [Release notes](https://github.com/square/moshi/releases) - [Changelog](https://github.com/square/moshi/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/moshi/compare/moshi-parent-1.11.0...moshi-parent-1.13.0) --- updated-dependencies: - dependency-name: com.squareup.moshi:moshi-kotlin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 9ffb679..ffb244c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -49,7 +49,7 @@ dependencies { implementation "androidx.cardview:cardview:1.0.0" androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' implementation 'com.squareup.retrofit2:retrofit:2.9.0' - implementation "com.squareup.moshi:moshi-kotlin:1.11.0" + implementation "com.squareup.moshi:moshi-kotlin:1.13.0" implementation 'com.squareup.retrofit2:converter-moshi:2.9.0' implementation 'com.github.bumptech.glide:glide:4.11.0' implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"