Skip to content

Commit

Permalink
Bump postgresql from 42.2.23 to 42.2.24
Browse files Browse the repository at this point in the history
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.23 to 42.2.24.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/REL42.2.24/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.2.23...REL42.2.24)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 12, 2021
1 parent 7fbd952 commit 5800c87
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 @@ -81,7 +81,7 @@ dependencies {
// Databases
implementation 'org.influxdb:influxdb-java:2.22'
implementation 'com.couchbase.client:java-client:3.2.0'
runtimeOnly 'org.postgresql:postgresql:42.2.23' // postgresql jdbc driver required during runtime
runtimeOnly 'org.postgresql:postgresql:42.2.24' // postgresql jdbc driver required during runtime

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

0 comments on commit 5800c87

Please sign in to comment.