File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
src/main/java/com/recombee/api_client Expand file tree Collapse file tree 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 >3.2.0 </version >
16
+ <version >3.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 >3.2.0 </version >
9
+ <version >3.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.12.1 </version >
48
+ <version >2.13.2 </version >
49
49
</dependency >
50
50
<dependency >
51
51
<groupId >com.fasterxml.jackson.core</groupId >
52
52
<artifactId >jackson-databind</artifactId >
53
- <version >2.12.1 </version >
53
+ <version >2.13.2.2 </version >
54
54
</dependency >
55
55
<dependency >
56
56
<groupId >junit</groupId >
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ public class RecombeeClient {
90
90
91
91
final int BATCH_MAX_SIZE = 10000 ; //Maximal number of requests within one batch request
92
92
93
- final String USER_AGENT = "recombee-java-api-client/3.2.0 " ;
93
+ final String USER_AGENT = "recombee-java-api-client/3.2.1 " ;
94
94
95
95
private final OkHttpClient httpClient = new OkHttpClient ();
96
96
You can’t perform that action at this time.
0 commit comments