Skip to content

Commit a1bf6ac

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.477.0
1 parent 2eb3ea3 commit a1bf6ac

File tree

7 files changed

+27
-17
lines changed

7 files changed

+27
-17
lines changed

.speakeasy/gen.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ id: 66f99777-b2f2-4e45-9581-501d199e5c0c
33
management:
44
docChecksum: af467caf61bea274c32dd872e84f602e
55
docVersion: 0.4.0
6-
speakeasyVersion: 1.476.2
7-
generationVersion: 2.495.1
8-
releaseVersion: 7.24.0
9-
configChecksum: 3a4b2e02ff100b9f19fa3db8c8c92db8
6+
speakeasyVersion: 1.477.0
7+
generationVersion: 2.497.0
8+
releaseVersion: 7.24.1
9+
configChecksum: a96c0cf93743d20965c64083bb99f07e
1010
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-java.git
1111
repoSubDirectory: .
1212
published: true

.speakeasy/workflow.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
speakeasyVersion: 1.476.2
1+
speakeasyVersion: 1.477.0
22
sources:
33
first-source: {}
44
my-source:
55
sourceNamespace: my-source-new
6-
sourceRevisionDigest: sha256:8b5878585b648da25d2a67bda4f46bbde0044bbc0f8a2cfa9aa92b54163913a2
6+
sourceRevisionDigest: sha256:a5d41191536d900d3b43bbc446e9548186e359397d85e306ef198ff4a0bd558a
77
sourceBlobDigest: sha256:c06cc83921f8f24dfc098c977539857c3b7ff65302887ea14acb0fe3d5b17c62
88
tags:
99
- latest
10-
- speakeasy-sdk-regen-1738022565
10+
- speakeasy-sdk-regen-1738095674
1111
- 0.4.0
1212
targets:
1313
java-target:
1414
source: my-source
1515
sourceNamespace: my-source-new
16-
sourceRevisionDigest: sha256:8b5878585b648da25d2a67bda4f46bbde0044bbc0f8a2cfa9aa92b54163913a2
16+
sourceRevisionDigest: sha256:a5d41191536d900d3b43bbc446e9548186e359397d85e306ef198ff4a0bd558a
1717
sourceBlobDigest: sha256:c06cc83921f8f24dfc098c977539857c3b7ff65302887ea14acb0fe3d5b17c62
1818
codeSamplesNamespace: my-source-java-code-samples
19-
codeSamplesRevisionDigest: sha256:2f1542e777f1f668eb711101995762cc2b58b32397dff5b10175ee05656bd3e3
19+
codeSamplesRevisionDigest: sha256:c92b38b635d3abbece02f5529d5b65a651fdb7f0ea863d689a40767cce1bccbb
2020
py:
2121
source: first-source
2222
ts:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ The samples below show how a published SDK artifact is used:
3434

3535
Gradle:
3636
```groovy
37-
implementation 'dev.speakeasyapi:javaclientsdk:7.24.0'
37+
implementation 'dev.speakeasyapi:javaclientsdk:7.24.1'
3838
```
3939

4040
Maven:
4141
```xml
4242
<dependency>
4343
<groupId>dev.speakeasyapi</groupId>
4444
<artifactId>javaclientsdk</artifactId>
45-
<version>7.24.0</version>
45+
<version>7.24.1</version>
4646
</dependency>
4747
```
4848

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2106,4 +2106,14 @@ Based on:
21062106
### Generated
21072107
- [java v7.24.0] .
21082108
### Releases
2109-
- [Maven Central v7.24.0] https://central.sonatype.com/artifact/dev.speakeasyapi/javaclientsdk/7.24.0 - .
2109+
- [Maven Central v7.24.0] https://central.sonatype.com/artifact/dev.speakeasyapi/javaclientsdk/7.24.0 - .
2110+
2111+
## 2025-01-28 20:20:57
2112+
### Changes
2113+
Based on:
2114+
- OpenAPI Doc
2115+
- Speakeasy CLI 1.477.0 (2.497.0) https://github.com/speakeasy-api/speakeasy
2116+
### Generated
2117+
- [java v7.24.1] .
2118+
### Releases
2119+
- [Maven Central v7.24.1] https://central.sonatype.com/artifact/dev.speakeasyapi/javaclientsdk/7.24.1 - .

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ tasks.withType(Javadoc) {
6161
}
6262

6363
group = "dev.speakeasyapi"
64-
version = "7.24.0"
64+
version = "7.24.1"
6565

6666
sourcesJar {
6767
archiveBaseName = "javaclientsdk"
@@ -88,7 +88,7 @@ publishing {
8888
maven(MavenPublication) {
8989
groupId = 'dev.speakeasyapi'
9090
artifactId = 'javaclientsdk'
91-
version = '7.24.0'
91+
version = '7.24.1'
9292

9393
from components.java
9494

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ generation:
1111
oAuth2ClientCredentialsEnabled: false
1212
oAuth2PasswordEnabled: false
1313
java:
14-
version: 7.24.0
14+
version: 7.24.1
1515
additionalDependencies: []
1616
additionalPlugins: []
1717
artifactID: javaclientsdk

src/main/java/dev/speakeasyapi/javaclientsdk/SDKConfiguration.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ public String resolvedServerUrl() {
3131
public String server;
3232
private static final String LANGUAGE = "java";
3333
public static final String OPENAPI_DOC_VERSION = "0.4.0";
34-
public static final String SDK_VERSION = "7.24.0";
35-
public static final String GEN_VERSION = "2.495.1";
34+
public static final String SDK_VERSION = "7.24.1";
35+
public static final String GEN_VERSION = "2.497.0";
3636
private static final String BASE_PACKAGE = "dev.speakeasyapi.javaclientsdk";
3737
public static final String USER_AGENT =
3838
String.format("speakeasy-sdk/%s %s %s %s %s",

0 commit comments

Comments
 (0)