File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/java/com/taboola/backstage Expand file tree Collapse file tree 2 files changed +4
-4
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 >backstage-api-java-client</artifactId >
9- <version >1.0.22 </version >
9+ <version >1.0.23 </version >
1010
1111 <name >${project.groupId} :${project.artifactId} </name >
1212 <description >Backstage API Java Client</description >
5151 <maven .compiler.target>1.8</maven .compiler.target>
5252 <log4j .api.version>2.6.1</log4j .api.version>
5353 <log4j .core.version>2.6.1</log4j .core.version>
54- <retrofit .version>2.6.2 </retrofit .version>
54+ <retrofit .version>2.9.0 </retrofit .version>
5555 <converter .jackson.version>2.3.0</converter .jackson.version>
56- <logging .interceptor.version>3.12.1 </logging .interceptor.version>
56+ <logging .interceptor.version>4.9.0 </logging .interceptor.version>
5757 <jackson .databind.version>2.9.10.4</jackson .databind.version>
5858 <junit .version>4.12</junit .version>
5959 <mockito .all.version>1.10.19</mockito .all.version>
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ public static class BackstageBuilder {
176176 private static final String DEFAULT_BACKSTAGE_HOST = "https://backstage.taboola.com/backstage/" ;
177177 private static final String DEFAULT_AUTH_BACKSTAGE_HOST = "https://authentication.taboola.com/authentication/" ;
178178 private static final String DEFAULT_USER_AGENT = "Taboola Java Client" ;
179- private static final String VERSION = "1.0.22 " ;
179+ private static final String VERSION = "1.0.23 " ;
180180 private static final Integer DEFAULT_MAX_IDLE_CONNECTIONS = 5 ;
181181 private static final Long DEFAULT_KEEP_ALIVE_DURATION_MILLIS = 300_000L ;
182182 private static final SerializationConfig DEFAULT_SERIALIZATION_CONFIG = new SerializationConfig ();
You can’t perform that action at this time.
0 commit comments