Skip to content

Commit

Permalink
build(deps): bump org.postgresql:postgresql from 42.7.3 to 42.7.4 (#1703
Browse files Browse the repository at this point in the history
)

Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.3 to 42.7.4.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.7.3...REL42.7.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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent fdc586f commit 946a2e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<properties>
<testcontainers.version>1.20.1</testcontainers.version>
<postgresql.version>42.7.3</postgresql.version>
<postgresql.version>42.7.4</postgresql.version>
<logback-classic.version>1.5.7</logback-classic.version>
<allowIncompleteProjects>true</allowIncompleteProjects>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion postgresw/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<packaging>jar</packaging>

<properties>
<postgres.version>42.7.3</postgres.version>
<postgres.version>42.7.4</postgres.version>
<tomcat-jdbc.version>10.1.28</tomcat-jdbc.version>
</properties>

Expand Down

0 comments on commit 946a2e0

Please sign in to comment.