Skip to content

Commit bb83664

Browse files
fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.12.0
1 parent 6e0d87f commit bb83664

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
@@ -10,7 +10,7 @@ dependencies {
1010
testImplementation project(':helpers')
1111

1212
testImplementation 'org.testcontainers:junit-jupiter:1.20.4'
13-
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
13+
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
1414

1515
testImplementation 'org.slf4j:slf4j-simple:2.0.16'
1616
}

0 commit comments

Comments
 (0)