Skip to content

Commit

Permalink
bump kotlin from 1.8.10 to 1.8.20 (#162)
Browse files Browse the repository at this point in the history
* Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.8.10 to 1.8.20

Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.8.10 to 1.8.20.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump kotlinPoetVersion from 1.12.0 to 1.13.0 (#163)

* Bump kotlinPoetVersion from 1.12.0 to 1.13.0

Bumps `kotlinPoetVersion` from 1.12.0 to 1.13.0.

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

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

---
updated-dependencies:
- dependency-name: com.squareup:kotlinpoet
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.squareup:kotlinpoet-ksp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump com.google.devtools.ksp from 1.8.10-1.0.9 to 1.8.20-1.0.10 (#164)

* Bump com.google.devtools.ksp from 1.8.10-1.0.9 to 1.8.20-1.0.10

Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 1.8.10-1.0.9 to 1.8.20-1.0.10.
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](google/ksp@1.8.10-1.0.9...1.8.20-1.0.10)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Bump com.google.devtools.ksp:symbol-processing-api (#165)

Bumps [com.google.devtools.ksp:symbol-processing-api](https://github.com/google/ksp) from 1.8.10-1.0.9 to 1.8.20-1.0.10.
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](google/ksp@1.8.10-1.0.9...1.8.20-1.0.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Selim Dinçer <wowselim@live.de>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Selim Dinçer <wowselim@live.de>

* update gradle

* revert kotlinPoet bump due to square/kotlinpoet#1513

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Selim Dinçer <wowselim@live.de>
  • Loading branch information
dependabot[bot] and wowselim authored Apr 17, 2023
1 parent 45f6537 commit 1632cc1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
}

dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.10"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.20"
}
}

Expand Down
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.8.10-1.0.9"
implementation "com.google.devtools.ksp:symbol-processing-api:1.8.20-1.0.10"
def kotlinPoetVersion = "1.12.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.8.10-1.0.9'
id 'com.google.devtools.ksp' version '1.8.20-1.0.10'
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
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.8.10-1.0.9'
id 'com.google.devtools.ksp' version '1.8.20-1.0.10'
}

repositories {
Expand Down

0 comments on commit 1632cc1

Please sign in to comment.