Skip to content

Commit

Permalink
fix(deps): update dependency org.junit.jupiter:junit-jupiter-engine t…
Browse files Browse the repository at this point in the history
…o v5.10.3
  • Loading branch information
renovate[bot] committed Jul 6, 2024
1 parent c726d1e commit 4a2d39a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {

// Testing
testImplementation(kotlin("test-junit5"))
testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine", "5.10.2")
testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine", "5.10.3")

detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.6")
}
Expand Down

0 comments on commit 4a2d39a

Please sign in to comment.