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

Commit 4076b04

Browse files
Update jna monorepo to v5.14.0
1 parent 3edb485 commit 4076b04

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.14.0")
17+
testImplementation("net.java.dev.jna:jna:5.14.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)