File tree 3 files changed +5
-5
lines changed
src/main/java/com/recombee/api_client
3 files changed +5
-5
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.
13
13
<dependency >
14
14
<groupId >com.recombee</groupId >
15
15
<artifactId >api-client</artifactId >
16
- <version >2.2.0 </version >
16
+ <version >2.2.1 </version >
17
17
</dependency >
18
18
```
19
19
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.recombee</groupId >
8
8
<artifactId >api-client</artifactId >
9
- <version >2.2.0 </version >
9
+ <version >2.2.1 </version >
10
10
<name >Recombee API Client</name >
11
11
<description >A client library for easy use of the Recombee recommendation API</description >
12
12
<url >http://recombee.com</url >
45
45
<dependency >
46
46
<groupId >com.fasterxml.jackson.core</groupId >
47
47
<artifactId >jackson-core</artifactId >
48
- <version >2.8.1 </version >
48
+ <version >2.9.7 </version >
49
49
</dependency >
50
50
<dependency >
51
51
<groupId >com.fasterxml.jackson.core</groupId >
52
52
<artifactId >jackson-databind</artifactId >
53
- <version >2.8.1 </version >
53
+ <version >2.9.7 </version >
54
54
</dependency >
55
55
<dependency >
56
56
<groupId >junit</groupId >
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ public class RecombeeClient {
85
85
86
86
final int BATCH_MAX_SIZE = 10000 ; //Maximal number of requests within one batch request
87
87
88
- final String USER_AGENT = "recombee-java-api-client/2.2.0 " ;
88
+ final String USER_AGENT = "recombee-java-api-client/2.2.1 " ;
89
89
90
90
private final OkHttpClient httpClient = new OkHttpClient ();
91
91
You can’t perform that action at this time.
0 commit comments