Skip to content

Commit b0842f2

Browse files
fix(deps): update junit5 monorepo to v5.11.3 (#1006)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0465d01 commit b0842f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ dependencies {
3838
testImplementation("xmlunit:xmlunit:1.6")
3939
testImplementation("org.apache.commons:commons-lang3:3.17.0")
4040
testImplementation("com.google.guava:guava:33.3.1-jre")
41-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.2")
42-
testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.11.2")
41+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
42+
testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.11.3")
4343
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
4444
}
4545

0 commit comments

Comments
 (0)