Skip to content

Commit

Permalink
fix(deps): update dependency org.postgresql:postgresql to v42.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 20, 2024
1 parent 74f7377 commit 7c795e9
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 @@ -33,7 +33,7 @@ dependencies {
implementation 'org.jetbrains.exposed:exposed-core:0.47.0'
implementation 'org.jetbrains.exposed:exposed-jdbc:0.47.0'
implementation 'org.jetbrains.exposed:exposed-java-time:0.47.0'
implementation "org.postgresql:postgresql:42.5.3"
implementation "org.postgresql:postgresql:42.7.1"
implementation "com.zaxxer:HikariCP:5.0.1"

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
Expand Down

0 comments on commit 7c795e9

Please sign in to comment.