File tree Expand file tree Collapse file tree 7 files changed +24
-14
lines changed
src/main/java/com/airbyte/api Expand file tree Collapse file tree 7 files changed +24
-14
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ management:
55 docVersion: 1.0.0
66 speakeasyVersion: 1.337.1
77 generationVersion: 2.373.2
8- releaseVersion: 1.5.5
9- configChecksum: 162f4e503795363f7d847c552d83fae5
8+ releaseVersion: 1.5.6
9+ configChecksum: 78f04711a7ee3d2616ef89625c4ba8fc
1010 repoURL: https://github.com/airbytehq/airbyte-api-java-sdk.git
1111 repoSubDirectory: .
1212 published: true
Original file line number Diff line number Diff line change 99 - main
1010 sample-source:
1111 sourceNamespace: my-source
12- sourceRevisionDigest: sha256:52214cad5906e3076bfa027f4d254e8b2a4912a23f07b96c0ebfbf63732af8ad
13- sourceBlobDigest: sha256:8a75ab4bf20d7f6b033afca375f5bf2369783a9ab3bf7a9d760437ae57511ef0
12+ sourceRevisionDigest: sha256:ae1458922028c585899e924550deb102771e785502796350b07e0318e63dc3c5
13+ sourceBlobDigest: sha256:f8ca9ad89a0c2b7c34a61f37b54738b3145684d626855b551abe57898a3837be
1414 tags:
1515 - latest
1616 - main
@@ -24,8 +24,8 @@ targets:
2424 testing:
2525 source: sample-source
2626 sourceNamespace: my-source
27- sourceRevisionDigest: sha256:52214cad5906e3076bfa027f4d254e8b2a4912a23f07b96c0ebfbf63732af8ad
28- sourceBlobDigest: sha256:8a75ab4bf20d7f6b033afca375f5bf2369783a9ab3bf7a9d760437ae57511ef0
27+ sourceRevisionDigest: sha256:ae1458922028c585899e924550deb102771e785502796350b07e0318e63dc3c5
28+ sourceBlobDigest: sha256:f8ca9ad89a0c2b7c34a61f37b54738b3145684d626855b551abe57898a3837be
2929 outLocation: /github/workspace/repo
3030workflow:
3131 workflowVersion: 1.0.0
Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ The samples below show how a published SDK artifact is used:
2626
2727Gradle:
2828``` groovy
29- implementation 'com.airbyte:api:1.5.5 '
29+ implementation 'com.airbyte:api:1.5.6 '
3030```
3131
3232Maven:
3333``` xml
3434<dependency >
3535 <groupId >com.airbyte</groupId >
3636 <artifactId >api</artifactId >
37- <version >1.5.5 </version >
37+ <version >1.5.6 </version >
3838</dependency >
3939```
4040
Original file line number Diff line number Diff line change @@ -1131,4 +1131,14 @@ Based on:
11311131### Generated
11321132- [ java v1.5.5] .
11331133### Releases
1134- - [ Maven Central v1.5.5] https://central.sonatype.com/artifact/com.airbyte/api/1.5.5 - .
1134+ - [ Maven Central v1.5.5] https://central.sonatype.com/artifact/com.airbyte/api/1.5.5 - .
1135+
1136+ ## 2024-07-17 01:04:54
1137+ ### Changes
1138+ Based on:
1139+ - OpenAPI Doc
1140+ - Speakeasy CLI 1.337.1 (2.373.2) https://github.com/speakeasy-api/speakeasy
1141+ ### Generated
1142+ - [ java v1.5.6] .
1143+ ### Releases
1144+ - [ Maven Central v1.5.6] https://central.sonatype.com/artifact/com.airbyte/api/1.5.6 - .
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ tasks.withType(Javadoc) {
6161 options. addStringOption(' Xdoclint:none' , ' -quiet' )
6262}
6363group = " com.airbyte"
64- version = " 1.5.5 "
64+ version = " 1.5.6 "
6565
6666sourcesJar {
6767 archiveBaseName = " api"
@@ -98,7 +98,7 @@ publishing {
9898 maven(MavenPublication ) {
9999 groupId = ' com.airbyte'
100100 artifactId = ' api'
101- version = ' 1.5.5 '
101+ version = ' 1.5.6 '
102102
103103 from components. java
104104
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ generation:
1111 auth :
1212 oAuth2ClientCredentialsEnabled : true
1313java :
14- version : 1.5.5
14+ version : 1.5.6
1515 additionalDependencies : []
1616 additionalPlugins : []
1717 artifactID : api
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ public Optional<SecuritySource> securitySource() {
2222 public int serverIdx = 0 ;
2323 public String language = "java" ;
2424 public String openapiDocVersion = "1.0.0" ;
25- public String sdkVersion = "1.5.5 " ;
25+ public String sdkVersion = "1.5.6 " ;
2626 public String genVersion = "2.373.2" ;
27- public String userAgent = "speakeasy-sdk/java 1.5.5 2.373.2 1.0.0 com.airbyte.api" ;
27+ public String userAgent = "speakeasy-sdk/java 1.5.6 2.373.2 1.0.0 com.airbyte.api" ;
2828
2929 private com .airbyte .api .utils .Hooks _hooks = createHooks ();
3030
You canβt perform that action at this time.
0 commit comments