Skip to content

Commit e73d86c

Browse files
dependabot[bot]slisson
authored andcommitted
build(deps): bump kotlin from 2.1.10 to 2.1.20
Bumps `kotlin` from 2.1.10 to 2.1.20. Updates `org.jetbrains.kotlin:kotlin-stdlib-common` from 2.1.10 to 2.1.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 2.1.10 to 2.1.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-reflect` from 2.1.10 to 2.1.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-gradle-plugin` from 2.1.10 to 2.1.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.multiplatform` from 2.1.10 to 2.1.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.jvm` from 2.1.10 to 2.1.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.plugin.serialization` from 2.1.10 to 2.1.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-stdlib-common dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-reflect dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin.multiplatform dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin.jvm dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin.plugin.serialization dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 47070a2 commit e73d86c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build-logic/src/main/kotlin/modelix-language-config.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import org.jetbrains.kotlin.gradle.dsl.KotlinJvmProjectExtension
22
import org.jetbrains.kotlin.gradle.dsl.KotlinMultiplatformExtension
33
import org.jetbrains.kotlin.gradle.plugin.KotlinMultiplatformPluginWrapper
4-
import org.jetbrains.kotlin.gradle.plugin.KotlinPlatformJvmPlugin
4+
import org.jetbrains.kotlin.gradle.plugin.KotlinPluginWrapper
55
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
66
import org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile
77
import org.modelix.MODELIX_JDK_VERSION
@@ -36,7 +36,7 @@ tasks.withType<KotlinJvmCompile>().configureEach {
3636
}
3737
}
3838

39-
plugins.withType<KotlinPlatformJvmPlugin> {
39+
plugins.withType<KotlinPluginWrapper> {
4040
extensions.configure<KotlinJvmProjectExtension> {
4141
jvmToolchain(MODELIX_JDK_VERSION)
4242
compilerOptions {

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ kotlinx-kover = { id = "org.jetbrains.kotlinx.kover", version = "0.9.1" }
2525
docker-compose = { id = "com.avast.gradle.docker-compose" , version = "0.17.12" }
2626

2727
[versions]
28-
kotlin = "2.1.10"
28+
kotlin = "2.1.20"
2929
kotlinCoroutines="1.10.1"
3030
ktor="3.1.2"
3131
kotlinSerialization="1.8.1"

0 commit comments

Comments
 (0)