We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4de59d2 commit b3ceb27Copy full SHA for b3ceb27
orb-java-core/src/main/kotlin/com/withorb/api/core/Check.kt
@@ -62,7 +62,7 @@ internal fun checkJacksonVersionCompatibility() {
62
}
63
check(incompatibleJacksonVersions.isEmpty()) {
64
"""
65
-This SDK depends on Jackson version $MINIMUM_JACKSON_VERSION, but the following incompatible Jackson versions were detected at runtime:
+This SDK requires a minimum Jackson version of $MINIMUM_JACKSON_VERSION, but the following incompatible Jackson versions were detected at runtime:
66
67
${incompatibleJacksonVersions.asSequence().map { (version, incompatibilityReason) ->
68
"- `${version.toFullString().replace("/", ":")}` ($incompatibilityReason)"
0 commit comments