Skip to content

Commit

Permalink
Merge pull request #175 from sbesson/postgresql_driver_upgrade
Browse files Browse the repository at this point in the history
Bump org.postgresql:postgresql to version 42.2.28
  • Loading branch information
jburel authored May 7, 2024
2 parents f67fdb6 + b7aa23d commit d6e2a7c
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 @@ -37,7 +37,7 @@ dependencies {

if (databaseType.equals("psql")) {
// Postgres connect driver for java
implementation 'org.postgresql:postgresql:42.2.1'
implementation 'org.postgresql:postgresql:42.2.29'
}
// Used by hibernate, see: https://stackoverflow.com/a/14365438
implementation("org.javassist:javassist:3.25.0-GA")
Expand Down

0 comments on commit d6e2a7c

Please sign in to comment.