Skip to content

Commit 344de76

Browse files
committed
ci: regenerated with OpenAPI Doc 0.3.0, Speakeay CLI 1.4.8
1 parent ffbdea9 commit 344de76

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
### Gradle
77

88
```groovy
9-
implementation 'io.github.openapi_sdks.javaclientsdk:speakeasy-client-sdk-java:1.4.15'
9+
implementation 'io.github.openapi_sdks.javaclientsdk:speakeasy-client-sdk-java:1.4.16'
1010
```
1111
<!-- End SDK Installation -->
1212

RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,4 +160,12 @@ Based on:
160160
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
161161
- Speakeasy CLI 1.4.8 https://github.com/speakeasy-api/speakeasy
162162
### Releases
163-
- [Maven Central v1.4.15] https://central.sonatype.com/artifact/io.github.openapi-sdks/javaclientsdk/1.4.15 - .
163+
- [Maven Central v1.4.15] https://central.sonatype.com/artifact/io.github.openapi-sdks/javaclientsdk/1.4.15 - .
164+
165+
## Version 1.4.16
166+
### Changes
167+
Based on:
168+
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
169+
- Speakeasy CLI 1.4.8 https://github.com/speakeasy-api/speakeasy
170+
### Releases
171+
- [Maven Central v1.4.16] https://central.sonatype.com/artifact/io.github.openapi-sdks/javaclientsdk/1.4.16 - .

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ generation:
77
telemetryEnabled: true
88
sdkClassName: SDK
99
java:
10-
version: 1.4.15
10+
version: 1.4.16
1111
artifactID: javaclientsdk
1212
groupID: io.github.openapi-sdks
1313
ossrhURL: https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ publishing {
3535
maven(MavenPublication) {
3636
groupId = 'io.github.openapi-sdks'
3737
artifactId = 'javaclientsdk'
38-
version = '1.4.15'
38+
version = '1.4.16'
3939

4040
from components.java
4141
}

lib/src/main/java/io/github/openapi_sdks/javaclientsdk/SDK.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ private Servers(String server) {
3737
private io.github.openapi_sdks.javaclientsdk.models.shared.Security _security;
3838
private String _serverUrl;
3939
private String _language = "java";
40-
private String _sdkVersion = "1.4.15";
40+
private String _sdkVersion = "1.4.16";
4141
private String _genVersion = "1.4.8";
4242

4343
public static class Builder {

0 commit comments

Comments
 (0)