diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock
index f4ae2e81..0a0a8e49 100755
--- a/.speakeasy/gen.lock
+++ b/.speakeasy/gen.lock
@@ -5,8 +5,8 @@ management:
docVersion: 1.0.0
speakeasyVersion: 1.337.1
generationVersion: 2.373.2
- releaseVersion: 1.5.2
- configChecksum: 80e54e63a5df79c50e37d9e7cc24c834
+ releaseVersion: 1.5.3
+ configChecksum: a03f7e6996ca018b519cca464277b149
repoURL: https://github.com/airbytehq/airbyte-api-java-sdk.git
repoSubDirectory: .
published: true
diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock
index 6c1279d3..a157afc0 100644
--- a/.speakeasy/workflow.lock
+++ b/.speakeasy/workflow.lock
@@ -2,8 +2,8 @@ speakeasyVersion: 1.337.1
sources:
my-source:
sourceNamespace: my-source
- sourceRevisionDigest: sha256:04cae28eb1209c98f831cad96cff132439135cddecb8a3797ae866882cddefb4
- sourceBlobDigest: sha256:80381af963f92900df03c3316afd54560bc91b376efeef8343edebe275fda7cf
+ sourceRevisionDigest: sha256:0fa31a8a66fe4f947df5a48c7c954318d653cbd0534d963e9712e95bbc3134c6
+ sourceBlobDigest: sha256:5fc074e403564d5db88e3ebbc67dbe758617593a7f0d10798854457b8369035d
tags:
- latest
- main
@@ -11,8 +11,8 @@ targets:
airbyte-api:
source: my-source
sourceNamespace: my-source
- sourceRevisionDigest: sha256:04cae28eb1209c98f831cad96cff132439135cddecb8a3797ae866882cddefb4
- sourceBlobDigest: sha256:80381af963f92900df03c3316afd54560bc91b376efeef8343edebe275fda7cf
+ sourceRevisionDigest: sha256:0fa31a8a66fe4f947df5a48c7c954318d653cbd0534d963e9712e95bbc3134c6
+ sourceBlobDigest: sha256:5fc074e403564d5db88e3ebbc67dbe758617593a7f0d10798854457b8369035d
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
@@ -29,7 +29,7 @@ workflow:
source: my-source
publish:
java:
- ossrhUsername: $OSSRH_USERNAME
- ossrhPassword: $OSSRH_PASSWORD
- gpgSecretKey: $JAVA_GPG_SECRET_KEY
- gpgPassPhrase: $JAVA_GPG_PASSPHRASE
+ ossrhUsername: ${{ secrets.OSSRH_USERNAME }}
+ ossrhPassword: ${{ secrets.OSSRH_PASSWORD }}
+ gpgSecretKey: ${{ secrets.GPG_SECRET_KEY }}
+ gpgPassPhrase: ${{ secrets.GPG_PASSPHRASE }}
diff --git a/README.md b/README.md
index deeaaa6e..f807becb 100755
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ The samples below show how a published SDK artifact is used:
Gradle:
```groovy
-implementation 'com.airbyte:api:1.5.2'
+implementation 'com.airbyte:api:1.5.3'
```
Maven:
@@ -34,7 +34,7 @@ Maven:
com.airbyte
api
- 1.5.2
+ 1.5.3
```
diff --git a/RELEASES.md b/RELEASES.md
index ebb4ff21..803ea347 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -1101,4 +1101,14 @@ Based on:
### Generated
- [java v1.5.2] .
### Releases
-- [Maven Central v1.5.2] https://central.sonatype.com/artifact/com.airbyte/api/1.5.2 - .
\ No newline at end of file
+- [Maven Central v1.5.2] https://central.sonatype.com/artifact/com.airbyte/api/1.5.2 - .
+
+## 2024-07-16 20:44:07
+### Changes
+Based on:
+- OpenAPI Doc
+- Speakeasy CLI 1.337.1 (2.373.2) https://github.com/speakeasy-api/speakeasy
+### Generated
+- [java v1.5.3] .
+### Releases
+- [Maven Central v1.5.3] https://central.sonatype.com/artifact/com.airbyte/api/1.5.3 - .
\ No newline at end of file
diff --git a/build.gradle b/build.gradle
index 0a15215d..020b0dd7 100644
--- a/build.gradle
+++ b/build.gradle
@@ -61,7 +61,7 @@ tasks.withType(Javadoc) {
options.addStringOption('Xdoclint:none', '-quiet')
}
group = "com.airbyte"
-version = "1.5.2"
+version = "1.5.3"
sourcesJar {
archiveBaseName = "api"
@@ -98,7 +98,7 @@ publishing {
maven(MavenPublication) {
groupId = 'com.airbyte'
artifactId = 'api'
- version = '1.5.2'
+ version = '1.5.3'
from components.java
diff --git a/gen.yaml b/gen.yaml
index 16d7c0b4..e7fff417 100644
--- a/gen.yaml
+++ b/gen.yaml
@@ -11,7 +11,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: true
java:
- version: 1.5.2
+ version: 1.5.3
additionalDependencies: []
additionalPlugins: []
artifactID: api
diff --git a/src/main/java/com/airbyte/api/SDKConfiguration.java b/src/main/java/com/airbyte/api/SDKConfiguration.java
index d7be6ac0..5e65092d 100644
--- a/src/main/java/com/airbyte/api/SDKConfiguration.java
+++ b/src/main/java/com/airbyte/api/SDKConfiguration.java
@@ -22,9 +22,9 @@ public Optional securitySource() {
public int serverIdx = 0;
public String language = "java";
public String openapiDocVersion = "1.0.0";
- public String sdkVersion = "1.5.2";
+ public String sdkVersion = "1.5.3";
public String genVersion = "2.373.2";
- public String userAgent = "speakeasy-sdk/java 1.5.2 2.373.2 1.0.0 com.airbyte.api";
+ public String userAgent = "speakeasy-sdk/java 1.5.3 2.373.2 1.0.0 com.airbyte.api";
private com.airbyte.api.utils.Hooks _hooks = createHooks();