File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/com/taboola/backstage Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
<modelVersion >4.0.0</modelVersion >
7
7
<groupId >com.taboola</groupId >
8
8
<artifactId >backstage-api-java-client</artifactId >
9
- <version >1.1.11 </version >
9
+ <version >1.1.12 </version >
10
10
11
11
<name >${project.groupId} :${project.artifactId} </name >
12
12
<description >Backstage API Java Client</description >
53
53
<log4j .core.version>2.17.1</log4j .core.version>
54
54
<junit .version>4.13.1</junit .version>
55
55
<mockito .all.version>1.10.19</mockito .all.version>
56
- <api .java.client.core.version>1.0.7 </api .java.client.core.version>
56
+ <api .java.client.core.version>1.0.8 </api .java.client.core.version>
57
57
</properties >
58
58
59
59
<dependencies >
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ public static class BackstageBuilder {
185
185
private static final String DEFAULT_BACKSTAGE_HOST = "https://backstage.taboola.com/backstage/" ;
186
186
private static final String DEFAULT_AUTH_BACKSTAGE_HOST = "https://authentication.taboola.com/authentication/" ;
187
187
private static final String DEFAULT_USER_AGENT = "Taboola Java Client" ;
188
- private static final String VERSION = "1.1.11 " ;
188
+ private static final String VERSION = "1.1.12 " ;
189
189
private static final SerializationConfig DEFAULT_SERIALIZATION_CONFIG = new SerializationConfig ();
190
190
private static final CommunicationInterceptor DEFAULT_COMMUNICATION_INTERCEPTOR = new NoOpCommunicationInterceptor ();
191
191
private String baseUrl ;
You can’t perform that action at this time.
0 commit comments