Skip to content

Commit 60e4d34

Browse files
committed
Upgrade Junit to from 5.10.0 to 6.0.1
1 parent 8552b4b commit 60e4d34

File tree

30 files changed

+43
-35
lines changed

30 files changed

+43
-35
lines changed

constraints/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies {
3939
implementation project(':procedural:timeline')
4040
implementation project(':procedural:constraints')
4141

42-
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.0'
42+
testImplementation 'org.junit.jupiter:junit-jupiter-engine:6.0.1'
4343

4444
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
4545
}

contrib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
api 'org.apache.commons:commons-math3:3.6.1'
3939
api 'org.apache.commons:commons-lang3:3.13.0'
4040

41-
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.0'
41+
testImplementation 'org.junit.jupiter:junit-jupiter-engine:6.0.1'
4242
testImplementation project(':merlin-framework-junit')
4343

4444
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'

db-tests/build.gradle

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,11 @@ task e2eTest(type: Test) {
5050
dependencies {
5151
testImplementation 'org.jetbrains:annotations:16.0.2'
5252
testImplementation 'org.postgresql:postgresql:42.6.1'
53-
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.0'
54-
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.0'
53+
testImplementation 'org.junit.jupiter:junit-jupiter-engine:6.0.1'
54+
testImplementation 'org.junit.jupiter:junit-jupiter-params:6.0.1'
5555
testImplementation 'com.zaxxer:HikariCP:5.0.1'
5656
testImplementation 'org.glassfish:javax.json:1.1.4'
57+
58+
testRuntimeOnly 'org.junit.platform:junit-platform-engine:6.0.1'
59+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.1'
5760
}

e2e-tests/build.gradle

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,11 @@ dependencies {
7373
testImplementation 'org.glassfish:javax.json:1.1.4'
7474
testImplementation 'org.apache.commons:commons-lang3:3.13.0'
7575

76-
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.0'
77-
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.0'
76+
testImplementation 'org.junit.jupiter:junit-jupiter-engine:6.0.1'
77+
testImplementation 'org.junit.jupiter:junit-jupiter-params:6.0.1'
78+
79+
testRuntimeOnly 'org.junit.platform:junit-platform-engine:6.0.1'
80+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.1'
7881
}
7982

8083
tasks.register('buildAllProcedureJars') {

examples/banananation/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies {
4747
testImplementation project(':type-utils')
4848
testImplementation 'org.assertj:assertj-core:3.24.2'
4949

50-
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.0'
50+
testImplementation 'org.junit.jupiter:junit-jupiter-engine:6.0.1'
5151

5252
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
5353
}

examples/config-with-defaults/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies {
4040
testImplementation project(':merlin-framework-junit')
4141
testImplementation 'org.assertj:assertj-core:3.24.2'
4242

43-
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.0'
43+
testImplementation 'org.junit.jupiter:junit-jupiter-engine:6.0.1'
4444

4545
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
4646
}

examples/config-without-defaults/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies {
4040
testImplementation project(':merlin-framework-junit')
4141
testImplementation 'org.assertj:assertj-core:3.24.2'
4242

43-
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.0'
43+
testImplementation 'org.junit.jupiter:junit-jupiter-engine:6.0.1'
4444

4545
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
4646
}

examples/foo-missionmodel/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies {
4141
testImplementation project(':merlin-framework-junit')
4242
testImplementation 'org.assertj:assertj-core:3.24.2'
4343

44-
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.0'
44+
testImplementation 'org.junit.jupiter:junit-jupiter-engine:6.0.1'
4545

4646
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
4747
}

examples/minimal-mission-model/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies {
4040
testImplementation project(':merlin-framework-junit')
4141
testImplementation 'org.assertj:assertj-core:3.24.2'
4242

43-
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.0'
43+
testImplementation 'org.junit.jupiter:junit-jupiter-engine:6.0.1'
4444

4545
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
4646
}

examples/model-migration-1/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies {
4040
testImplementation project(':merlin-framework-junit')
4141
testImplementation 'org.assertj:assertj-core:3.24.2'
4242

43-
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.0'
43+
testImplementation 'org.junit.jupiter:junit-jupiter-engine:6.0.1'
4444

4545
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
4646
}

0 commit comments

Comments
 (0)