Skip to content

Commit

Permalink
HHH-15451 Upgrade PostgreSQL JDBC driver to 42.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beikov committed Aug 25, 2022
1 parent c6ed10f commit c1e5207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ dependencyResolutionManagement {
}
dbLibs {
version( "h2", "2.1.210" )
version( "pgsql", "42.4.1" )
version( "pgsql", "42.5.0" )
version( "mysql", "8.0.27" )
version( "oracle", "21.3.0.0" )

Expand Down

0 comments on commit c1e5207

Please sign in to comment.