diff --git a/build.gradle.kts b/build.gradle.kts index 38e335ffd..7e5c09767 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -19,7 +19,7 @@ buildscript { https://github.com/Kotlin/dokka/issues/3472#issuecomment-1929712374 https://github.com/Kotlin/dokka/issues/3194#issuecomment-1929382630 */ - classpath(enforcedPlatform("com.fasterxml.jackson:jackson-bom:2.15.3")) + classpath(enforcedPlatform("com.fasterxml.jackson:jackson-bom:2.19.2")) } }