Skip to content

Commit 0302f70

Browse files
Bump moshi-kotlin from 1.13.0 to 1.14.0 (#6)
Bumps [moshi-kotlin](https://github.com/square/moshi) from 1.13.0 to 1.14.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/square/moshi/blob/master/CHANGELOG.md">moshi-kotlin's changelog</a>.</em></p> <blockquote> <h2>Version 1.14.0</h2> <ul> <li>Upgrade: [Kotlin 1.7.0][kotlin_1_7_0].</li> <li>Upgrade [KotlinPoet 1.12.0][kotlinpoet_1_12_0]. <ul> <li>Moshi no longer shades kotlinpoet-ksp APIs, meaning they can be updated independently of Moshi updates.</li> </ul> </li> <li>Upgrade: [KSP 1.7.0-1.0.6][ksp_1_7_0_1_0_6].</li> <li>Upgrade: [kotlinx-metadata 0.5.0][kotlinx_metadata_0_5_0], allowing reading of kotlin 1.8 APIs too.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/square/moshi/commit/6e1d6091133e437e95163994ec3befc663d08f4d"><code>6e1d609</code></a> Prepare version 1.14.0</li> <li><a href="https://github.com/square/moshi/commit/2b879c4441f360ebfde28eb711d7fa05ff9cfc78"><code>2b879c4</code></a> Moshi 1.14.x updates (<a href="https://github-redirect.dependabot.com/square/moshi/issues/1550">#1550</a>)</li> <li>See full diff in <a href="https://github.com/square/moshi/compare/moshi-parent-1.13.0...1.14.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.squareup.moshi:moshi-kotlin&package-manager=gradle&previous-version=1.13.0&new-version=1.14.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f85a254 commit 0302f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ publishing {
112112

113113
dependencies {
114114
api("com.squareup.moshi:moshi:1.13.0")
115-
implementation("com.squareup.moshi:moshi-kotlin:1.13.0")
115+
implementation("com.squareup.moshi:moshi-kotlin:1.14.0")
116116
api("com.squareup.okhttp3:okhttp:4.10.0")
117117
api("com.squareup.retrofit2:retrofit:2.9.0")
118118
implementation("com.squareup.retrofit2:converter-moshi:2.9.0")

0 commit comments

Comments
 (0)