Skip to content

Commit

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

---
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 rzo1 committed Apr 18, 2022
1 parent 993ffa7 commit 3da6c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crawler4j-examples/crawler4j-examples-postgres/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>

<properties>
<postgresql.version>42.3.3</postgresql.version>
<postgresql.version>42.3.4</postgresql.version>
<c3p0.version>0.9.5.5</c3p0.version>
<flyway.db.version>8.5.4</flyway.db.version>
</properties>
Expand Down

0 comments on commit 3da6c39

Please sign in to comment.