File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following dependency to your `pom.xml`.
2222 <dependency >
2323 <groupId >io.socket</groupId >
2424 <artifactId >socket.io-server</artifactId >
25- <version >1.0.1 </version >
25+ <version >1.0.2 </version >
2626 </dependency >
2727</dependencies >
2828```
@@ -31,7 +31,7 @@ Add the following dependency to your `pom.xml`.
3131Add it as a gradle dependency in ` build.gradle ` .
3232
3333``` groovy
34- compile ('io.socket:socket.io-server:1.0.1 ')
34+ compile ('io.socket:socket.io-server:1.0.2 ')
3535```
3636
3737## License
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Add the following dependency to your ``pom.xml``.::
1616 <dependency>
1717 <groupId>io.socket</groupId>
1818 <artifactId>socket.io-server</artifactId>
19- <version>1.0.1 </version>
19+ <version>1.0.2 </version>
2020 </dependency>
2121 </dependencies>
2222
2525
2626Add it as a gradle dependency in ``build.gradle ``.::
2727
28- compile ('io.socket:socket.io-server:1.0.1 ')
28+ compile ('io.socket:socket.io-server:1.0.2 ')
Original file line number Diff line number Diff line change 66
77 <groupId >io.socket</groupId >
88 <artifactId >socket.io-server-bom</artifactId >
9- <version >1.0.1 </version >
9+ <version >1.0.2 </version >
1010 <packaging >pom</packaging >
1111 <name >socket.io</name >
1212 <description >Socket.IO server library for Java</description >
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >socket.io-server-bom</artifactId >
77 <groupId >io.socket</groupId >
8- <version >1.0.1 </version >
8+ <version >1.0.2 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >socket.io-server-bom</artifactId >
77 <groupId >io.socket</groupId >
8- <version >1.0.1 </version >
8+ <version >1.0.2 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
You can’t perform that action at this time.
0 commit comments