Skip to content

Commit

Permalink
chore(deps): bump org.postgresql:postgresql from 42.7.4 to 42.7.5
Browse files Browse the repository at this point in the history
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.4 to 42.7.5.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.7.4...REL42.7.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and loicmathieu committed Jan 27, 2025
1 parent bf88ddb commit 8e07b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ dependencies {
api group: 'com.github.victools', name: 'jsonschema-module-swagger-2', version: jsonschemaVersion
api 'com.h2database:h2:2.3.232'
api 'mysql:mysql-connector-java:8.0.33'
api 'org.postgresql:postgresql:42.7.4'
api 'org.postgresql:postgresql:42.7.5'
api 'com.github.docker-java:docker-java:3.4.1'
api 'com.github.docker-java:docker-java-transport-httpclient5:3.4.1'
api (group: 'org.opensearch.client', name: 'opensearch-java', version: "$opensearchVersion")
Expand Down

0 comments on commit 8e07b5b

Please sign in to comment.