Skip to content

Commit b97db23

Browse files
build(deps): bump org.jetbrains.kotlin:kotlin-bom
Bumps [org.jetbrains.kotlin:kotlin-bom](https://github.com/JetBrains/kotlin) from 2.3.21 to 2.4.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.3.21...v2.4.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-bom dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7cdd63c commit b97db23

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

serverpackcreator-api/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ repositories {
1414
dependencies {
1515
api("io.github.microutils:kotlin-logging:3.0.5")
1616
api("org.jetbrains.kotlinx:kotlinx-datetime:0.8.0-0.6.x-compat")
17-
implementation("org.jetbrains.kotlin:kotlin-bom:2.3.21")
18-
implementation("org.jetbrains.kotlin:kotlin-stdlib:2.3.21")
17+
implementation("org.jetbrains.kotlin:kotlin-bom:2.4.0")
18+
implementation("org.jetbrains.kotlin:kotlin-stdlib:2.4.0")
1919
api("de.jensklingenberg.ktorfit:ktorfit-lib:2.7.3")
2020
api("de.comahe.i18n4k:i18n4k-core:0.11.2")
2121
api("de.comahe.i18n4k:i18n4k-core-jvm:0.11.2")
@@ -33,7 +33,7 @@ dependencies {
3333
api("com.github.MCRcortex:nekodetector:Version-1.1-pre")
3434
//api("dev.kosmx.needle:jneedle:1.0.1")
3535

36-
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:2.3.21")
36+
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:2.4.0")
3737
// MockK lets the unit tests stub network-bound collaborators (WebUtilities, VersionMeta) so
3838
// provisioner/manifest branches can be exercised offline. Version pinned to the same 1.14.6 the
3939
// app module already resolves transitively via springmockk, keeping the build's mockk single-versioned.

0 commit comments

Comments
 (0)