Skip to content

Commit a7209c4

Browse files
authored
deps: update dependency org.postgresql:postgresql to v42.7.7 [security] (#2093)
1 parent b5ecfc1 commit a7209c4

File tree

2 files changed

+2
-2
lines changed
  • samples
    • spring-data-jdbc/postgresql
    • spring-data-mybatis/postgresql

2 files changed

+2
-2
lines changed

samples/spring-data-jdbc/postgresql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<dependency>
7373
<groupId>org.postgresql</groupId>
7474
<artifactId>postgresql</artifactId>
75-
<version>42.7.6</version>
75+
<version>42.7.7</version>
7676
</dependency>
7777

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

samples/spring-data-mybatis/postgresql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<dependency>
7676
<groupId>org.postgresql</groupId>
7777
<artifactId>postgresql</artifactId>
78-
<version>42.7.6</version>
78+
<version>42.7.7</version>
7979
</dependency>
8080
<dependency>
8181
<groupId>org.testcontainers</groupId>

0 commit comments

Comments
 (0)