Skip to content

Commit 907f949

Browse files
committed
Use fork of Java-WebSocket with support for inherited sockets
1 parent 52cc0ca commit 907f949

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ subprojects {
2525
repositories {
2626
mavenLocal()
2727
mavenCentral()
28+
maven { url = uri("https://jitpack.io") }
2829
}
2930

3031
tasks {

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kotlin = "2.0.20"
55
gson = "2.11.0"
66
gson-extras = "1.3.0"
77
jansi = "2.4.1"
8-
java-websocket = "1.5.7"
8+
java-websocket = "socket-activation-SNAPSHOT"
99
json = "20240303"
1010
jsonschema2pojo = "1.2.2"
1111
kotlinx-serialization-json = "1.7.3"
@@ -25,7 +25,7 @@ benmanes-versions = "0.51.0"
2525
gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
2626
gson-extras = { module = "org.danilopianini:gson-extras", version.ref = "gson-extras" }
2727
jansi = { module = "org.fusesource.jansi:jansi", version.ref = "jansi" }
28-
java-websocket = { module = "org.java-websocket:Java-WebSocket", version.ref = "java-websocket" }
28+
java-websocket = { module = "com.github.TooTallNate:Java-WebSocket", version.ref = "java-websocket" }
2929
json = { module = "org.json:json", version.ref = "json" }
3030
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlinx-serialization-json" }
3131
picocli = { module = "info.picocli:picocli", version.ref = "picocli" }

0 commit comments

Comments
 (0)