Skip to content

Commit 0ee79b8

Browse files
Bump the kotlin group with 4 updates (#445)
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.0 to 2.0.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.0...v2.0.10) Updates `org.jetbrains.kotlin:kotlin-reflect` from 2.0.0 to 2.0.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.0...v2.0.10) Updates `org.jetbrains.kotlin:kotlin-test-junit5` from 2.0.0 to 2.0.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.0...v2.0.10) Updates `jvm` from 2.0.0 to 2.0.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.0...v2.0.10) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent efc5121 commit 0ee79b8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle.kts

+4-4
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.0"
7+
kotlin("jvm") version "2.0.10"
88
id("maven-publish")
99
id("signing")
1010
id("com.github.ben-manes.versions") version "0.51.0"
@@ -64,8 +64,8 @@ dependencies {
6464
}
6565
}
6666
}
67-
implementation("org.jetbrains.kotlin:kotlin-stdlib:2.0.0")
68-
implementation("org.jetbrains.kotlin:kotlin-reflect:2.0.0")
67+
implementation("org.jetbrains.kotlin:kotlin-stdlib:2.0.10")
68+
implementation("org.jetbrains.kotlin:kotlin-reflect:2.0.10")
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.0")
82+
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:2.0.10")
8383
testImplementation("io.kotest:kotest-runner-junit5:5.9.1")
8484
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.0")
8585
}

0 commit comments

Comments
 (0)