File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,17 +11,17 @@ For this project I used only the very bare necessities to avoid causing dependen
11
11
<dependency>
12
12
<groupId>org.java-websocket</groupId>
13
13
<artifactId>Java-WebSocket</artifactId>
14
- <version>1.3.5 </version>
14
+ <version>1.4.0 </version>
15
15
</dependency>
16
16
<dependency>
17
17
<groupId>org.slf4j</groupId>
18
18
<artifactId>slf4j-api</artifactId>
19
- <version>1.7.25 </version>
19
+ <version>1.7.30 </version>
20
20
</dependency>
21
21
<dependency>
22
22
<groupId>com.google.code.gson</groupId>
23
23
<artifactId>gson</artifactId>
24
- <version>2.8.2 </version>
24
+ <version>2.8.6 </version>
25
25
</dependency>
26
26
```
27
27
You need a java version later than Java 8u101 - earlier ones don't support the Let's Encrypt certificates used on our server.
Original file line number Diff line number Diff line change 22
22
<dependency >
23
23
<groupId >org.java-websocket</groupId >
24
24
<artifactId >Java-WebSocket</artifactId >
25
- <version >1.3.5 </version >
25
+ <version >1.4.0 </version >
26
26
</dependency >
27
27
<dependency >
28
28
<groupId >org.slf4j</groupId >
29
29
<artifactId >slf4j-api</artifactId >
30
- <version >1.7.25 </version >
30
+ <version >1.7.30 </version >
31
31
</dependency >
32
32
<dependency >
33
33
<groupId >com.google.code.gson</groupId >
34
34
<artifactId >gson</artifactId >
35
- <version >2.8.2 </version >
35
+ <version >2.8.6 </version >
36
36
</dependency >
37
37
</dependencies >
38
38
</project >
You can’t perform that action at this time.
0 commit comments