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.13 '
9+ implementation 'io.github.openapi_sdks.javaclientsdk:speakeasy-client-sdk-java:1.4.14 '
1010```
1111<!-- End SDK Installation -->
1212
Original file line number Diff line number Diff line change @@ -144,4 +144,12 @@ Based on:
144144- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
145145- Speakeasy CLI 1.4.8 https://github.com/speakeasy-api/speakeasy
146146### Releases
147- - [ Maven Central v1.4.13] https://central.sonatype.com/artifact/io.github.openapi-sdks/javaclientsdk/1.4.13 - .
147+ - [ Maven Central v1.4.13] https://central.sonatype.com/artifact/io.github.openapi-sdks/javaclientsdk/1.4.13 - .
148+
149+ ## Version 1.4.14
150+ ### Changes
151+ Based on:
152+ - OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
153+ - Speakeasy CLI 1.4.8 https://github.com/speakeasy-api/speakeasy
154+ ### Releases
155+ - [ Maven Central v1.4.14] https://central.sonatype.com/artifact/io.github.openapi-sdks/javaclientsdk/1.4.14 - .
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.13
10+ version : 1.4.14
1111 artifactID : javaclientsdk
1212 groupID : io.github.openapi-sdks
1313 ossrhURL : https://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.13 '
38+ version = ' 1.4.14 '
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.13 " ;
40+ private String _sdkVersion = "1.4.14 " ;
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