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 aeeb8f0 + 46a4edc commit 6cfe647Copy full SHA for 6cfe647
modules/junit-jupiter/build.gradle
@@ -16,7 +16,7 @@ dependencies {
16
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.9.1'
17
18
testRuntimeOnly 'org.postgresql:postgresql:42.5.0'
19
- testRuntimeOnly 'mysql:mysql-connector-java:8.0.30'
+ testRuntimeOnly 'mysql:mysql-connector-java:8.0.31'
20
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.1'
21
}
22
0 commit comments