Skip to content

Commit 2423f4b

Browse files
authored
Merge pull request #44 from nstdio/dependabot/gradle/org.junit.jupiter-junit-jupiter-engine-5.11.4
build(deps): bump org.junit.jupiter:junit-jupiter-engine from 5.11.3 to 5.11.4
2 parents 0675c6a + 479e850 commit 2423f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies {
1919
testImplementation("nl.jqno.equalsverifier:equalsverifier:3.17.5")
2020

2121
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
22-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3")
22+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
2323

2424
testImplementation("org.spockframework:spock-core:2.4-M4-groovy-4.0")
2525

0 commit comments

Comments
 (0)