Skip to content

Commit

Permalink
Bump org.postgresql:postgresql from 42.5.1 to 42.5.5
Browse files Browse the repository at this point in the history
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.5.1 to 42.5.5.
- [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.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Feb 21, 2024
1 parent 5d85cd4 commit 9b8c308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -119,7 +119,7 @@
<version.maven-release-plugin.scm>1.13.0</version.maven-release-plugin.scm>

<!-- Database Evolution -->
<version.org.postgresql>42.5.1</version.org.postgresql>
<version.org.postgresql>42.5.5</version.org.postgresql>
<liquibase.propertyFile>${project.basedir}/liquibase.properties</liquibase.propertyFile>

<!-- UML -->
@@ -333,7 +333,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.5.1</version>
<version>42.5.5</version>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>

0 comments on commit 9b8c308

Please sign in to comment.