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 c4709ac + 5e22ac7 commit fb4306fCopy full SHA for fb4306f
modules/spock/build.gradle
@@ -15,7 +15,7 @@ dependencies {
15
testImplementation 'com.zaxxer:HikariCP:7.0.2'
16
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
17
18
- testRuntimeOnly 'org.postgresql:postgresql:42.7.8'
+ testRuntimeOnly 'org.postgresql:postgresql:42.7.10'
19
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'
0 commit comments