Skip to content

Commit

Permalink
deps: update dependency org.postgresql:postgresql to v42.7.4 (#1722)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Aug 23, 2024
1 parent c9b646d commit 1328213
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 @@ -67,7 +67,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.3</version>
<version>42.7.4</version>
</dependency>

<!-- Add OpenTelemetry for tracing and metrics. -->
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.3</version>
<version>42.7.4</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 1328213

Please sign in to comment.