File tree Expand file tree Collapse file tree 5 files changed +13
-5
lines changed
src/main/java/io/github/openapi_sdks/javaclientsdk Expand file tree Collapse file tree 5 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 - .
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ generation:
77 telemetryEnabled : true
88 sdkClassName : SDK
99java :
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/
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments