Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Commit 04fbdff

Browse files
committed
Update dependency org.postgresql:postgresql to v42.3.5
1 parent 39fe841 commit 04fbdff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commons/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ dependencies {
7474
api("org.jetbrains.exposed:exposed-dao")
7575

7676
// PostgreSQL driver
77-
api("org.postgresql:postgresql:42.3.4")
77+
api("org.postgresql:postgresql:42.3.5")
7878

7979
// Connection pooling
8080
api("com.zaxxer:HikariCP:5.0.1")

0 commit comments

Comments
 (0)