Skip to content

Commit

Permalink
Bump com.google.devtools.ksp from 1.9.21-1.0.16 to 1.9.22-1.0.16 (#184)
Browse files Browse the repository at this point in the history
Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from
1.9.21-1.0.16 to 1.9.22-1.0.16.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/google/ksp/releases">com.google.devtools.ksp's
releases</a>.</em></p>
<blockquote>
<h2>1.9.22-1.0.16</h2>
<p>This is KSP 1.0.16 for Kotlin compiler 1.9.22</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/google/ksp/commit/a7dc926c48e2e11108a34169f7d4bd08ebac617c"><code>a7dc926</code></a>
UPDATE_KOTLIN_VERSION: 1.9.22</li>
<li><a
href="https://github.com/google/ksp/commit/d4e650b4700018fa32b62b82c7b8ea4a7458251a"><code>d4e650b</code></a>
Revert &quot;Reapply &quot;UPDATE_KOTLIN_VERSION:
1.9.30-dev-1098&quot;&quot;</li>
<li><a
href="https://github.com/google/ksp/commit/3c95fb14363c96d9093d9d2611783fce1281b1e8"><code>3c95fb1</code></a>
Revert &quot;Reapply &quot;UPDATE_KOTLIN_VERSION:
1.9.30-dev-2548&quot;&quot;</li>
<li><a
href="https://github.com/google/ksp/commit/bba762b293982a2bd38a2a424c9192bfbc0c8b8f"><code>bba762b</code></a>
Revert &quot;Reapply &quot;UPDATE_KOTLIN_VERSION:
1.9.30-dev-2548&quot;&quot;</li>
<li><a
href="https://github.com/google/ksp/commit/3ed351b45b3102aa222c9fc7949d623bf6df2f50"><code>3ed351b</code></a>
Revert &quot;Reapply &quot;UPDATE_KOTLIN_VERSION:
2.0.0-dev-4562&quot;&quot;</li>
<li><a
href="https://github.com/google/ksp/commit/660f5059cad0c37db2d2c3548d9025817b917ae3"><code>660f505</code></a>
Revert &quot;Reapply &quot;UPDATE_KOTLIN_VERSION:
2.0.0-dev-6573&quot;&quot;</li>
<li><a
href="https://github.com/google/ksp/commit/16ba68afbb86905939af9ae2e00260b62f65082d"><code>16ba68a</code></a>
Revert &quot;Reapply &quot;UPDATE_KOTLIN_VERSION:
2.0.0-Beta1&quot;&quot;</li>
<li><a
href="https://github.com/google/ksp/commit/a5041002481d112f1326134cf139491a025bfbae"><code>a504100</code></a>
Revert &quot;Replace compiler's persistent maps with ours&quot;</li>
<li><a
href="https://github.com/google/ksp/commit/2ef8e91b96024858db95ff9c378dba609d516ab3"><code>2ef8e91</code></a>
Revert &quot;UPDATE_KOTLIN_VERSION: 2.0.0-dev-9013&quot;</li>
<li><a
href="https://github.com/google/ksp/commit/aa393a730951b70905518f8206fca75612063ea5"><code>aa393a7</code></a>
Revert &quot;UPDATE_KOTLIN_VERSION: 2.0.0-Beta2&quot;</li>
<li>Additional commits viewable in <a
href="https://github.com/google/ksp/compare/1.9.21-1.0.16...1.9.22-1.0.16">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.devtools.ksp&package-manager=gradle&previous-version=1.9.21-1.0.16&new-version=1.9.22-1.0.16)](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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 26, 2023
1 parent ab4987e commit 4acfacd
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 @@ -58,5 +58,5 @@ testcontainers = { module = "org.testcontainers:testcontainers", version = "1.19

[plugins]
git = { id = "com.palantir.git-version", version = "3.0.0" }
ksp = { id = "com.google.devtools.ksp", version = "1.9.21-1.0.16" }
ksp = { id = "com.google.devtools.ksp", version = "1.9.22-1.0.16" }
spotless = { id = "com.diffplug.spotless", version.ref = "spotless" }

0 comments on commit 4acfacd

Please sign in to comment.