Skip to content

Commit

Permalink
Upgrade PostgreSQL JDBC driver to 42.6.2
Browse files Browse the repository at this point in the history
Closes #1934
  • Loading branch information
schauder committed Nov 11, 2024
1 parent 1016b25 commit e3f7677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<mariadb-java-client.version>3.1.4</mariadb-java-client.version>
<mssql.version>12.2.0.jre11</mssql.version>
<mysql-connector-java.version>8.0.33</mysql-connector-java.version>
<postgresql.version>42.6.0</postgresql.version>
<postgresql.version>42.6.2</postgresql.version>
<!--
The Oracle driver 23.3.0.23.09 is not considered production ready by Oracle, but it fixes two important problems for Spring Data JDBC:
https://stackoverflow.com/q/72717261/66686
Expand Down

0 comments on commit e3f7677

Please sign in to comment.