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.
1 parent 58c4cf2 commit 9790538Copy full SHA for 9790538
modules/junit-jupiter/build.gradle
@@ -15,7 +15,7 @@ dependencies {
15
testCompile 'org.assertj:assertj-core:3.16.1'
16
testCompile 'org.junit.jupiter:junit-jupiter-params:5.6.2'
17
18
- testRuntime 'org.postgresql:postgresql:42.2.14'
+ testRuntime 'org.postgresql:postgresql:42.2.15'
19
testRuntime 'mysql:mysql-connector-java:8.0.21'
20
testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.6.2'
21
}
0 commit comments