Skip to content

Commit 4f6c783

Browse files
Merge upstream and update generated code for v2103 and
2 parents 523b7f2 + 0ee2d5e commit 4f6c783

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

API_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d6534f3d076849c4f6df1414d4c477334e431ffd
1+
5a9ac40aabbc00a67ae2a186633fc8dd64b25c56

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ tasks.withType(JavaCompile) {
2929
}
3030

3131
options.fork = true
32-
options.forkOptions.jvmArgs += ['-Xms512M', '-Xmx1g']
32+
options.forkOptions.jvmArgs += ['-Xms512M', '-Xmx4g']
3333

3434
options.release = project.targetCompatibility.majorVersion as Integer
3535

src/main/java/com/stripe/param/WebhookEndpointCreateParams.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -633,10 +633,7 @@ public enum ApiVersion implements ApiRequestParams.EnumParam {
633633
VERSION_2025_09_30_CLOVER("2025-09-30.clover"),
634634

635635
@SerializedName("2025-10-29.clover")
636-
VERSION_2025_10_29_CLOVER("2025-10-29.clover"),
637-
638-
@SerializedName("2025-11-17.clover")
639-
VERSION_2025_11_17_CLOVER("2025-11-17.clover");
636+
VERSION_2025_10_29_CLOVER("2025-10-29.clover");
640637

641638
@Getter(onMethod_ = {@Override})
642639
private final String value;

0 commit comments

Comments
 (0)