From b2222c582ebc4938021cffb08752924b2d472ce0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Sep 2022 16:12:11 +0000 Subject: [PATCH] Bump moshi-kotlin from 1.11.0 to 1.14.0 Bumps [moshi-kotlin](https://github.com/square/moshi) from 1.11.0 to 1.14.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...1.14.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..9427f7a 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.14.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"