Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency net.java.dev.jna:jna to v5.15.0 #3389

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
net.java.dev.jna:jna 5.14.0 -> 5.15.0 age adoption passing confidence

Release Notes

java-native-access/jna (net.java.dev.jna:jna)

v5.15.0

Compare Source

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

Features

Bug Fixes


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 PR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This PR was generated by Mend Renovate. View the repository job log.

@@ -47,7 +47,7 @@ SOFTWARE.
-->
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>5.14.0</version>
<version>5.15.0</version>
<scope>provided</scope>
</dependency>
<dependency>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The code diff you provided shows a change in the version of the jna artifact from 5.14.0 to 5.15.0 in a Maven pom.xml file.

There is no inherent confusion or irregularity in the code diff itself. However, any actual impact depends on the differences between these two versions of JNA (Java Native Access). If there are non-backward compatible changes, deprecated functions, or other changes that affect your project in version 5.15.0, then upgrading may cause issues in your code.

Please make sure to test the application after making this change. If there are features dependent on the older version, they might not work as expected with the updated one.

@yegor256
Copy link
Member

@rultor merge

@rultor
Copy link
Contributor

rultor commented Sep 26, 2024

@rultor merge

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

@rultor rultor merged commit 1985a2f into master Sep 26, 2024
23 checks passed
@rultor
Copy link
Contributor

rultor commented Sep 26, 2024

@rultor merge

@yegor256 Done! FYI, the full log is here (took me 31min)

@renovate renovate bot deleted the renovate/jna-monorepo branch September 26, 2024 06:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants