Skip to content

Commit be39dde

Browse files
authored
Merge pull request #789 from Griefed/dependabot-gradle-serverpackcreator-api-develop-org.jetbrains.kotlin-kotlin-stdlib-2.1.20
build(deps): bump org.jetbrains.kotlin:kotlin-stdlib from 2.1.0 to 2.1.20 in /serverpackcreator-api
2 parents e96ec18 + e5e8923 commit be39dde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serverpackcreator-api/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies {
1919
api("de.comahe.i18n4k:i18n4k-core:0.10.0")
2020
api("de.comahe.i18n4k:i18n4k-core-jvm:0.10.0")
2121
implementation("org.jetbrains.kotlin:kotlin-bom:2.1.20")
22-
implementation("org.jetbrains.kotlin:kotlin-stdlib:2.1.0")
22+
implementation("org.jetbrains.kotlin:kotlin-stdlib:2.1.20")
2323
implementation(files("${layout.buildDirectory.asFile.get()}/resources/main"))
2424
api("com.electronwill.night-config:toml:3.8.1")
2525
api("com.fasterxml.jackson.core:jackson-databind:2.18.1")

0 commit comments

Comments
 (0)