Skip to content

Commit

Permalink
fix(deps): update dependency net.java.dev.jna:jna to v5.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 15, 2024
1 parent 1eb1f1b commit 6327252
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.15.0"
compileOnly("net.java.dev.jna", "jna", jnaVersion)
testRuntimeOnly("net.java.dev.jna", "jna", jnaVersion)

Expand Down

0 comments on commit 6327252

Please sign in to comment.