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 74638fe + e58faa5 commit 27f9339Copy full SHA for 27f9339
modules/junit-jupiter/build.gradle
@@ -15,7 +15,7 @@ dependencies {
15
testImplementation 'org.assertj:assertj-core:3.20.2'
16
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.7.2'
17
18
- testRuntimeOnly 'org.postgresql:postgresql:42.2.22'
+ testRuntimeOnly 'org.postgresql:postgresql:42.2.23'
19
testRuntimeOnly 'mysql:mysql-connector-java:8.0.26'
20
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.2'
21
}
0 commit comments