Skip to content

Commit c36ec39

Browse files
dependabot[bot]gesellix
authored andcommitted
Bump the kotlin group with 3 updates
Bumps the kotlin group with 3 updates: [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin), [org.jetbrains.kotlin:kotlin-reflect](https://github.com/JetBrains/kotlin) and [org.jetbrains.kotlin:kotlin-test-junit5](https://github.com/JetBrains/kotlin). Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.9.21 to 1.9.22 - [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 1.9.21 to 1.9.22 - [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-test-junit5` from 1.9.21 to 1.9.22 - [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 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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b4a5db1 commit c36ec39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ dependencies {
6363
}
6464
}
6565
}
66-
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.9.21")
67-
implementation("org.jetbrains.kotlin:kotlin-reflect:1.9.21")
66+
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.9.22")
67+
implementation("org.jetbrains.kotlin:kotlin-reflect:1.9.22")
6868

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

81-
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:1.9.21")
81+
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:1.9.22")
8282
testImplementation("io.kotest:kotest-runner-junit5:5.8.0")
8383
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.10.1")
8484
}

0 commit comments

Comments
 (0)