Skip to content

Commit 75cba17

Browse files
Copilotgarricko
andauthored
Upgrade PostgreSQL JDBC driver to 42.7.10 (#108)
* Initial plan * Upgrade PostgreSQL JDBC driver from 42.7.7 to 42.7.10 Co-authored-by: garricko <1234201+garricko@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: garricko <1234201+garricko@users.noreply.github.com>
1 parent 53415f9 commit 75cba17

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)