Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
lockVersion: 2.0.0
id: 5bbaa3a9-baa0-471b-ba6a-13fd88e8c119
management:
docChecksum: 51b03d3086f63341c3159b74c09622a6
docChecksum: 95d8f2f4569aab97b2c89106f9fa62b9
docVersion: 1.0.0
speakeasyVersion: 1.760.0
generationVersion: 2.873.1
releaseVersion: 2.16.51
configChecksum: 72edbb0684c2b566c7f1bb663e036a62
releaseVersion: 2.16.52
configChecksum: 6b63ef6a19b04d1195cd88dc1cf85211
repoURL: https://github.com/gr4vy/gr4vy-java.git
installationURL: https://github.com/gr4vy/gr4vy-java
published: true
persistentEdits:
generation_id: 42781d40-e432-4fdd-87aa-ae0016178f9c
pristine_commit_hash: 9b295150ca6f5a912c049a69d4abce66a2542227
pristine_tree_hash: 71f373df5e4be51d47bc0704a14023d7870970a9
generation_id: 72521493-7bca-4a26-9cd3-cebf0f66a592
pristine_commit_hash: defe4ff95d8783917600f68fdcfc370b251ae0ac
pristine_tree_hash: 5d01385a08bccea0f5beddb978708ebc04b4811a
features:
java:
additionalDependencies: 0.1.0
Expand Down Expand Up @@ -2382,8 +2382,8 @@ trackedFiles:
pristine_git_object: 15c4e4642f204ccb312d8814155b69e153b4e19b
gradle.properties:
id: 2afbb999f001
last_write_checksum: sha1:d3a5dd308aeb3f4ebd95ab464a01aa68970c62b4
pristine_git_object: ad977a4324cf23529851cfbdbd4b97f6d37c57e2
last_write_checksum: sha1:2abfc23c14a247de0884c591950d5d58553985a6
pristine_git_object: 9d426f78ea1e5448c96006d28e4387ee03f9df66
gradle/wrapper/gradle-wrapper.jar:
id: ec27dae6e852
last_write_checksum: sha1:f725fb1467084142d74fd7cd8eab691ab3442611
Expand Down Expand Up @@ -2706,8 +2706,8 @@ trackedFiles:
pristine_git_object: 502a7312d3dc82c102dbaf7ed5e952d0c793e26f
src/main/java/com/gr4vy/sdk/SDKConfiguration.java:
id: 73a7edeaca45
last_write_checksum: sha1:a8a995a72d6a44785a1d2b336798c17f5bc70d4f
pristine_git_object: fbd34cb3cb4dbc5f6e967cd5acb1ee59a844aa4b
last_write_checksum: sha1:c29684d69fb26065d327d620a6badd2634b7148d
pristine_git_object: e2e6d732b770df88fce42b446f6e5c41d1f00a23
src/main/java/com/gr4vy/sdk/SecuritySource.java:
id: 1b6add6b9b50
last_write_checksum: sha1:2f365cc823c6243188e83f4df618c9737fcee8bd
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
java:
version: 2.16.51
version: 2.16.52
additionalDependencies:
- testImplementation:org.junit.jupiter:junit-jupiter:5.10.0
- implementation:com.auth0:java-jwt:4.5.0
Expand Down
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ sources:
- 1.0.0
openapi:
sourceNamespace: openapi
sourceRevisionDigest: sha256:81fa0b747f004b99bf676fd74b51f6779dc8ebf808f6b19558bc751240943068
sourceBlobDigest: sha256:04eaddea66ea47506ae3930f7c6650661cfda125f1ed9b85c52a621f82a22c8c
sourceRevisionDigest: sha256:bba241586320e7fb1dc86371949f7776f34367843939c0c7e29d5b2fdaec350c
sourceBlobDigest: sha256:f26a120860b0723b0d86d6a042ca50b8d90f24cf4a60c247c9c7523d813801f6
tags:
- latest
- 1.0.0
Expand All @@ -25,10 +25,10 @@ targets:
java:
source: openapi
sourceNamespace: openapi
sourceRevisionDigest: sha256:81fa0b747f004b99bf676fd74b51f6779dc8ebf808f6b19558bc751240943068
sourceBlobDigest: sha256:04eaddea66ea47506ae3930f7c6650661cfda125f1ed9b85c52a621f82a22c8c
sourceRevisionDigest: sha256:bba241586320e7fb1dc86371949f7776f34367843939c0c7e29d5b2fdaec350c
sourceBlobDigest: sha256:f26a120860b0723b0d86d6a042ca50b8d90f24cf4a60c247c9c7523d813801f6
codeSamplesNamespace: openapi-java-code-samples
codeSamplesRevisionDigest: sha256:053800d6917b17df26cb149dc3ab06fa81760dfd7574c8e7a9b40834bbdab224
codeSamplesRevisionDigest: sha256:036b1561ee6d565b79fef188678acb3349cb8b940b21c2e32cae678807012a6d
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ The samples below show how a published SDK artifact is used:

Gradle:
```groovy
implementation 'com.gr4vy:sdk:2.16.51'
implementation 'com.gr4vy:sdk:2.16.52'
```

Maven:
```xml
<dependency>
<groupId>com.gr4vy</groupId>
<artifactId>sdk</artifactId>
<version>2.16.51</version>
<version>2.16.52</version>
</dependency>
```

Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1348,4 +1348,14 @@ Based on:
### Generated
- [java v2.16.51] .
### Releases
- [Maven Central v2.16.51] https://central.sonatype.com/artifact/com.gr4vy/sdk/2.16.51 - .
- [Maven Central v2.16.51] https://central.sonatype.com/artifact/com.gr4vy/sdk/2.16.51 - .

## 2026-03-30 16:24:14
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.760.0 (2.873.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v2.16.52] .
### Releases
- [Maven Central v2.16.52] https://central.sonatype.com/artifact/com.gr4vy/sdk/2.16.52 - .
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
groupId=com.gr4vy
artifactId=sdk
version=2.16.51
version=2.16.52
org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=1g
2 changes: 1 addition & 1 deletion src/main/java/com/gr4vy/sdk/SDKConfiguration.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class SDKConfiguration {

private static final String LANGUAGE = "java";
public static final String OPENAPI_DOC_VERSION = "1.0.0";
public static final String SDK_VERSION = "2.16.51";
public static final String SDK_VERSION = "2.16.52";
public static final String GEN_VERSION = "2.873.1";
private static final String BASE_PACKAGE = "com.gr4vy.sdk";
public static final String USER_AGENT =
Expand Down
Loading