From 4c04bd744e00c82adcd2da9e0e77007f7756ba2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Sep 2022 15:14:23 +0000 Subject: [PATCH 1/3] Bump moshi from 1.13.0 to 1.14.0 Bumps [moshi](https://github.com/square/moshi) from 1.13.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.13.0...1.14.0) --- updated-dependencies: - dependency-name: com.squareup.moshi:moshi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 5104db23..2ac0d2f7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -69,7 +69,7 @@ dependencies { testRuntimeOnly("ch.qos.logback:logback-classic:1.2.11") implementation("org.yaml:snakeyaml:1.31") - implementation("com.squareup.moshi:moshi:1.13.0") + implementation("com.squareup.moshi:moshi:1.14.0") implementation("com.squareup.moshi:moshi-kotlin:1.13.0") testImplementation("com.beust:klaxon:5.5") From 399896fb85f7bea1e4d85a0eb76e3b556b77791a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Sep 2022 15:14:26 +0000 Subject: [PATCH 2/3] Bump moshi-kotlin from 1.13.0 to 1.14.0 Bumps [moshi-kotlin](https://github.com/square/moshi) from 1.13.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.13.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] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2ac0d2f7..72244455 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -70,7 +70,7 @@ dependencies { implementation("org.yaml:snakeyaml:1.31") implementation("com.squareup.moshi:moshi:1.14.0") - implementation("com.squareup.moshi:moshi-kotlin:1.13.0") + implementation("com.squareup.moshi:moshi-kotlin:1.14.0") testImplementation("com.beust:klaxon:5.5") implementation("com.google.re2j:re2j:1.7") From 93ef350a90bd0ce6e433c191fddcb075988248ea Mon Sep 17 00:00:00 2001 From: Tobias Gesellchen Date: Wed, 7 Sep 2022 20:22:59 +0200 Subject: [PATCH 3/3] prefer moshi 1.14.0 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 72244455..654af792 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -45,7 +45,7 @@ dependencies { implementation(it) { version { strictly("[1.12.0,2)") - prefer("1.13.0") + prefer("1.14.0") } } }