Skip to content

Commit 5d939cc

Browse files
committed
Update deprecation message
Because Jackson migrated to 3.x. Since 2.21 corresponds to 3.0, 2.23 corresponds to 3.2.
1 parent 54d1b9f commit 5d939cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/tools/jackson/module/kotlin/KotlinFeature.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ enum class KotlinFeature(internal val enabledByDefault: Boolean) {
8686
*/
8787
@Deprecated(
8888
level = DeprecationLevel.WARNING,
89-
message = "This option will be merged into StrictNullChecks in 2.23.",
89+
message = "This option will be merged into StrictNullChecks in 3.2.",
9090
replaceWith = ReplaceWith("StrictNullChecks")
9191
)
9292
NewStrictNullChecks(enabledByDefault = false);

0 commit comments

Comments
 (0)