Skip to content

Commit edd9ea0

Browse files
authored
Update jSerialComm to 2.11.3 (#1608)
1 parent 119d915 commit edd9ea0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

server/desktop/build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ dependencies {
6363
implementation("com.google.protobuf:protobuf-java:3.21.12")
6464
implementation("net.java.dev.jna:jna:5.+")
6565
implementation("net.java.dev.jna:jna-platform:5.+")
66-
implementation("com.fazecast:jSerialComm:2.11.2")
66+
implementation("com.fazecast:jSerialComm:2.11.3") {
67+
exclude(group = "com.fazecast", module = "android")
68+
}
6769
implementation("org.hid4java:hid4java:0.8.0")
6870
}
6971

0 commit comments

Comments
 (0)