Skip to content

Commit

Permalink
Bump postgresql from 42.2.20 to 42.2.22 (#205)
Browse files Browse the repository at this point in the history
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.20 to 42.2.22.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/commits)

---
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 23, 2021
1 parent 391fa61 commit 5453804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<properties>
<springdoc.version>1.5.9</springdoc.version>
<logback.logstash.version>6.6</logback.logstash.version>
<postgres.version>42.2.20</postgres.version>
<postgres.version>42.2.22</postgres.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 5453804

Please sign in to comment.