Skip to content

fix(deps): update dependency org.postgresql:postgresql to v42.7.0

Renovate Bot requested to merge renovate/org.postgresql-postgresql-42.x into main

This MR contains the following updates:

Package Type Update Change
org.postgresql:postgresql (source) dependencies minor 42.6.0 -> 42.7.0

Release Notes

pgjdbc/pgjdbc (org.postgresql:postgresql)

v42.7.0

Changed
  • fix: Deprecate for removal PGPoint.setLocation(java.awt.Point) to cut dependency to java.desktop module. MR #​2967
  • feat: return all catalogs for getCatalogs metadata query closes ISSUE #​2949 MR #​2953
  • feat: support SET statements combining with other queries with semicolon in PreparedStatement MR ##​2973
Fixed
  • chore: add styleCheck Gradle task to report style violations MR #​2980
  • fix: Include currentXid in "Error rolling back prepared transaction" exception message MR #​2978
  • fix: add varbit as a basic type inside the TypeInfoCache MR #​2960
  • fix: Fix failing tests for version 16. MR #​2962
  • fix: allow setting arrays with ANSI type name MR #​2952
  • feat: Use KeepAlive to confirm LSNs MR #​2941
  • fix: put double ' around log parameter MR #​2936 fixes ISSUE #​2935
  • fix: Fix Issue #​2928 number of ports not equal to number of servers in datasource MR #​2929
  • fix: Use canonical DateStyle name (#​2925) fixes pgbouncer issue
  • fix: Method getFastLong should be able to parse all longs MR #​2881
  • docs: Fix typos in info.html MR #​2860
  • fix: Return correct default from PgDatabaseMetaData.getDefaultTransactionIsolation MR #​2992 fixes Issue #​2991
  • test: fix assertion in RefCursorFetchTestultFetchSize rows
  • test: use try-with-resources in LogicalReplicationStatusTest

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports