Skip to content

Update dependency net.java.dev.jna:jna to v5.12.0

Renovate requested to merge renovate/net.java.dev.jna-jna-5.x into develop

This MR contains the following updates:

Package Update Change
net.java.dev.jna:jna minor 5.11.0 -> 5.12.0

Release Notes

java-native-access/jna

v5.12.0

Compare Source

==============

Features

Bug Fixes

Important Changes

  • Memory#dispose, CallbackReference#dispose and NativeLibrary#dispose were called by the Object#finalize override. These calls were replaced by the use of a cleaner. It is not guaranteed anymore, that dispose is called on subclasses on finalization.

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 becomes conflicted, 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, click this checkbox.

This MR has been generated by Renovate Bot.

Merge request reports