Skip to content

Commit 5c01787

Browse files
chore(internal): upgrade AssertJ
1 parent 1823eca commit 5c01787

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

openai-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
}

openai-java-core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
testImplementation(kotlin("test"))
3939
testImplementation(project(":openai-java-client-okhttp"))
4040
testImplementation("com.github.tomakehurst:wiremock-jre8:2.35.2")
41-
testImplementation("org.assertj:assertj-core:3.25.3")
41+
testImplementation("org.assertj:assertj-core:3.27.7")
4242
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.3")
4343
testImplementation("org.junit.jupiter:junit-jupiter-params:5.9.3")
4444
testImplementation("org.junit-pioneer:junit-pioneer:1.9.1")

openai-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(":openai-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

openai-java-spring-boot-starter/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ dependencies {
1313
annotationProcessor("org.springframework.boot:spring-boot-configuration-processor:2.7.18")
1414

1515
testImplementation("org.springframework.boot:spring-boot-starter-test:2.7.18")
16-
testImplementation("org.assertj:assertj-core:3.25.3")
16+
testImplementation("org.assertj:assertj-core:3.27.7")
1717
}

0 commit comments

Comments
 (0)