Skip to content

Commit 0752e02

Browse files
committed
Updating dependencies
1 parent 4d0111c commit 0752e02

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ For this project I used only the very bare necessities to avoid causing dependen
1111
<dependency>
1212
<groupId>org.java-websocket</groupId>
1313
<artifactId>Java-WebSocket</artifactId>
14-
<version>1.3.5</version>
14+
<version>1.4.0</version>
1515
</dependency>
1616
<dependency>
1717
<groupId>org.slf4j</groupId>
1818
<artifactId>slf4j-api</artifactId>
19-
<version>1.7.25</version>
19+
<version>1.7.30</version>
2020
</dependency>
2121
<dependency>
2222
<groupId>com.google.code.gson</groupId>
2323
<artifactId>gson</artifactId>
24-
<version>2.8.2</version>
24+
<version>2.8.6</version>
2525
</dependency>
2626
```
2727
You need a java version later than Java 8u101 - earlier ones don't support the Let's Encrypt certificates used on our server.

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@
2222
<dependency>
2323
<groupId>org.java-websocket</groupId>
2424
<artifactId>Java-WebSocket</artifactId>
25-
<version>1.3.5</version>
25+
<version>1.4.0</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.slf4j</groupId>
2929
<artifactId>slf4j-api</artifactId>
30-
<version>1.7.25</version>
30+
<version>1.7.30</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>com.google.code.gson</groupId>
3434
<artifactId>gson</artifactId>
35-
<version>2.8.2</version>
35+
<version>2.8.6</version>
3636
</dependency>
3737
</dependencies>
3838
</project>

0 commit comments

Comments
 (0)