Skip to content

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

Jednotné přihlášení test requested to merge renovate/postgresql.version into main

This MR contains the following updates:

Package Type Update Change
org.postgresql:postgresql (source) compile minor 42.5.4 -> 42.6.0

Release Notes

pgjdbc/pgjdbc

v42.6.0

Changed

fix: use PhantomReferences instead of Obejct.finalize() to track Connection leaks MR #​2847

The change replaces all uses of Object.finalize with PhantomReferences.
The leaked resources (Connections) are tracked in a helper thread that is active as long as
there are connections in use. By default, the thread keeps running for 30 seconds after all
the connections are released. The timeout is set with pgjdbc.config.cleanup.thread.ttl system property.

refactor:(loom) replace the usages of synchronized with ReentrantLock MR #​2635 Fixes Issue #​1951


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: Whenever MR is behind base branch, 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