We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04d85db + 4f3afae commit 36bbc1aCopy full SHA for 36bbc1a
modules/junit-jupiter/build.gradle
@@ -16,7 +16,7 @@ dependencies {
16
testImplementation 'org.assertj:assertj-core:3.27.3'
17
testImplementation 'org.junit.jupiter:junit-jupiter'
18
19
- testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.3'
+ testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.4'
20
testRuntimeOnly 'org.postgresql:postgresql:42.7.7'
21
testRuntimeOnly 'mysql:mysql-connector-java:8.0.33'
22
}
0 commit comments