diff --git a/examples/web-landing/build.gradle.kts b/examples/web-landing/build.gradle.kts index 94019a1285..f16f7369e3 100644 --- a/examples/web-landing/build.gradle.kts +++ b/examples/web-landing/build.gradle.kts @@ -32,6 +32,6 @@ kotlin { afterEvaluate { rootProject.extensions.configure { versions.webpackDevServer.version = "4.0.0" - versions.webpackCli.version = "4.9.0" + versions.webpackCli.version = "4.10.0" } }