diff --git a/compiler/fir/dump/build.gradle.kts b/compiler/fir/dump/build.gradle.kts index aaf7e897b44..529edc3ab54 100644 --- a/compiler/fir/dump/build.gradle.kts +++ b/compiler/fir/dump/build.gradle.kts @@ -19,7 +19,7 @@ dependencies { implementation(project(":compiler:fir:java")) implementation(project(":compiler:cli")) - implementation("org.jetbrains.kotlinx:kotlinx-html-jvm:0.6.12") + implementation("org.jetbrains.kotlinx:kotlinx-html-jvm:0.7.3") compileOnly(intellijCore()) compileOnly(commonDependency("commons-lang:commons-lang"))