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 5, 2024
1 parent 76491ff commit f9d10a2
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 @@ -86,7 +86,7 @@ dependencies {
implementation "org.locationtech.geotrellis:geotrellis-spark_${scalaRelease}:${geoTrellisVersion}"
implementation "org.locationtech.geotrellis:geotrellis-raster_${scalaRelease}:${geoTrellisVersion}"
//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 f9d10a2

Please sign in to comment.