We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff36703 commit eac0446Copy full SHA for eac0446
pom.xml
@@ -10,7 +10,7 @@
10
11
<modelVersion>4.0.0</modelVersion>
12
<artifactId>websocket-server</artifactId>
13
- <version>1.0.13</version>
+ <version>1.0.14</version>
14
<name>WebsocketServer</name>
15
<packaging>jar</packaging>
16
@@ -30,6 +30,11 @@
30
<version>9.4.38.v20210224</version>
31
<scope>compile</scope>
32
</dependency>
33
+ <dependency>
34
+ <groupId>info.unterrainer.commons</groupId>
35
+ <artifactId>jre-utils:jar</artifactId>
36
+ <version>1.0.1</version>
37
+ </dependency>
38
<dependency>
39
<groupId>info.unterrainer.commons</groupId>
40
<artifactId>oauth-token-manager</artifactId>
0 commit comments