fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.11.4

This commit is contained in:
renovate[bot] 2024-12-19 13:14:49 +00:00
parent 20b1893faf
commit 459599e577
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ subprojects {
dependencies { dependencies {
implementation("org.slf4j:slf4j-api:2.0.15") implementation("org.slf4j:slf4j-api:2.0.15")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.3") testImplementation("org.junit.jupiter:junit-jupiter:5.11.4")
detektPlugins(rootProject.libs.detekt.formatting) detektPlugins(rootProject.libs.detekt.formatting)
} }