Skip to content

Commit

Permalink
build(deps): bump org.jetbrains.kotlin:kotlin-test
Browse files Browse the repository at this point in the history
Bumps [org.jetbrains.kotlin:kotlin-test](https://github.com/JetBrains/kotlin) from 2.0.20 to 2.1.0.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.20...v2.1.0)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-test
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent f00075e commit b3a94b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serverpackcreator-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
api("com.github.MCRcortex:nekodetector:Version-1.1-pre")
//api("dev.kosmx.needle:jneedle:1.0.1")

testImplementation("org.jetbrains.kotlin:kotlin-test:2.0.20")
testImplementation("org.jetbrains.kotlin:kotlin-test:2.1.0")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.3")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
}
Expand Down

0 comments on commit b3a94b6

Please sign in to comment.