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 d6c20bb + 73c1488 commit 6d612d4Copy full SHA for 6d612d4
modules/junit-jupiter/build.gradle
@@ -16,7 +16,7 @@ dependencies {
16
testImplementation 'org.assertj:assertj-core:3.26.3'
17
testImplementation 'org.junit.jupiter:junit-jupiter'
18
19
- testRuntimeOnly 'org.postgresql:postgresql:42.7.3'
+ testRuntimeOnly 'org.postgresql:postgresql:42.7.4'
20
testRuntimeOnly 'mysql:mysql-connector-java:8.0.33'
21
}
22
0 commit comments