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 99e4d33 + 1536650 commit eae9b06Copy full SHA for eae9b06
modules/spock/build.gradle
@@ -16,7 +16,7 @@ dependencies {
16
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
17
18
testRuntimeOnly 'org.postgresql:postgresql:42.7.8'
19
- testRuntimeOnly 'com.mysql:mysql-connector-j:9.5.0'
+ testRuntimeOnly 'com.mysql:mysql-connector-j:9.6.0'
20
testRuntimeOnly platform('org.junit:junit-bom:5.14.1')
21
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
22
testRuntimeOnly 'org.junit.platform:junit-platform-testkit'
0 commit comments