Skip to content

Commit

Permalink
Bump org.postgresql:postgresql from 42.7.1 to 42.7.2 (#1015)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 21, 2024
1 parent a941599 commit 0067748
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 @@ -91,7 +91,7 @@ dependencies {
// Databases
implementation 'org.influxdb:influxdb-java:2.24'
implementation 'com.couchbase.client:java-client:3.5.3'
runtimeOnly 'org.postgresql:postgresql:42.7.1' // postgresql jdbc driver required during runtime
runtimeOnly 'org.postgresql:postgresql:42.7.2' // postgresql jdbc driver required during runtime

implementation 'commons-io:commons-io:2.15.1' // I/O functionalities
implementation 'org.apache.commons:commons-compress:1.25.0' // I/O functionalities
Expand Down

0 comments on commit 0067748

Please sign in to comment.