Skip to content

Commit

Permalink
fix(deps): update dependency org.postgresql:postgresql to v42.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 17, 2023
1 parent cb5380e commit d8e0c0b
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 @@ -66,7 +66,7 @@ dependencies {
//database
implementation "org.jetbrains.exposed:exposed:0.17.8"
implementation "com.zaxxer:HikariCP:3.4.5"
implementation "org.postgresql:postgresql:42.2.18"
implementation "org.postgresql:postgresql:42.5.4"
}

task stage(dependsOn: ['clean', 'installDist'])
Expand Down

0 comments on commit d8e0c0b

Please sign in to comment.