Skip to content

Commit

Permalink
Merge pull request #30 from mpe85/renovate/junit5-monorepo
Browse files Browse the repository at this point in the history
Update dependency org.junit.jupiter:junit-jupiter to v5.10.3
  • Loading branch information
mpe85 authored Jun 27, 2024
2 parents fc7da22 + 882be86 commit b60f0c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
implementation("com.ibm.icu:icu4j:75.1")
implementation("org.jetbrains.kotlin:kotlin-reflect:2.0.0")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.0")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.3")
testImplementation("io.kotest:kotest-assertions-core:5.9.1")
testImplementation("io.kotest:kotest-property:5.9.1")
testImplementation("io.kotest:kotest-runner-junit5:5.9.1")
Expand Down

0 comments on commit b60f0c6

Please sign in to comment.