Browse Source

Bump Java-WebSocket from 1.3.0 to 1.5.0

Bumps [Java-WebSocket](https://github.com/TooTallNate/Java-WebSocket) from 1.3.0 to 1.5.0.
- [Release notes](https://github.com/TooTallNate/Java-WebSocket/releases)
- [Changelog](https://github.com/TooTallNate/Java-WebSocket/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TooTallNate/Java-WebSocket/compare/Java-WebSocket-1.3.0...v1.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
pull/8/head
dependabot[bot] 4 years ago
committed by GitHub
parent
commit
d77f597e23
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pom.xml

+ 1
- 1
pom.xml View File

@ -61,7 +61,7 @@
<dependency>
<groupId>org.java-websocket</groupId>
<artifactId>Java-WebSocket</artifactId>
<version>1.3.0</version>
<version>1.5.0</version>
</dependency>
<!-- JSON utils -->

Loading…
Cancel
Save