Skip to content

Commit

Permalink
Bump the kotlin group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the kotlin group with 2 updates in the / directory: [org.jetbrains.kotlin:kotlin-reflect](https://github.com/JetBrains/kotlin) and [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin).


Updates `org.jetbrains.kotlin:kotlin-reflect` from 1.9.23 to 2.0.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.23...v2.0.20)

Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.9.23 to 2.0.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.23...v2.0.20)

Updates `org.jetbrains.kotlin:kotlin-stdlib-common` from 1.9.23 to 2.0.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.23...v2.0.20)

Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk7` from 1.9.23 to 2.0.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.23...v2.0.20)

Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk8` from 1.9.23 to 2.0.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.23...v2.0.20)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-reflect
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: kotlin
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: kotlin
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-common
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: kotlin
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: kotlin
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: kotlin
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 15, 2024
1 parent 6693a7d commit 1f58efe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ val dependencyVersions = listOf(
"com.squareup.okio:okio:3.9.1",
"com.squareup.okio:okio-jvm:3.9.1",
"org.jetbrains:annotations:24.1.0",
"org.jetbrains.kotlin:kotlin-reflect:1.9.23",
"org.jetbrains.kotlin:kotlin-stdlib:1.9.23",
"org.jetbrains.kotlin:kotlin-stdlib-common:1.9.23",
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.23",
"org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.23",
"org.jetbrains.kotlin:kotlin-reflect:2.0.20",
"org.jetbrains.kotlin:kotlin-stdlib:2.0.20",
"org.jetbrains.kotlin:kotlin-stdlib-common:2.0.20",
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.20",
"org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.20",
)

val dependencyVersionsByGroup = mapOf(
Expand Down

0 comments on commit 1f58efe

Please sign in to comment.