Skip to content

Commit 359cf50

Browse files
authored
Merge pull request #55 from dtruebin/dependabot/gradle/org.junit.jupiter-junit-jupiter-6.0.3
Bump org.junit.jupiter:junit-jupiter from 6.0.2 to 6.0.3
2 parents 2be31b9 + 5ba00d9 commit 359cf50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tasks.named('wrapper', Wrapper) {
1717
}
1818

1919
dependencies {
20-
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.2'
20+
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.3'
2121
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
2222
}
2323

0 commit comments

Comments
 (0)