Skip to content

Commit 1cb9156

Browse files
chore(deps): update dependency org.junit.jupiter:junit-jupiter to v5.12.0
| datasource | package | from | to | | ---------- | ------------------------------- | ------ | ------ | | maven | org.junit.jupiter:junit-jupiter | 5.11.4 | 5.12.0 |
1 parent f949f19 commit 1cb9156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ test {
2424

2525
dependencies {
2626
implementation fileTree(include: ['*.jar'], dir: 'libs')
27-
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
27+
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
2828
}

0 commit comments

Comments
 (0)