Skip to content

Commit

Permalink
Merge pull request #13 from Foulest/dependabot/gradle/net.java.dev.jn…
Browse files Browse the repository at this point in the history
…a-jna-platform-5.15.0

Bump net.java.dev.jna:jna-platform from 5.14.0 to 5.15.0
  • Loading branch information
Foulest authored Sep 16, 2024
2 parents 9cfc465 + e2cfe7d commit 31b6c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repositories {
dependencies {
// JNA platform - for registry access
// https://mvnrepository.com/artifact/net.java.dev.jna/jna-platform
implementation group: 'net.java.dev.jna', name: 'jna-platform', version: '5.14.0'
implementation group: 'net.java.dev.jna', name: 'jna-platform', version: '5.15.0'

// JetBrains Annotations - for code inspection and documentation
// https://mvnrepository.com/artifact/org.jetbrains/annotations
Expand Down

0 comments on commit 31b6c33

Please sign in to comment.