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 781f3cd + 2396307 commit a6d52baCopy full SHA for a6d52ba
modules/junit-jupiter/build.gradle
@@ -15,7 +15,7 @@ dependencies {
15
testImplementation 'org.assertj:assertj-core:3.23.1'
16
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.9.1'
17
18
- testRuntimeOnly 'org.postgresql:postgresql:42.5.0'
+ testRuntimeOnly 'org.postgresql:postgresql:42.5.1'
19
testRuntimeOnly 'mysql:mysql-connector-java:8.0.31'
20
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.1'
21
}
0 commit comments