Skip to content

Commit 9954293

Browse files
fix(deps): update dependency org.junit.jupiter:junit-jupiter to v6
1 parent 2768f75 commit 9954293

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
@@ -40,7 +40,7 @@ dependencies {
4040
implementation localGroovy()
4141

4242
// Testing
43-
testImplementation 'org.junit.jupiter:junit-jupiter:5.14.1'
43+
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.1'
4444
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
4545

4646
testImplementation("org.assertj:assertj-core:3.27.6")

0 commit comments

Comments
 (0)