Skip to content

Commit

Permalink
chore(deps): update dependency org.postgresql:postgresql to v42.2.19 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Feb 18, 2021
1 parent b654f9c commit 03a0935
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions postgres/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.2.18</version>
<version>42.2.19</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.2.18</version>
<version>42.2.19</version>
</dependency>
</dependencies>
</profile>
Expand Down

0 comments on commit 03a0935

Please sign in to comment.