File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ To use maven add this dependency to your pom.xml:
2929<dependency >
3030 <groupId >org.java-websocket</groupId >
3131 <artifactId >Java-WebSocket</artifactId >
32- <version >1.4.1 </version >
32+ <version >1.5.0 </version >
3333</dependency >
3434```
3535
@@ -40,7 +40,7 @@ mavenCentral()
4040```
4141Then you can just add the latest version to your build.
4242``` xml
43- compile "org.java-websocket:Java-WebSocket:1.4.1 "
43+ compile "org.java-websocket:Java-WebSocket:1.5.0 "
4444```
4545
4646#### Logging
Original file line number Diff line number Diff line change 55 <groupId >org.java-websocket</groupId >
66 <artifactId >Java-WebSocket</artifactId >
77 <packaging >jar</packaging >
8- <version >1.5.0 -SNAPSHOT</version >
8+ <version >1.5.1 -SNAPSHOT</version >
99 <name >Java-WebSocket</name >
1010 <description >A barebones WebSocket client and server implementation written 100% in Java</description >
1111 <url >https://github.com/TooTallNate/Java-WebSocket</url >
You can’t perform that action at this time.
0 commit comments