We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a207bfe commit 0f650f2Copy full SHA for 0f650f2
build.gradle
@@ -76,7 +76,7 @@ dependencies {
76
77
78
implementation 'com.jpaulmorrison:javafbp:4.1.14'
79
- implementation 'org.java-websocket:Java-WebSocket:1.5.7'
+ implementation 'org.java-websocket:Java-WebSocket:1.6.0'
80
implementation 'org.slf4j:slf4j-simple:2.0.16'
81
implementation 'ch.qos.logback:logback-classic:1.5.12'
82
pom.xml
@@ -19,7 +19,7 @@
19
<dependency>
20
<groupId>org.java-websocket</groupId>
21
<artifactId>Java-WebSocket</artifactId>
22
- <version>1.5.7</version>
+ <version>1.6.0</version>
23
<scope>compile</scope>
24
</dependency>
25
0 commit comments