Skip to content

Commit ce8ff0d

Browse files
dependabot[bot]gesellix
authored andcommitted
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.21 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](JetBrains/kotlin@v2.0.21...v2.1.0) Updates `org.jetbrains.kotlin:kotlin-reflect` from 2.0.21 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](JetBrains/kotlin@v2.0.21...v2.1.0) Updates `org.jetbrains.kotlin:kotlin-test-junit5` from 2.0.21 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](JetBrains/kotlin@v2.0.21...v2.1.0) Updates `jvm` from 2.0.21 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](JetBrains/kotlin@v2.0.21...v2.1.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin - dependency-name: org.jetbrains.kotlin:kotlin-reflect dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin - dependency-name: org.jetbrains.kotlin:kotlin-test-junit5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9e83d5d commit ce8ff0d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle.kts

Lines changed: 4 additions & 4 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.21"
7+
kotlin("jvm") version "2.1.0"
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.21")
68-
implementation("org.jetbrains.kotlin:kotlin-reflect:2.0.21")
67+
implementation("org.jetbrains.kotlin:kotlin-stdlib:2.1.0")
68+
implementation("org.jetbrains.kotlin:kotlin-reflect:2.1.0")
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.21")
82+
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:2.1.0")
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)