Skip to content

Commit

Permalink
horizon java updates for v2.0.589
Browse files Browse the repository at this point in the history
Signed-off-by: Concourse <[email protected]>
  • Loading branch information
Concourse committed Dec 16, 2024
1 parent 858552d commit f47a9d7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ This code is automatically generated by the [OpenAPI Generator](https://openapi-

## Versions

- API version: 0.1.1304
- SDK version: 2.0.588
- API version: 0.1.1305
- SDK version: 2.0.589

## Requirements

Expand All @@ -47,7 +47,7 @@ Add this dependency to your pom.xml
<dependency>
<groupId>com.finbourne</groupId>
<artifactId>horizon-sdk</artifactId>
<version>2.0.588</version>
<version>2.0.589</version>
</dependency>
```

Expand All @@ -61,7 +61,7 @@ Add this dependency to your build.gradle
}
dependencies {
implementation "com.finbourne:horizon-sdk:2.0.588"
implementation "com.finbourne:horizon-sdk:2.0.589"
}
```

Expand Down
2 changes: 1 addition & 1 deletion sdk/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ info:
url: https://www.finbourne.com
termsOfService: https://www.finbourne.com/legal/terms-conditions
title: FINBOURNE Horizon API
version: 0.1.1304
version: 0.1.1305
x-logo:
url: https://www.lusid.com/app/assets/logo_white.png
backgroundColor: '#415464'
Expand Down
2 changes: 1 addition & 1 deletion sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>horizon-sdk</artifactId>
<packaging>jar</packaging>
<name>horizon-sdk</name>
<version>2.0.588</version>
<version>2.0.589</version>
<url>https://github.com/finbourne/horizon-sdk-java</url>
<description>horizon</description>
<scm>
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/main/java/com/finbourne/horizon/ApiClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ private void init() {
json = new JSON();

// Set default User-Agent.
setUserAgent("OpenAPI-Generator/2.0.588/java");
setUserAgent("OpenAPI-Generator/2.0.589/java");

authentications = new HashMap<String, Authentication>();
}
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/main/java/com/finbourne/horizon/Configuration.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
public class Configuration {
public static final String VERSION = "2.0.588";
public static final String VERSION = "2.0.589";

private static ApiClient defaultApiClient = new ApiClient();

Expand Down

0 comments on commit f47a9d7

Please sign in to comment.