Skip to content

Commit

Permalink
HHH-15451 Upgrade to version 42.5.0 of the PostgreSQL JDBC driver
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanne committed Aug 25, 2022
1 parent 1fb744c commit 0867972
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion databases/cockroachdb/matrix.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
* License: GNU Lesser General Public License (LGPL), version 2.1 or later.
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
*/
jdbcDependency 'org.postgresql:postgresql:42.2.8'
jdbcDependency 'org.postgresql:postgresql:42.5.0'
2 changes: 1 addition & 1 deletion databases/pgsql/matrix.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
* License: GNU Lesser General Public License (LGPL), version 2.1 or later.
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
*/
jdbcDependency 'org.postgresql:postgresql:42.2.19'
jdbcDependency 'org.postgresql:postgresql:42.5.0'
4 changes: 2 additions & 2 deletions gradle/libraries.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@ ext {
h2: "com.h2database:h2:${h2Version}",
hsqldb: "org.hsqldb:hsqldb:2.3.2",
derby: "org.apache.derby:derby:10.14.2.0",
postgresql: 'org.postgresql:postgresql:42.2.16',
postgresql: 'org.postgresql:postgresql:42.5.0',
mysql: 'mysql:mysql-connector-java:8.0.27',
mariadb: 'org.mariadb.jdbc:mariadb-java-client:2.2.3',
cockroachdb: 'org.postgresql:postgresql:42.2.8',
cockroachdb: 'org.postgresql:postgresql:42.5.0',

oracle: 'com.oracle.database.jdbc:ojdbc8:21.3.0.0',
mssql: 'com.microsoft.sqlserver:mssql-jdbc:7.2.1.jre8',
Expand Down
2 changes: 1 addition & 1 deletion hibernate-spatial/databases/postgispg96/matrix.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
* License: GNU Lesser General Public License (LGPL), version 2.1 or later.
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
*/
jdbcDependency 'org.postgresql:postgresql:42.2.16'
jdbcDependency 'org.postgresql:postgresql:42.5.0'

0 comments on commit 0867972

Please sign in to comment.