From 558cabf4e0c87befd38e37b358ce8b5036c68213 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 15:56:14 +0000 Subject: [PATCH] Bump the kotlin group across 1 directory with 5 updates 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.24 to 2.1.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.0/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.24...v2.1.0) Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.9.24 to 2.1.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.0/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.24...v2.1.0) Updates `org.jetbrains.kotlin:kotlin-stdlib-common` from 1.9.24 to 2.1.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.0/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.24...v2.1.0) Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk7` from 1.9.24 to 2.1.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.0/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.24...v2.1.0) Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk8` from 1.9.24 to 2.1.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.0/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.24...v2.1.0) --- 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] --- build.gradle.kts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 356a6437..afa45dea 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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:26.0.1", - "org.jetbrains.kotlin:kotlin-reflect:1.9.24", - "org.jetbrains.kotlin:kotlin-stdlib:1.9.24", - "org.jetbrains.kotlin:kotlin-stdlib-common:1.9.24", - "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.24", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.24", + "org.jetbrains.kotlin:kotlin-reflect:2.1.0", + "org.jetbrains.kotlin:kotlin-stdlib:2.1.0", + "org.jetbrains.kotlin:kotlin-stdlib-common:2.1.0", + "org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.0", + "org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.0", ) val dependencyVersionsByGroup = mapOf(