Skip to content

Commit

Permalink
Update Postgres JDBC driver to 42.6.0
Browse files Browse the repository at this point in the history
This version introduces Loom-friendly synchronization (pgjdbc/pgjdbc#2635)
  • Loading branch information
wendigo authored and electrum committed Apr 18, 2023
1 parent 10c15c0 commit 1069cef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1884,7 +1884,7 @@
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
<version>3.25.0</version>
<version>3.31.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -1991,7 +1991,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.5.0</version>
<version>42.6.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 1069cef

Please sign in to comment.