Skip to content

Commit 0065045

Browse files
authored
Merge pull request #194 from bjhargrave/dependabot/gradle/org.junit.jupiter-junit-jupiter-5.14.3
build(deps): Bump org.junit.jupiter:junit-jupiter from 5.14.2 to 5.14.3
2 parents fd29ca5 + a87b5b6 commit 0065045

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
@@ -64,7 +64,7 @@ configurations {
6464

6565
// Dependencies
6666
dependencies {
67-
testImplementation("org.junit.jupiter:junit-jupiter:5.14.2")
67+
testImplementation("org.junit.jupiter:junit-jupiter:5.14.3")
6868
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
6969
testImplementation("org.spockframework:spock-core:2.4-groovy-3.0")
7070
testImplementation("biz.aQute.bnd:biz.aQute.bndlib:6.4.1")

0 commit comments

Comments
 (0)