Moved proxy declaration to inside of try, updated websocket version to 1.5.5 from 1.5.4, and cleared up ProxyExample!

This commit is contained in:
kohlerpop1
2024-01-16 22:09:56 -05:00
parent 9da96b4417
commit 2555edd86f
3 changed files with 5 additions and 4 deletions

View File

@@ -39,7 +39,7 @@
<dependency>
<groupId>org.java-websocket</groupId>
<artifactId>Java-WebSocket</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>