Skip to content

Commit

Permalink
New clientlib ver
Browse files Browse the repository at this point in the history
  • Loading branch information
KalturaCommunity committed Aug 22, 2022
1 parent df45a50 commit e2a1ceb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.9.0</version>
<version>2.9.1</version>
</dependency>


Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/kaltura/client/Client.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class Client extends ClientBase {
public Client(ConnectionConfiguration config) {
super(config);

this.setClientTag("java:22-08-21");
this.setClientTag("java:22-08-22");
this.setApiVersion("18.12.0");
this.clientConfiguration.put("format", 1); // JSON
}
Expand Down

0 comments on commit e2a1ceb

Please sign in to comment.