Skip to content

Commit

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

---
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 Feb 1, 2023
1 parent 29d784f commit 07c363a
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 @@ -19,7 +19,7 @@

<spring.boot.version>3.0.2</spring.boot.version>
<jjwt.version>0.11.5</jjwt.version>
<postgresql.driver.version>42.5.1</postgresql.driver.version>
<postgresql.driver.version>42.5.2</postgresql.driver.version>
<bouncycastle.version>1.70</bouncycastle.version>
<apache.fop.version>2.8</apache.fop.version>
<qrcode.kotlin.version>3.3.0</qrcode.kotlin.version>
Expand Down

0 comments on commit 07c363a

Please sign in to comment.