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 63cdb4a + 5d97d9b commit 9eae534Copy full SHA for 9eae534
modules/junit-jupiter/build.gradle
@@ -16,7 +16,7 @@ dependencies {
16
testImplementation 'org.assertj:assertj-core:3.25.1'
17
testImplementation 'org.junit.jupiter:junit-jupiter'
18
19
- testRuntimeOnly 'org.postgresql:postgresql:42.7.1'
+ testRuntimeOnly 'org.postgresql:postgresql:42.7.3'
20
testRuntimeOnly 'mysql:mysql-connector-java:8.0.33'
21
}
22
0 commit comments