Skip to content

Commit

Permalink
deps: Update dependency org.postgresql:postgresql to v42.7.3 (#1899)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 15, 2024
1 parent 0206a10 commit 860a369
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jdbc/postgres/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.2</version>
<version>42.7.3</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -86,7 +86,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.2</version>
<version>42.7.3</version>
</dependency>
</dependencies>
</profile>
Expand All @@ -100,7 +100,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.2</version>
<version>42.7.3</version>
</dependency>
</dependencies>
</profile>
Expand Down

0 comments on commit 860a369

Please sign in to comment.