Skip to content

Commit

Permalink
Upgrade postgresql driver version
Browse files Browse the repository at this point in the history
  • Loading branch information
arkanovicz committed Jun 18, 2022
1 parent 293ee7c commit 21a2f75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "com.republicate.kddl"
version = "0.6"
version = "0.6.1"

repositories {
mavenCentral()
Expand Down Expand Up @@ -80,7 +80,7 @@ kotlin {
val nativeTest by getting
val jvmMain by getting {
dependencies {
runtimeOnly("org.postgresql:postgresql:42.3.1")
runtimeOnly("org.postgresql:postgresql:42.4.0")
}
}
val jvmTest by getting {
Expand Down

0 comments on commit 21a2f75

Please sign in to comment.