Skip to content

Commit

Permalink
Updated engine.io-server library version
Browse files Browse the repository at this point in the history
  • Loading branch information
trinopoty committed Jul 21, 2020
1 parent fd7dfa1 commit 9caddb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions socket.io-server-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@
<dependency>
<groupId>io.socket</groupId>
<artifactId>engine.io-server</artifactId>
<version>1.3.4</version>
<version>1.3.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.socket</groupId>
<artifactId>engine.io-server-jetty</artifactId>
<version>1.3.4</version>
<version>1.3.5</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion socket.io-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>io.socket</groupId>
<artifactId>engine.io-server</artifactId>
<version>1.3.4</version>
<version>1.3.5</version>
</dependency>
<dependency>
<groupId>javax</groupId>
Expand Down

0 comments on commit 9caddb4

Please sign in to comment.