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

This commit is contained in:
renovate[bot] 2024-06-28 08:51:52 +00:00
parent dd0c93a0b4
commit dbd7e55940
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ subprojects {
dependencies {
implementation("org.slf4j:slf4j-api:2.0.13")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.3")
}