File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/com/taboola/rest/api Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 66 <modelVersion >4.0.0</modelVersion >
77 <groupId >com.taboola</groupId >
88 <artifactId >api-java-client-core</artifactId >
9- <version >1.0.5 </version >
9+ <version >1.0.6 </version >
1010
1111 <name >${project.groupId} :${project.artifactId} </name >
1212 <description >API Java client core</description >
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ public static RestAPIClientBuilder builder() {
5151 }
5252
5353 public static class RestAPIClientBuilder {
54- private static final String VERSION = "1.0.5 " ;
54+ private static final String VERSION = "1.0.6 " ;
5555 private static final Integer DEFAULT_MAX_IDLE_CONNECTIONS = 5 ;
5656 private static final Long DEFAULT_KEEP_ALIVE_DURATION_MILLIS = 300_000L ;
5757 private static final SerializationConfig DEFAULT_SERIALIZATION_CONFIG = new SerializationConfig ();
You can’t perform that action at this time.
0 commit comments