Skip to content

Commit

Permalink
deps: update dependency org.postgresql:postgresql to v42.7.0 (#1422)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 28, 2023
1 parent 89adedb commit d107b25
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
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.6.0</version>
<version>42.7.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/spring-data-mybatis/pom.xml
Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.6.0</version>
<version>42.7.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit d107b25

Please sign in to comment.