Skip to content

Commit

Permalink
Bump the dependencies group with 2 updates (#213)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 2 updates: [com.google.devtools.ksp:symbol-processing-api](https://github.com/google/ksp) and [com.google.devtools.ksp](https://github.com/google/ksp).


Updates `com.google.devtools.ksp:symbol-processing-api` from 1.9.23-1.0.19 to 1.9.23-1.0.20
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](google/ksp@1.9.23-1.0.19...1.9.23-1.0.20)

Updates `com.google.devtools.ksp` from 1.9.23-1.0.19 to 1.9.23-1.0.20
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](google/ksp@1.9.23-1.0.19...1.9.23-1.0.20)

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

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 Apr 10, 2024
1 parent 808bba3 commit b8db84e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion codegen/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:${coroutinesVersion}"
implementation "io.vertx:vertx-core:${vertxVersion}"
implementation "com.google.devtools.ksp:symbol-processing-api:1.9.23-1.0.19"
implementation "com.google.devtools.ksp:symbol-processing-api:1.9.23-1.0.20"
def kotlinPoetVersion = "1.16.0"
implementation "com.squareup:kotlinpoet:${kotlinPoetVersion}"
implementation "com.squareup:kotlinpoet-ksp:${kotlinPoetVersion}"
Expand Down
2 changes: 1 addition & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'org.jetbrains.kotlin.jvm'
id 'com.google.devtools.ksp' version '1.9.23-1.0.19'
id 'com.google.devtools.ksp' version '1.9.23-1.0.20'
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion test/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'org.jetbrains.kotlin.jvm'
id 'com.google.devtools.ksp' version '1.9.23-1.0.19'
id 'com.google.devtools.ksp' version '1.9.23-1.0.20'
}

repositories {
Expand Down

0 comments on commit b8db84e

Please sign in to comment.