Skip to content

Commit

Permalink
deps: update dependency org.postgresql:postgresql to v42.7.2 [securit…
Browse files Browse the repository at this point in the history
…y] (#1507)
  • Loading branch information
renovate-bot committed Feb 21, 2024
1 parent 910a130 commit caacd05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/spring-data-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.1</version>
<version>42.7.2</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/spring-data-mybatis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.1</version>
<version>42.7.2</version>
</dependency>

<dependency>
Expand Down

0 comments on commit caacd05

Please sign in to comment.