From a7d9f962df776d28fbeb0f4753c07f28f79b6093 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 14:48:37 +0000 Subject: [PATCH] Bump the kotlin group with 2 updates 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] --- build.gradle.kts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index b483134..842bd86 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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(