Skip to content

Commit

Permalink
Bump postgresql from 42.3.2 to 42.3.3 in /backend
Browse files Browse the repository at this point in the history
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.3.2 to 42.3.3.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.3.2...REL42.3.3)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 16, 2022
1 parent af7324d commit 0593c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<jjwt.version>0.11.2</jjwt.version>
<jackson.kotlin.module.version>2.13.1</jackson.kotlin.module.version>
<flyway.version>8.5.0</flyway.version>
<postgresql.driver.version>42.3.2</postgresql.driver.version>
<postgresql.driver.version>42.3.3</postgresql.driver.version>
<bouncycastle.version>1.70</bouncycastle.version>

<!-- Maven plugin version -->
Expand Down

0 comments on commit 0593c71

Please sign in to comment.