Browse Source

Merge pull request #8 from jrtechs/dependabot/maven/org.java-websocket-Java-WebSocket-1.5.0

Bump Java-WebSocket from 1.3.0 to 1.5.0
pull/12/head
Jeffery Russell 4 years ago
committed by GitHub
parent
commit
cd60b45cb9
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