Skip to content

Commit 1bbbd40

Browse files
chore(deps): update dependency org.junit.jupiter:junit-jupiter to v6.0.3
| datasource | package | from | to | | ---------- | ------------------------------- | ----- | ----- | | maven | org.junit.jupiter:junit-jupiter | 6.0.2 | 6.0.3 |
1 parent 72183fc commit 1bbbd40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies {
2626
implementation 'org.ow2.sat4j:org.ow2.sat4j.core:2.3.5'
2727
implementation 'org.ow2.sat4j:org.ow2.sat4j.pb:2.3.5'
2828
implementation fileTree(include: ['*.jar'], dir: 'libs')
29-
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.2'
29+
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.3'
3030
// https://docs.gradle.org/current/userguide/upgrading_version_8.html#test_framework_implementation_dependencies
3131
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
3232
}

0 commit comments

Comments
 (0)