Skip to content
This repository was archived by the owner on Oct 13, 2024. It is now read-only.

Commit 0586e70

Browse files
Update jna monorepo to v5.15.0
1 parent 3edb485 commit 0586e70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ repositories {
1313
}
1414

1515
dependencies {
16-
testImplementation("net.java.dev.jna:jna-platform:5.13.0")
17-
testImplementation("net.java.dev.jna:jna:5.13.0")
16+
testImplementation("net.java.dev.jna:jna-platform:5.15.0")
17+
testImplementation("net.java.dev.jna:jna:5.15.0")
1818
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.2")
1919
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.2")
2020
}

0 commit comments

Comments
 (0)