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 ba0b280 + 29b85e4 commit 5411d84Copy full SHA for 5411d84
modules/junit-jupiter/build.gradle
@@ -16,7 +16,7 @@ dependencies {
16
testImplementation 'org.assertj:assertj-core:3.24.2'
17
testImplementation 'org.junit.jupiter:junit-jupiter'
18
19
- testRuntimeOnly 'org.postgresql:postgresql:42.5.3'
+ testRuntimeOnly 'org.postgresql:postgresql:42.5.4'
20
testRuntimeOnly 'mysql:mysql-connector-java:8.0.32'
21
}
22
0 commit comments