fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.13.4 (#738)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-08-05 17:51:00 +00:00
committed by GitHub
parent 7392e6a5ac
commit 229720ebf0
+1 -1
View File
@@ -40,7 +40,7 @@ subprojects {
dependencies {
implementation("org.slf4j:slf4j-api:2.0.17")
testImplementation("org.junit.jupiter:junit-jupiter:5.12.2")
testImplementation("org.junit.jupiter:junit-jupiter:5.13.4")
detektPlugins(rootProject.libs.detekt.formatting)
}