Skip to content

Commit

Permalink
fix(deps): update dependency org.postgresql:postgresql to v42.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 12, 2024
1 parent 33a99d2 commit cf637fb
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 @@ -90,7 +90,7 @@ dependencies {
implementation "org.datasyslab:geospark-sql_2.3:${geoSparkVersion}"
implementation "org.datasyslab:geospark-viz_2.3:${geoSparkVersion}"
//postgresql
implementation 'org.postgresql:postgresql:42.2.28'
implementation 'org.postgresql:postgresql:42.7.2'
implementation "com.fasterxml.jackson.core:jackson-databind:${jacksonVersion}"
// https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-yaml
implementation "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:${jacksonVersion}"
Expand Down

0 comments on commit cf637fb

Please sign in to comment.