Skip to content

Commit 2535a3a

Browse files
chore(internal): upgrade AssertJ
1 parent 01172b8 commit 2535a3a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

langsmith-java-client-okhttp/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ dependencies {
1010
implementation("com.squareup.okhttp3:logging-interceptor:4.12.0")
1111

1212
testImplementation(kotlin("test"))
13-
testImplementation("org.assertj:assertj-core:3.25.3")
13+
testImplementation("org.assertj:assertj-core:3.27.7")
1414
testImplementation("com.github.tomakehurst:wiremock-jre8:2.35.2")
1515
}

langsmith-java-core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies {
4747
testImplementation("org.slf4j:slf4j-simple:2.0.17")
4848
testImplementation(project(":langsmith-java-client-okhttp"))
4949
testImplementation("com.github.tomakehurst:wiremock-jre8:2.35.2")
50-
testImplementation("org.assertj:assertj-core:3.25.3")
50+
testImplementation("org.assertj:assertj-core:3.27.7")
5151
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.3")
5252
testImplementation("org.junit.jupiter:junit-jupiter-params:5.9.3")
5353
testImplementation("org.junit-pioneer:junit-pioneer:1.9.1")

langsmith-java-proguard-test/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818
testImplementation(project(":langsmith-java"))
1919
testImplementation(kotlin("test"))
2020
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.3")
21-
testImplementation("org.assertj:assertj-core:3.25.3")
21+
testImplementation("org.assertj:assertj-core:3.27.7")
2222
testImplementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.14.0")
2323
}
2424

0 commit comments

Comments
 (0)