Skip to content

Commit a53ad98

Browse files
build(deps): bump org.jetbrains.kotlin:kotlin-stdlib
Bumps [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) from 2.2.21 to 2.3.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.21...v2.3.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 74c95ce commit a53ad98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

serverpackcreator-api/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ dependencies {
1515
api("io.github.microutils:kotlin-logging:3.0.5")
1616
api("org.jetbrains.kotlinx:kotlinx-datetime:0.7.1-0.6.x-compat")
1717
api("de.jensklingenberg.ktorfit:ktorfit-lib:2.5.1")
18-
implementation("org.jetbrains.kotlin:kotlin-bom:2.2.21")
19-
implementation("org.jetbrains.kotlin:kotlin-stdlib:2.2.21")
18+
implementation("org.jetbrains.kotlin:kotlin-bom:2.3.0")
19+
implementation("org.jetbrains.kotlin:kotlin-stdlib:2.3.0")
2020
api("de.comahe.i18n4k:i18n4k-core:0.11.1")
2121
api("de.comahe.i18n4k:i18n4k-core-jvm:0.11.1")
2222
implementation(files("${layout.buildDirectory.asFile.get()}/resources/main"))
@@ -32,7 +32,7 @@ dependencies {
3232
api("com.github.MCRcortex:nekodetector:Version-1.1-pre")
3333
//api("dev.kosmx.needle:jneedle:1.0.1")
3434

35-
testImplementation("org.jetbrains.kotlin:kotlin-test:2.2.21")
35+
testImplementation("org.jetbrains.kotlin:kotlin-test:2.3.0")
3636
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
3737
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
3838
}

0 commit comments

Comments
 (0)