Skip to content

Commit

Permalink
Bump the kotlin group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the kotlin group with 2 updates: [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.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)

---
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-stdlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kotlin
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and gesellix committed Nov 1, 2023
1 parent 744ab3f commit a7d9f96
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.6.0",
"com.squareup.okio:okio-jvm:3.6.0",
"org.jetbrains:annotations:24.0.1",
"org.jetbrains.kotlin:kotlin-reflect: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-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",
)

val dependencyVersionsByGroup = mapOf(
Expand Down

0 comments on commit a7d9f96

Please sign in to comment.