Skip to content

Commit 1b03224

Browse files
fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.12.2
1 parent 4d9152d commit 1b03224

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

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

0 commit comments

Comments
 (0)