fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.12.2 (#698)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-05-11 13:49:29 +00:00 committed by GitHub
parent 2ce08e0430
commit 4a6deacb7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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