Dependencies upgrade and upgrade to Kotlin 1.8.10

This commit is contained in:
2023-02-05 21:49:53 -08:00
parent ee6d3b37c0
commit 233c601595
5 changed files with 17 additions and 17 deletions

View File

@ -3,7 +3,7 @@ plugins {
}
dependencies {
api("org.postgresql:postgresql:42.5.1")
api("org.postgresql:postgresql:42.5.3")
api("org.jetbrains.exposed:exposed-jdbc:0.41.1")
api("org.jetbrains.exposed:exposed-java-time:0.41.1")
api("com.zaxxer:HikariCP:5.0.1")