Skip to content

Commit 1328213

Browse files
authored
deps: update dependency org.postgresql:postgresql to v42.7.4 (googleapis#1722)
1 parent c9b646d commit 1328213

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/spring-data-jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>org.postgresql</groupId>
6969
<artifactId>postgresql</artifactId>
70-
<version>42.7.3</version>
70+
<version>42.7.4</version>
7171
</dependency>
7272

7373
<!-- Add OpenTelemetry for tracing and metrics. -->

samples/spring-data-mybatis/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>org.postgresql</groupId>
6464
<artifactId>postgresql</artifactId>
65-
<version>42.7.3</version>
65+
<version>42.7.4</version>
6666
</dependency>
6767

6868
<dependency>

0 commit comments

Comments
 (0)