Skip to content

Commit

Permalink
Bump the kotlin group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the kotlin group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [org.jetbrains.kotlin:kotlin-reflect](https://github.com/JetBrains/kotlin) | `1.9.10` | `1.9.20` |
| [org.jetbrains.kotlin:kotlin-script-runtime](https://github.com/JetBrains/kotlin) | `1.9.10` | `1.9.20` |
| [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) | `1.9.10` | `1.9.20` |
| [org.jetbrains.kotlin:kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin) | `1.9.10` | `1.9.20` |
| [com.google.devtools.ksp](https://github.com/google/ksp) | `1.9.10-1.0.13` | `1.9.20-1.0.13` |


Updates `org.jetbrains.kotlin:kotlin-reflect` from 1.9.10 to 1.9.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)

Updates `org.jetbrains.kotlin:kotlin-script-runtime` from 1.9.10 to 1.9.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)

Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.9.10 to 1.9.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)

Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk8` from 1.9.10 to 1.9.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)

Updates `com.google.devtools.ksp` from 1.9.10-1.0.13 to 1.9.20-1.0.13
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](google/ksp@1.9.10-1.0.13...1.9.20-1.0.13)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-reflect
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kotlin
- dependency-name: org.jetbrains.kotlin:kotlin-script-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kotlin
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kotlin
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kotlin
- dependency-name: com.google.devtools.ksp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kotlin
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and gesellix committed Nov 1, 2023
1 parent 79d8a57 commit 880f082
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion api-model-v1-41/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ dependencies {
}
}
}
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.10")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20")

implementation("com.squareup.moshi:moshi:1.15.0")
ksp("com.squareup.moshi:moshi-kotlin-codegen:1.15.0")
Expand Down
14 changes: 7 additions & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ plugins {
id("io.freefair.maven-central.validate-poms") version "8.4"
id("io.github.gradle-nexus.publish-plugin") version "1.3.0"
id("org.jetbrains.kotlin.jvm") version "1.9.10" apply false
id("com.google.devtools.ksp") version "1.9.10-1.0.13" apply false
id("com.google.devtools.ksp") version "1.9.20-1.0.13" apply false
id("org.openapi.generator") version "7.0.1" apply false
id("org.jlleitschuh.gradle.ktlint") version "11.6.1" apply false
}

val dependencyVersions = listOf(
"org.jetbrains.kotlin:kotlin-reflect:1.9.10",
"org.jetbrains.kotlin:kotlin-script-runtime:1.9.10",
"org.jetbrains.kotlin:kotlin-stdlib:1.9.10",
"org.jetbrains.kotlin:kotlin-stdlib-common:1.9.10",
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.10",
"org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.10",
"org.jetbrains.kotlin:kotlin-reflect:1.9.20",
"org.jetbrains.kotlin:kotlin-script-runtime:1.9.20",
"org.jetbrains.kotlin:kotlin-stdlib:1.9.20",
"org.jetbrains.kotlin:kotlin-stdlib-common:1.9.20",
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.20",
"org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20",
"org.slf4j:slf4j-api:2.0.9",
)

Expand Down

0 comments on commit 880f082

Please sign in to comment.