Skip to content

Commit

Permalink
fix(deps): update dependency org.junit.jupiter:junit-jupiter-params t…
Browse files Browse the repository at this point in the history
…o v5.10.1
  • Loading branch information
renovate[bot] authored Nov 5, 2023
1 parent d468d07 commit 8de5b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion semanticdb-kotlinc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
testImplementation(kotlin("test"))
testImplementation("io.kotest", "kotest-assertions-core", "4.6.3")
testImplementation("com.github.tschuchortdev", "kotlin-compile-testing", "1.5.0")
testImplementation("org.junit.jupiter", "junit-jupiter-params", "5.8.1")
testImplementation("org.junit.jupiter", "junit-jupiter-params", "5.10.1")
testImplementation("org.jetbrains.kotlin", "kotlin-stdlib-jdk8", "1.5.0") {
version {
strictly("1.5.0")
Expand Down

0 comments on commit 8de5b2c

Please sign in to comment.