File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Include the litesockets http client into your project from maven central:
7
7
<dependency>
8
8
<groupId>org.threadly</groupId>
9
9
<artifactId>litesockets-http-client</artifactId>
10
- <version>0.25 </version>
10
+ <version>0.27 </version>
11
11
</dependency>
12
12
```
13
13
@@ -17,7 +17,7 @@ Include the litesockets http server into your project from maven central:
17
17
<dependency>
18
18
<groupId>org.threadly</groupId>
19
19
<artifactId>litesockets-http-server</artifactId>
20
- <version>0.25 </version>
20
+ <version>0.27 </version>
21
21
</dependency>
22
22
```
23
23
Original file line number Diff line number Diff line change 1
1
group = org.threadly
2
- version = 0.27-SNAPSHOT
2
+ version = 0.27
3
3
threadlyVersion = 5.41
4
- litesocketsVersion = 4.11
4
+ litesocketsVersion = 4.13
5
5
org.gradle.parallel =false
6
6
junitVersion = 4.12
7
7
You can’t perform that action at this time.
0 commit comments