Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ksp from 1.7.21-1.0.8 to 1.8.10-1.0.9 in /kt #24

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump ksp from 1.7.21-1.0.8 to 1.8.10-1.0.9 in /kt
Bumps `ksp` from 1.7.21-1.0.8 to 1.8.10-1.0.9.

Updates `com.google.devtools.ksp:symbol-processing-api` from 1.7.21-1.0.8 to 1.8.10-1.0.9
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](google/ksp@1.7.21-1.0.8...1.8.10-1.0.9)

Updates `com.google.devtools.ksp` from 1.7.21-1.0.8 to 1.8.10-1.0.9
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](google/ksp@1.7.21-1.0.8...1.8.10-1.0.9)

---
updated-dependencies:
- dependency-name: com.google.devtools.ksp:symbol-processing-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.google.devtools.ksp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Mar 13, 2023
commit 721815e795e9a3079063f7282de45ab1f5e9b538
2 changes: 1 addition & 1 deletion kt/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ kotlin = "1.7.21"
kotlinpoet = "1.12.0"
kotlinx-benchmark = "0.4.6"
kotlinx-coroutines = "1.6.4"
ksp = "1.7.21-1.0.8"
ksp = "1.8.10-1.0.9"
native-image-plugin = "0.9.19"

[plugins]