Skip to content

Commit 65b634a

Browse files
authored
Merge pull request #1070 from FasterXML/3.0
3.0
2 parents 25235ea + c45f1ed commit 65b634a

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)