Skip to content

Commit

Permalink
Upgrade postgres JDBC to 4.2.11 - add liquibase
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed Mar 13, 2020
1 parent 188103e commit 72eda46
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions libraries.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ ext {
httpAsyncClientVersion = '4.1.4'
mysqlJDBCVersion = '8.0.17'
c3p0Version = '0.9.5.4'
postgresJDBCVersion = '42.2.8'
postgresJDBCVersion = '42.2.11'
flywaydbVersion = '6.0.4'
liquibaseVersion = '3.8.0'

libraries = [
//jUnit (Tests)
Expand Down Expand Up @@ -114,7 +115,8 @@ ext {
jsonSchemaValidator: "com.github.java-json-tools:json-schema-validator:${jsonSchemaVersion}",
guava: "com.google.guava:guava:${guavaVersion}",
httpAsyncClient: "org.apache.httpcomponents:httpasyncclient:${httpAsyncClientVersion}",
flywaydb: "org.flywaydb:flyway-core:${flywaydbVersion}"
flywaydb: "org.flywaydb:flyway-core:${flywaydbVersion}",
liquibase: "org.liquibase:liquibase-core:${liquibaseVersion}"
]

jsonSchemaValidatorLibs = [
Expand Down

0 comments on commit 72eda46

Please # to comment.