Skip to content

Commit 52391fb

Browse files
committed
chore: upgrade deps
1 parent cf3c3a7 commit 52391fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ subprojects {
1616
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8'
1717

1818
testImplementation 'org.testcontainers:postgresql:1.15.2'
19-
testImplementation 'org.postgresql:postgresql:42.2.19'
19+
testImplementation 'org.postgresql:postgresql:42.2.23'
2020

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'
2424
testImplementation 'io.kotest:kotest-extensions-testcontainers-jvm:4.4.3'
2525
testImplementation 'io.kotest:kotest-plugins-pitest:4.4.3'
2626
testImplementation 'io.kotest:kotest-runner-console-jvm:4.1.3.2'

0 commit comments

Comments
 (0)