Skip to content

Commit 675f813

Browse files
docs(client): update jackson compat error message
1 parent af5cd9c commit 675f813

File tree

1 file changed

+1
-1
lines changed
  • openai-java-core/src/main/kotlin/com/openai/core

1 file changed

+1
-1
lines changed

openai-java-core/src/main/kotlin/com/openai/core/Check.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ internal fun checkJacksonVersionCompatibility() {
6262
}
6363
check(incompatibleJacksonVersions.isEmpty()) {
6464
"""
65-
This SDK depends on Jackson version $MINIMUM_JACKSON_VERSION, but the following incompatible Jackson versions were detected at runtime:
65+
This SDK requires a minimum Jackson version of $MINIMUM_JACKSON_VERSION, but the following incompatible Jackson versions were detected at runtime:
6666
6767
${incompatibleJacksonVersions.asSequence().map { (version, incompatibilityReason) ->
6868
"- `${version.toFullString().replace("/", ":")}` ($incompatibilityReason)"

0 commit comments

Comments
 (0)