File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/com/recombee/api_client Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ The client is available in the [Maven Central Repository](https://mvnrepository.
1313 <dependency >
1414 <groupId >com.recombee</groupId >
1515 <artifactId >api-client</artifactId >
16- <version >4.1.0 </version >
16+ <version >4.1.1 </version >
1717 </dependency >
1818```
1919
Original file line number Diff line number Diff line change 4040 <dependency >
4141 <groupId >com.squareup.okhttp3</groupId >
4242 <artifactId >okhttp</artifactId >
43- <version >4.9.3 </version >
43+ <version >4.12.0 </version >
4444 </dependency >
4545 <dependency >
4646 <groupId >com.fasterxml.jackson.core</groupId >
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ public class RecombeeClient {
9797
9898 final int BATCH_MAX_SIZE = 10000 ; //Maximal number of requests within one batch request
9999
100- final String USER_AGENT = "recombee-java-api-client/4.1.0 " ;
100+ final String USER_AGENT = "recombee-java-api-client/4.1.1 " ;
101101
102102 private final OkHttpClient httpClient = new OkHttpClient ();
103103
You can’t perform that action at this time.
0 commit comments