We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69140a6 + 5176255 commit bc180aeCopy full SHA for bc180ae
README.markdown
@@ -30,7 +30,7 @@ To use maven add this dependency to your pom.xml:
30
<dependency>
31
<groupId>org.java-websocket</groupId>
32
<artifactId>Java-WebSocket</artifactId>
33
- <version>1.5.3</version>
+ <version>1.5.4</version>
34
</dependency>
35
```
36
@@ -41,11 +41,11 @@ mavenCentral()
41
42
Then you can just add the latest version to your build.
43
```xml
44
-compile "org.java-websocket:Java-WebSocket:1.5.3"
+compile "org.java-websocket:Java-WebSocket:1.5.4"
45
46
Or this option if you use gradle 7.0 and above.
47
48
-implementation 'org.java-websocket:Java-WebSocket:1.5.3'
+implementation 'org.java-websocket:Java-WebSocket:1.5.4'
49
50
51
#### Logging
0 commit comments