Skip to content

Commit

Permalink
Merge pull request #89 from ekino/dependabot/gradle/org.junit.jupiter…
Browse files Browse the repository at this point in the history
…-junit-jupiter-5.9.3

chore(deps): bump org.junit.jupiter:junit-jupiter from 5.9.2 to 5.9.3
  • Loading branch information
celcius112 authored May 2, 2023
2 parents c490041 + 491d25c commit 06e063b
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 @@ -19,7 +19,7 @@ dependencies {
implementation("org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:4.0.0.2929")

testImplementation(gradleTestKit())
testImplementation("org.junit.jupiter:junit-jupiter:5.9.2")
testImplementation("org.junit.jupiter:junit-jupiter:5.9.3")
testImplementation("io.strikt:strikt-jvm:0.34.1")
testImplementation("io.mockk:mockk:1.13.5")
}
Expand Down

0 comments on commit 06e063b

Please sign in to comment.