Skip to content

Commit 12b0d36

Browse files
fix(deps): update junit5 to v5.11.4 (#1812)
Signed-off-by: Renovate Bot <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a8b9bd3 commit 12b0d36

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

example-projects/junit5/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ repositories {
3939

4040
dependencies {
4141
testImplementation "com.tngtech.jgiven:jgiven-junit5:${jgivenVersion}"
42-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
43-
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.3'
42+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
43+
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
4444
}
4545

4646
test {

example-projects/kotlin/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ repositories {
3636
dependencies {
3737
testImplementation 'com.tngtech.jgiven:jgiven-junit5:' + jgivenVersion
3838
testImplementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8'
39-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
40-
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.3'
39+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
40+
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
4141
}
4242

4343
test {

0 commit comments

Comments
 (0)