File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ subprojects {
16
16
implementation ' org.jetbrains.kotlin:kotlin-stdlib-jdk8'
17
17
18
18
testImplementation ' org.testcontainers:postgresql:1.15.2'
19
- testImplementation ' org.postgresql:postgresql:42.2.19 '
19
+ testImplementation ' org.postgresql:postgresql:42.2.23 '
20
20
21
- testImplementation ' io.kotest:kotest-runner-junit5-jvm:4.4.3 '
22
- testImplementation ' io.kotest:kotest-assertions-core-jvm:4.4.3 '
23
- testImplementation ' io.kotest:kotest-property-jvm:4.4.3 '
21
+ testImplementation ' io.kotest:kotest-runner-junit5-jvm:4.6.2 '
22
+ testImplementation ' io.kotest:kotest-assertions-core-jvm:4.6.2 '
23
+ testImplementation ' io.kotest:kotest-property-jvm:4.6.2 '
24
24
testImplementation ' io.kotest:kotest-extensions-testcontainers-jvm:4.4.3'
25
25
testImplementation ' io.kotest:kotest-plugins-pitest:4.4.3'
26
26
testImplementation ' io.kotest:kotest-runner-console-jvm:4.1.3.2'
You can’t perform that action at this time.
0 commit comments