Skip to content

Commit e1f9544

Browse files
committed
Bump version to 2.0-alpha10 and org.json:json to 20201115
1 parent 0ffe81f commit e1f9544

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.monora.coolsocket</groupId>
88
<artifactId>core</artifactId>
9-
<version>2.0-rc09</version>
9+
<version>2.0-rc10</version>
1010
<name>CoolSocket</name>
1111
<description>Bidirectional TCP socket layer and server</description>
1212
<url>https://github.com//libcoolsocket/java</url>
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>org.json</groupId>
4949
<artifactId>json</artifactId>
50-
<version>20180130</version>
50+
<version>20201115</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>junit</groupId>

0 commit comments

Comments
 (0)