Skip to content

Commit

Permalink
Bump com.squareup:kotlinpoet from 1.15.2 to 1.15.3 (#174)
Browse files Browse the repository at this point in the history
Bumps [com.squareup:kotlinpoet](https://github.com/square/kotlinpoet)
from 1.15.2 to 1.15.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/square/kotlinpoet/releases">com.squareup:kotlinpoet's
releases</a>.</em></p>
<blockquote>
<h2>1.15.3</h2>
<p>Thanks to <a
href="https://github.com/gabrielittner"><code>@​gabrielittner</code></a>
for contributing to this release.</p>
<ul>
<li>Fix: Fix nullability of lambdas in
<code>KSTypeReference.toTypeName</code> (<a
href="https://redirect.github.com/square/kotlinpoet/issues/1756">#1756</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/square/kotlinpoet/blob/main/docs/changelog.md">com.squareup:kotlinpoet's
changelog</a>.</em></p>
<blockquote>
<h2>Version 1.15.3</h2>
<p>Thanks to [<a
href="https://github.com/gabrielittner"><code>@​gabrielittner</code></a>][gabrielittner]
for contributing to this release.</p>
<p><em>2023-12-04</em></p>
<ul>
<li>Fix: Fix nullability of lambdas in
<code>KSTypeReference.toTypeName</code> (<a
href="https://redirect.github.com/square/kotlinpoet/issues/1756">#1756</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/square/kotlinpoet/commit/6e3d289d206594a1cd57ae70c81465d41b70d2b6"><code>6e3d289</code></a>
Prepare for release 1.15.3</li>
<li><a
href="https://github.com/square/kotlinpoet/commit/4e1229515954d61f5a38a4a9a8fcf45f8cca9fc6"><code>4e12295</code></a>
chore(deps): update plugin spotless to v6.23.3</li>
<li><a
href="https://github.com/square/kotlinpoet/commit/51b218bdcb4bdf8b5f8a43e8e46bdd4cdbc771e2"><code>51b218b</code></a>
fix nullability of lambdas in KSTypeReference.toTypeName (<a
href="https://redirect.github.com/square/kotlinpoet/issues/1756">#1756</a>)</li>
<li><a
href="https://github.com/square/kotlinpoet/commit/221bbbcec65b19890505e4439cb5fe449411b64e"><code>221bbbc</code></a>
chore(deps): update dependency termcolor to v2.4.0</li>
<li><a
href="https://github.com/square/kotlinpoet/commit/46a4479ddb869fd5232241cc2518713d8fb04cb8"><code>46a4479</code></a>
Prepare next development version</li>
<li>See full diff in <a
href="https://github.com/square/kotlinpoet/compare/1.15.2...1.15.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.squareup:kotlinpoet&package-manager=gradle&previous-version=1.15.2&new-version=1.15.3)](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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>
  • Loading branch information
dependabot[bot] committed Dec 11, 2023
1 parent f95a73f commit 042513a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ coroutines = "1.7.3"
dokka = "1.9.10"
junit = "4.13.2"
kotlin = "1.9.21"
kotlinpoet = "1.15.2"
kotlinpoet = "1.15.3"
mavenplugin = "0.25.3"
moshi = "1.15.0"
okhttp = "4.12.0"
Expand Down

0 comments on commit 042513a

Please sign in to comment.