File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
anthropic-java-client-okhttp
anthropic-java-proguard-test Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ dependencies {
3737 testImplementation(kotlin(" test" ))
3838 testImplementation(project(" :anthropic-java-client-okhttp" ))
3939 testImplementation(" com.github.tomakehurst:wiremock-jre8:2.35.2" )
40- testImplementation(" org.assertj:assertj-core:3.25.3 " )
40+ testImplementation(" org.assertj:assertj-core:3.27.7 " )
4141 testImplementation(" org.junit.jupiter:junit-jupiter-api:5.9.3" )
4242 testImplementation(" org.junit.jupiter:junit-jupiter-params:5.9.3" )
4343 testImplementation(" org.junit-pioneer:junit-pioneer:1.9.1" )
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies {
1818 testImplementation(project(" :anthropic-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
You can’t perform that action at this time.
0 commit comments