File tree Expand file tree Collapse file tree 5 files changed +16
-6
lines changed
src/main/java/com/airbyte/api Expand file tree Collapse file tree 5 files changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ The Developer Portal UI can also be used to help build your integration by showi
2121### Gradle
2222
2323``` groovy
24- implementation 'com.airbyte.api:public-api:0.44.3 '
24+ implementation 'com.airbyte.api:public-api:0.45.0 '
2525```
2626<!-- End SDK Installation -->
2727
Original file line number Diff line number Diff line change @@ -851,4 +851,14 @@ Based on:
851851### Generated
852852- [ java v0.44.3] .
853853### Releases
854- - [ Maven Central v0.44.3] https://central.sonatype.com/artifact/com.airbyte/api/0.44.3 - .
854+ - [ Maven Central v0.44.3] https://central.sonatype.com/artifact/com.airbyte/api/0.44.3 - .
855+
856+ ## 2023-11-14 23:59:35
857+ ### Changes
858+ Based on:
859+ - OpenAPI Doc 1.0.0
860+ - Speakeasy CLI 1.120.0 (2.188.3) https://github.com/speakeasy-api/speakeasy
861+ ### Generated
862+ - [ java v0.45.0] .
863+ ### Releases
864+ - [ Maven Central v0.45.0] https://central.sonatype.com/artifact/com.airbyte/api/0.45.0 - .
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ features:
1616 globalSecurity : 2.81.1
1717 globalServerURLs : 2.82.0
1818java :
19- version : 0.44.3
19+ version : 0.45.0
2020 artifactID : api
2121 companyEmail : info@airbyte.com
2222 companyName : Airbyte
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ publishing {
5656 maven(MavenPublication ) {
5757 groupId = ' com.airbyte'
5858 artifactId = ' api'
59- version = ' 0.44.3 '
59+ version = ' 0.45.0 '
6060
6161 from components. java
6262
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ class SDKConfiguration {
1515 public int serverIdx = 0 ;
1616 public String language = "java" ;
1717 public String openapiDocVersion = "1.0.0" ;
18- public String sdkVersion = "0.44.3 " ;
18+ public String sdkVersion = "0.45.0 " ;
1919 public String genVersion = "2.188.3" ;
20- public String userAgent = "speakeasy-sdk/java 0.44.3 2.188.3 1.0.0 <no value>" ;
20+ public String userAgent = "speakeasy-sdk/java 0.45.0 2.188.3 1.0.0 <no value>" ;
2121
2222
2323}
You can’t perform that action at this time.
0 commit comments