File tree Expand file tree Collapse file tree
src/main/java/com/formance/formance_sdk Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ management:
55 docVersion: v3.0.5
66 speakeasyVersion: 1.606.0
77 generationVersion: 2.686.7
8- releaseVersion: 7.2.2
9- configChecksum: b44b72119f5e512287e6ab93e03c7dd6
8+ releaseVersion: 7.2.3
9+ configChecksum: 8a89c652e9b88a8db11d1ca85a49337c
1010 repoURL: https://github.com/formancehq/formance-sdk-java.git
1111 repoSubDirectory: .
1212 published: true
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ sources:
1313 sourceBlobDigest: sha256:b4f71aed3da317fc4aeaa3a423976f893198810336c71f2ffef1d630f1a925d4
1414 tags:
1515 - latest
16- - speakeasy-sdk-regen-1755776021
16+ - speakeasy-sdk-regen-1755777865
1717 - v3.0.5
1818targets:
1919 Java:
@@ -22,7 +22,7 @@ targets:
2222 sourceRevisionDigest: sha256:fdd647ec761a320ea71c8b1d466fb5e760cf7f2b1296d3522d9d1706afb0e4c3
2323 sourceBlobDigest: sha256:b4f71aed3da317fc4aeaa3a423976f893198810336c71f2ffef1d630f1a925d4
2424 codeSamplesNamespace: stacks-source-java-code-samples
25- codeSamplesRevisionDigest: sha256:9eca5a0de33e36ad1cbc3620dec4768b75b1ce33bf5268e3d9e34c52554e8d1e
25+ codeSamplesRevisionDigest: sha256:ce97eac0e93fb9333d5518e3316cee69bf3bfe5f29e884a6a6cb2956e8f46e1a
2626workflow:
2727 workflowVersion: 1.0.0
2828 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -63,15 +63,15 @@ The samples below show how a published SDK artifact is used:
6363
6464Gradle:
6565``` groovy
66- implementation 'com.formance:formance-sdk:7.2.2 '
66+ implementation 'com.formance:formance-sdk:7.2.3 '
6767```
6868
6969Maven:
7070``` xml
7171<dependency >
7272 <groupId >com.formance</groupId >
7373 <artifactId >formance-sdk</artifactId >
74- <version >7.2.2 </version >
74+ <version >7.2.3 </version >
7575</dependency >
7676```
7777
Original file line number Diff line number Diff line change @@ -299,4 +299,14 @@ Based on:
299299### Generated
300300- [ java v7.2.2] .
301301### Releases
302- - [ Maven Central v7.2.2] https://central.sonatype.com/artifact/com.formance/formance-sdk/7.2.2 - .
302+ - [ Maven Central v7.2.2] https://central.sonatype.com/artifact/com.formance/formance-sdk/7.2.2 - .
303+
304+ ## 2025-08-21 12:04:05
305+ ### Changes
306+ Based on:
307+ - OpenAPI Doc
308+ - Speakeasy CLI 1.606.0 (2.686.7) https://github.com/speakeasy-api/speakeasy
309+ ### Generated
310+ - [ java v7.2.3] .
311+ ### Releases
312+ - [ Maven Central v7.2.3] https://central.sonatype.com/artifact/com.formance/formance-sdk/7.2.3 - .
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ publishing {
105105 // https://github.com/gradle/gradle/issues/18619
106106 groupId = " com.formance"
107107 artifactId = " formance-sdk"
108- version = " 7.2.2 "
108+ version = " 7.2.3 "
109109
110110 from components. java
111111
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ generation:
2121 comments : {}
2222 telemetryEnabled : false
2323java :
24- version : 7.2.2
24+ version : 7.2.3
2525 additionalDependencies :
2626 - implementation:org.apache.httpcomponents.client5:httpclient5:5.4.2
2727 additionalPlugins : []
Original file line number Diff line number Diff line change 11groupId =com.formance
22artifactId =formance-sdk
3- version =7.2.2
3+ version =7.2.3
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ public class SDKConfiguration {
2222
2323 private static final String LANGUAGE = "java" ;
2424 public static final String OPENAPI_DOC_VERSION = "v3.0.5" ;
25- public static final String SDK_VERSION = "7.2.2 " ;
25+ public static final String SDK_VERSION = "7.2.3 " ;
2626 public static final String GEN_VERSION = "2.686.7" ;
2727 private static final String BASE_PACKAGE = "com.formance.formance_sdk" ;
2828 public static final String USER_AGENT =
You can’t perform that action at this time.
0 commit comments