Skip to content

Commit 19b0cef

Browse files
authored
Merge branch 'main' into renovate/non-major-dependencies
2 parents 3896ec9 + 3ad5d0e commit 19b0cef

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

jdbc/postgres/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>org.postgresql</groupId>
5151
<artifactId>postgresql</artifactId>
52-
<version>42.7.5</version>
52+
<version>42.7.7</version>
5353
<scope>provided</scope>
5454
</dependency>
5555
<dependency>
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>org.postgresql</groupId>
8888
<artifactId>postgresql</artifactId>
89-
<version>42.7.5</version>
89+
<version>42.7.7</version>
9090
</dependency>
9191
</dependencies>
9292
</profile>
@@ -100,7 +100,7 @@
100100
<dependency>
101101
<groupId>org.postgresql</groupId>
102102
<artifactId>postgresql</artifactId>
103-
<version>42.7.5</version>
103+
<version>42.7.7</version>
104104
</dependency>
105105
</dependencies>
106106
</profile>

0 commit comments

Comments
 (0)