Skip to content

Commit

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

Bump net.java.dev.jna:jna-platform from 5.15.0 to 5.16.0
  • Loading branch information
Foulest authored Dec 23, 2024
2 parents 3ba2883 + cf227b2 commit 3e47ca9
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.15.0'
implementation group: 'net.java.dev.jna', name: 'jna-platform', version: '5.16.0'

// Google Gson - for JSON serialization and deserialization
// https://mvnrepository.com/artifact/com.google.code.gson/gson
Expand Down

0 comments on commit 3e47ca9

Please sign in to comment.