Skip to content

Commit

Permalink
fix(deps): update dependency org.postgresql:postgresql to v42.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 18, 2023
1 parent f4c721f commit ddbbb49
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 @@ -317,7 +317,7 @@ dependencies {
library 'com.zaxxer:HikariCP:5.0.1'
library 'com.h2database:h2:2.1.214'
library 'org.xerial:sqlite-jdbc:3.41.0.0'
library 'org.postgresql:postgresql:42.5.4'
library 'org.postgresql:postgresql:42.6.0'
// compileOnly 'org.h2.Driver:Driver:1.4.200'
// compileOnly 'com.mysql.jdbc.Driver:Driver:8.0.26'

Expand Down

0 comments on commit ddbbb49

Please sign in to comment.