Skip to content

Commit 6ad1bf8

Browse files
renovate[bot]stempler
authored andcommitted
fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.12.0
1 parent cf6357c commit 6ad1bf8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ dependencies {
1010
testImplementation project(':helpers')
1111

1212
testImplementation 'org.testcontainers:junit-jupiter:1.20.5'
13-
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
13+
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
14+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
1415

1516
testImplementation 'org.slf4j:slf4j-simple:2.0.17'
1617
}

0 commit comments

Comments
 (0)