We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7caf89b commit a71aaf8Copy full SHA for a71aaf8
1 file changed
build.gradle
@@ -66,8 +66,8 @@ dependencies {
66
testImplementation "io.specmatic:junit5-support:${specmatic_version}"
67
testImplementation "io.specmatic:specmatic-core:${specmatic_version}"
68
testImplementation 'org.assertj:assertj-core:3.27.7'
69
- testImplementation 'org.junit.jupiter:junit-jupiter:5.14.2'
70
- testImplementation 'org.junit.platform:junit-platform-launcher:1.14.2'
+ testImplementation 'org.junit.jupiter:junit-jupiter:6.0.2'
+ testImplementation 'org.junit.platform:junit-platform-launcher:6.0.2'
71
testImplementation 'org.testcontainers:junit-jupiter:1.21.4'
72
}
73
0 commit comments