Skip to content

Commit 60cb052

Browse files
authored
Merge pull request #970 from Griefed/dependabot-gradle-serverpackcreator-api-develop-org.jetbrains.kotlin-kotlin-stdlib-2.3.0
build(deps): bump org.jetbrains.kotlin:kotlin-stdlib from 2.2.21 to 2.3.0 in /serverpackcreator-api
2 parents 6990b10 + ac9382c commit 60cb052

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.7.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)