We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ffe81f commit e1f9544Copy full SHA for e1f9544
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>org.monora.coolsocket</groupId>
8
<artifactId>core</artifactId>
9
- <version>2.0-rc09</version>
+ <version>2.0-rc10</version>
10
<name>CoolSocket</name>
11
<description>Bidirectional TCP socket layer and server</description>
12
<url>https://github.com//libcoolsocket/java</url>
@@ -47,7 +47,7 @@
47
<dependency>
48
<groupId>org.json</groupId>
49
<artifactId>json</artifactId>
50
- <version>20180130</version>
+ <version>20201115</version>
51
</dependency>
52
53
<groupId>junit</groupId>
0 commit comments