Skip to content

Commit 851573c

Browse files
Copilotgarricko
andcommitted
Upgrade PostgreSQL JDBC driver from 42.7.7 to 42.7.10
Co-authored-by: garricko <1234201+garricko@users.noreply.github.com>
1 parent db29c19 commit 851573c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@
505505
<dependency>
506506
<groupId>org.postgresql</groupId>
507507
<artifactId>postgresql</artifactId>
508-
<version>42.7.7</version>
508+
<version>42.7.10</version>
509509
<scope>test</scope>
510510
</dependency>
511511
</dependencies>
@@ -529,7 +529,7 @@
529529
<dependency>
530530
<groupId>org.postgresql</groupId>
531531
<artifactId>postgresql</artifactId>
532-
<version>42.7.7</version>
532+
<version>42.7.10</version>
533533
<scope>test</scope>
534534
</dependency>
535535
</dependencies>

0 commit comments

Comments
 (0)