Skip to content

Commit

Permalink
fix(deps): update dependency net.java.dev.jna:jna to v5.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 22, 2024
1 parent 1eb1f1b commit 53deaaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reflexion/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
annotationProcessor("org.projectlombok", "lombok", lombokVersion)

// jna (optional - only used if present at runtime)
val jnaVersion = "5.14.0"
val jnaVersion = "5.16.0"
compileOnly("net.java.dev.jna", "jna", jnaVersion)
testRuntimeOnly("net.java.dev.jna", "jna", jnaVersion)

Expand Down

0 comments on commit 53deaaf

Please sign in to comment.