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 f80926c + 5205e52 commit 7ef5850Copy full SHA for 7ef5850
modules/junit-jupiter/build.gradle
@@ -17,7 +17,7 @@ dependencies {
17
testImplementation 'org.junit.jupiter:junit-jupiter'
18
19
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.3'
20
- testRuntimeOnly 'org.postgresql:postgresql:42.7.4'
+ testRuntimeOnly 'org.postgresql:postgresql:42.7.7'
21
testRuntimeOnly 'mysql:mysql-connector-java:8.0.33'
22
}
23
0 commit comments