Skip to content

Commit

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


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

Updates `com.squareup:kotlinpoet` from 1.15.3 to 1.16.0
- [Release notes](https://github.com/square/kotlinpoet/releases)
- [Changelog](https://github.com/square/kotlinpoet/blob/main/docs/changelog.md)
- [Commits](square/kotlinpoet@1.15.3...1.16.0)

Updates `com.squareup:kotlinpoet-ksp` from 1.15.3 to 1.16.0
- [Release notes](https://github.com/square/kotlinpoet/releases)
- [Changelog](https://github.com/square/kotlinpoet/blob/main/docs/changelog.md)
- [Commits](square/kotlinpoet@1.15.3...1.16.0)

Updates `com.google.devtools.ksp` from 1.9.22-1.0.16 to 1.9.22-1.0.17
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](google/ksp@1.9.22-1.0.16...1.9.22-1.0.17)

---
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.squareup:kotlinpoet
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.squareup:kotlinpoet-ksp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Feb 2, 2024
1 parent ae169e8 commit 8810473
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions codegen/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ 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.22-1.0.16"
def kotlinPoetVersion = "1.15.3"
implementation "com.google.devtools.ksp:symbol-processing-api:1.9.22-1.0.17"
def kotlinPoetVersion = "1.16.0"
implementation "com.squareup:kotlinpoet:${kotlinPoetVersion}"
implementation "com.squareup:kotlinpoet-ksp:${kotlinPoetVersion}"
implementation project(':core')
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.22-1.0.16'
id 'com.google.devtools.ksp' version '1.9.22-1.0.17'
}

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.22-1.0.16'
id 'com.google.devtools.ksp' version '1.9.22-1.0.17'
}

repositories {
Expand Down

0 comments on commit 8810473

Please sign in to comment.