Compare commits

...

1 Commits

Author SHA1 Message Date
renovate[bot] f88fcb3b8b
fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.11.0 2024-09-15 14:17:14 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ subprojects {
dependencies {
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.0")
}