Skip to content

Commit

Permalink
Upgrade Postgresql driver to 42.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanyu committed Jan 28, 2020
1 parent 2e9edbf commit 37a1ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ dependencies {
compileOnly "org.apache.kafka:connect-api:$kafkaVersion"

runtimeOnly "org.xerial:sqlite-jdbc:3.25.2"
runtimeOnly "org.postgresql:postgresql:9.4-1206-jdbc41"
runtimeOnly "org.postgresql:postgresql:42.2.9"
runtimeOnly "net.sourceforge.jtds:jtds:1.3.1"

implementation "com.google.guava:guava:27.1-jre"
Expand Down

0 comments on commit 37a1ef0

Please sign in to comment.