Skip to content

Commit c8a0da8

Browse files
fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.13.0
1 parent 1e9e19d commit c8a0da8

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.12.2'
43+
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.0'
4444
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
4545

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

0 commit comments

Comments
 (0)