Skip to content

Commit 057a566

Browse files
SDK regeneration (#195)
Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com>
1 parent 3843bdc commit 057a566

1,598 files changed

Lines changed: 22734 additions & 2557 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.fern/metadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"cliVersion": "3.38.0",
2+
"cliVersion": "3.98.5",
33
"generatorName": "fernapi/fern-java-sdk",
4-
"generatorVersion": "3.27.6",
4+
"generatorVersion": "3.42.8",
55
"generatorConfig": {
66
"base-api-exception-class-name": "SquareApiException",
77
"base-exception-class-name": "SquareException",
@@ -13,5 +13,5 @@
1313
"enable-forward-compatible-enums": true,
1414
"publish-to": "central"
1515
},
16-
"sdkVersion": "46.0.0.20260122"
16+
"sdkVersion": "46.1.0.20260122"
1717
}

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Add the dependency in your `pom.xml` file:
5656
<dependency>
5757
<groupId>com.squareup</groupId>
5858
<artifactId>square</artifactId>
59-
<version>46.0.0.20260122</version>
59+
<version>46.1.0.20260122</version>
6060
</dependency>
6161
```
6262

@@ -361,8 +361,8 @@ Gradle:
361361

362362
```groovy
363363
dependencies {
364-
implementation 'com.squareup:square:46.0.0.20260122'
365-
implementation 'com.squareup:square-legacy:46.0.0.20260122'
364+
implementation 'com.squareup:square:46.1.0.20260122'
365+
implementation 'com.squareup:square-legacy:46.1.0.20260122'
366366
}
367367
```
368368

@@ -372,12 +372,12 @@ Maven:
372372
<dependency>
373373
<groupId>com.squareup</groupId>
374374
<artifactId>square</artifactId>
375-
<version>46.0.0.20260122</version>
375+
<version>46.1.0.20260122</version>
376376
</dependency>
377377
<dependency>
378378
<groupId>com.squareup</groupId>
379379
<artifactId>square-legacy</artifactId>
380-
<version>46.0.0.20260122</version>
380+
<version>46.1.0.20260122</version>
381381
</dependency>
382382
```
383383

@@ -499,4 +499,4 @@ otherwise they would be overwritten upon the next generated release. Feel free t
499499
a proof of concept, but know that we will not be able to merge it as-is. We suggest opening
500500
an issue first to discuss with us!
501501

502-
On the other hand, contributions to the README are always very welcome!
502+
On the other hand, contributions to the README are always very welcome!

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ repositories {
1515

1616
dependencies {
1717
api 'com.squareup.okhttp3:okhttp:5.2.1'
18-
api 'com.fasterxml.jackson.core:jackson-databind:2.18.2'
19-
api 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.18.2'
20-
api 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.2'
18+
api 'com.fasterxml.jackson.core:jackson-databind:2.18.6'
19+
api 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.18.6'
20+
api 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.6'
2121
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
2222
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
2323
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.8.2'
@@ -47,7 +47,7 @@ java {
4747

4848
group = 'com.squareup'
4949

50-
version = '46.0.0.20260122'
50+
version = '46.1.0.20260122'
5151

5252
jar {
5353
dependsOn(":generatePomFileForMavenPublication")
@@ -78,7 +78,7 @@ publishing {
7878
maven(MavenPublication) {
7979
groupId = 'com.squareup'
8080
artifactId = 'square'
81-
version = '46.0.0.20260122'
81+
version = '46.1.0.20260122'
8282
from components.java
8383
pom {
8484
name = 'square'

0 commit comments

Comments
 (0)