Skip to content

Commit 0275d0c

Browse files
Bump the kotlin group with 4 updates (#478)
* Bump the kotlin group with 4 updates Bumps the kotlin group with 4 updates: [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin), [org.jetbrains.kotlin:kotlin-reflect](https://github.com/JetBrains/kotlin), [org.jetbrains.kotlin:kotlin-test-junit5](https://github.com/JetBrains/kotlin) and [jvm](https://github.com/JetBrains/kotlin). Updates `org.jetbrains.kotlin:kotlin-stdlib` from 2.0.20 to 2.0.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.21/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.20...v2.0.21) Updates `org.jetbrains.kotlin:kotlin-reflect` from 2.0.20 to 2.0.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.21/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.20...v2.0.21) Updates `org.jetbrains.kotlin:kotlin-test-junit5` from 2.0.20 to 2.0.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.21/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.20...v2.0.21) Updates `jvm` from 2.0.20 to 2.0.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.21/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.20...v2.0.21) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin - 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-test-junit5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin ... Signed-off-by: dependabot[bot] <support@github.com> * Bump the Kotlin dependency constraint to 2.0.21 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tobias Gesellchen <tobias@gesellix.de>
1 parent 8f795ae commit 0275d0c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import java.text.SimpleDateFormat
44
import java.util.*
55

66
plugins {
7-
kotlin("jvm") version "2.0.20"
7+
kotlin("jvm") version "2.0.21"
88
id("maven-publish")
99
id("signing")
1010
id("com.github.ben-manes.versions") version "0.51.0"
@@ -37,7 +37,7 @@ dependencies {
3737
implementation(it) {
3838
version {
3939
strictly("[1.6,3)")
40-
prefer("2.0.20")
40+
prefer("2.0.21")
4141
}
4242
}
4343
}
@@ -64,8 +64,8 @@ dependencies {
6464
}
6565
}
6666
}
67-
implementation("org.jetbrains.kotlin:kotlin-stdlib:2.0.20")
68-
implementation("org.jetbrains.kotlin:kotlin-reflect:2.0.20")
67+
implementation("org.jetbrains.kotlin:kotlin-stdlib:2.0.21")
68+
implementation("org.jetbrains.kotlin:kotlin-reflect:2.0.21")
6969

7070
implementation("io.github.microutils:kotlin-logging:3.0.5")
7171
implementation("org.slf4j:slf4j-api:2.0.16")
@@ -79,7 +79,7 @@ dependencies {
7979
implementation("com.google.re2j:re2j:1.7")
8080
// implementation("com.github.fge:json-schema-validator:2.2.6")
8181

82-
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:2.0.20")
82+
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:2.0.21")
8383
testImplementation("io.kotest:kotest-runner-junit5:5.9.1")
8484
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.3")
8585
}

0 commit comments

Comments
 (0)