Skip to content

Commit 51f138c

Browse files
🌿 Fern Regeneration -- August 16, 2025 (#53)
SDK regeneration Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
1 parent a6f5ae3 commit 51f138c

9 files changed

+275
-236
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ dependencies {
1818
api 'com.fasterxml.jackson.core:jackson-databind:2.17.2'
1919
api 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.17.2'
2020
api 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.2'
21-
api 'org.apache.commons:commons-text:1.13.1'
2221
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
2322
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
23+
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.8.2'
24+
api 'org.apache.commons:commons-text:1.13.1'
2425
}
2526

2627

0 commit comments

Comments
 (0)