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.
1 parent 1eb2f13 commit bbb9e04Copy full SHA for bbb9e04
README.markdown
@@ -31,7 +31,7 @@ To use maven add this dependency to your pom.xml:
31
<dependency>
32
<groupId>org.java-websocket</groupId>
33
<artifactId>Java-WebSocket</artifactId>
34
- <version>1.5.1</version>
+ <version>1.5.2</version>
35
</dependency>
36
```
37
@@ -42,7 +42,7 @@ mavenCentral()
42
43
Then you can just add the latest version to your build.
44
```xml
45
-compile "org.java-websocket:Java-WebSocket:1.5.1"
+compile "org.java-websocket:Java-WebSocket:1.5.2"
46
47
48
#### Logging
0 commit comments