Skip to content

Commit c6359dd

Browse files
committed
Update README
1 parent a1e957c commit c6359dd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ A lightweight wrapper to the [JDK 11+ Java Http Client](http://openjdk.java.net/
2424
<dependency>
2525
<groupId>io.avaje</groupId>
2626
<artifactId>avaje-http-client</artifactId>
27-
<version>1.12</version>
27+
<version>1.14</version>
2828
</dependency>
2929
```
3030

@@ -37,7 +37,6 @@ Create a HttpClientContext with a baseUrl, Jackson or Gson based JSON
3737
public HttpClientContext client() {
3838
return HttpClientContext.newBuilder()
3939
.withBaseUrl(baseUrl)
40-
.withRequestListener(new RequestLogger())
4140
.withBodyAdapter(new JacksonBodyAdapter(new ObjectMapper()))
4241
// .withBodyAdapter(new GsonBodyAdapter(new Gson()))
4342
.build();

0 commit comments

Comments
 (0)