File tree 7 files changed +24
-14
lines changed
src/main/java/com/airbyte/api
7 files changed +24
-14
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ management:
5
5
docVersion: 1.0.0
6
6
speakeasyVersion: 1.337.1
7
7
generationVersion: 2.373.2
8
- releaseVersion: 1.5.5
9
- configChecksum: 162f4e503795363f7d847c552d83fae5
8
+ releaseVersion: 1.5.6
9
+ configChecksum: 78f04711a7ee3d2616ef89625c4ba8fc
10
10
repoURL: https://github.com/airbytehq/airbyte-api-java-sdk.git
11
11
repoSubDirectory: .
12
12
published: true
Original file line number Diff line number Diff line change 9
9
- main
10
10
sample-source:
11
11
sourceNamespace: my-source
12
- sourceRevisionDigest: sha256:52214cad5906e3076bfa027f4d254e8b2a4912a23f07b96c0ebfbf63732af8ad
13
- sourceBlobDigest: sha256:8a75ab4bf20d7f6b033afca375f5bf2369783a9ab3bf7a9d760437ae57511ef0
12
+ sourceRevisionDigest: sha256:ae1458922028c585899e924550deb102771e785502796350b07e0318e63dc3c5
13
+ sourceBlobDigest: sha256:f8ca9ad89a0c2b7c34a61f37b54738b3145684d626855b551abe57898a3837be
14
14
tags:
15
15
- latest
16
16
- main
@@ -24,8 +24,8 @@ targets:
24
24
testing:
25
25
source: sample-source
26
26
sourceNamespace: my-source
27
- sourceRevisionDigest: sha256:52214cad5906e3076bfa027f4d254e8b2a4912a23f07b96c0ebfbf63732af8ad
28
- sourceBlobDigest: sha256:8a75ab4bf20d7f6b033afca375f5bf2369783a9ab3bf7a9d760437ae57511ef0
27
+ sourceRevisionDigest: sha256:ae1458922028c585899e924550deb102771e785502796350b07e0318e63dc3c5
28
+ sourceBlobDigest: sha256:f8ca9ad89a0c2b7c34a61f37b54738b3145684d626855b551abe57898a3837be
29
29
outLocation: /github/workspace/repo
30
30
workflow:
31
31
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:
26
26
27
27
Gradle:
28
28
``` groovy
29
- implementation 'com.airbyte:api:1.5.5 '
29
+ implementation 'com.airbyte:api:1.5.6 '
30
30
```
31
31
32
32
Maven:
33
33
``` xml
34
34
<dependency >
35
35
<groupId >com.airbyte</groupId >
36
36
<artifactId >api</artifactId >
37
- <version >1.5.5 </version >
37
+ <version >1.5.6 </version >
38
38
</dependency >
39
39
```
40
40
Original file line number Diff line number Diff line change @@ -1131,4 +1131,14 @@ Based on:
1131
1131
### Generated
1132
1132
- [ java v1.5.5] .
1133
1133
### 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) {
61
61
options. addStringOption(' Xdoclint:none' , ' -quiet' )
62
62
}
63
63
group = " com.airbyte"
64
- version = " 1.5.5 "
64
+ version = " 1.5.6 "
65
65
66
66
sourcesJar {
67
67
archiveBaseName = " api"
@@ -98,7 +98,7 @@ publishing {
98
98
maven(MavenPublication ) {
99
99
groupId = ' com.airbyte'
100
100
artifactId = ' api'
101
- version = ' 1.5.5 '
101
+ version = ' 1.5.6 '
102
102
103
103
from components. java
104
104
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ generation:
11
11
auth :
12
12
oAuth2ClientCredentialsEnabled : true
13
13
java :
14
- version : 1.5.5
14
+ version : 1.5.6
15
15
additionalDependencies : []
16
16
additionalPlugins : []
17
17
artifactID : api
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ public Optional<SecuritySource> securitySource() {
22
22
public int serverIdx = 0 ;
23
23
public String language = "java" ;
24
24
public String openapiDocVersion = "1.0.0" ;
25
- public String sdkVersion = "1.5.5 " ;
25
+ public String sdkVersion = "1.5.6 " ;
26
26
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" ;
28
28
29
29
private com .airbyte .api .utils .Hooks _hooks = createHooks ();
30
30
You can’t perform that action at this time.
0 commit comments