We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38d09af commit cd56a4cCopy full SHA for cd56a4c
README.md
@@ -20,7 +20,7 @@ JDK's [HttpClient](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.h
20
### Gradle
21
22
```
23
-implementation 'io.github.nstdio:http-client-ext:2.3.2'
+implementation 'io.github.nstdio:http-client-ext:2.4.0'
24
25
26
### Maven
@@ -29,7 +29,7 @@ implementation 'io.github.nstdio:http-client-ext:2.3.2'
29
<dependency>
30
<groupId>io.github.nstdio</groupId>
31
<artifactId>http-client-ext</artifactId>
32
- <version>2.3.2</version>
+ <version>2.4.0</version>
33
</dependency>
34
35
### Features
gradle.properties
@@ -1,2 +1,2 @@
1
-version=2.3.3-SNAPSHOT
+version=2.4.0
2
org.gradle.caching=true
0 commit comments