diff --git a/protobuf_deps.bzl b/protobuf_deps.bzl index 7b53b77707ad..e9526431b012 100644 --- a/protobuf_deps.bzl +++ b/protobuf_deps.bzl @@ -106,8 +106,8 @@ def protobuf_deps(): if not native.existing_rule("io_bazel_rules_kotlin"): http_archive( name = "io_bazel_rules_kotlin", - urls = ["https://github.com/bazelbuild/rules_kotlin/releases/download/v1.5.0-beta-4/rules_kotlin_release.tgz"], - sha256 = "6cbd4e5768bdfae1598662e40272729ec9ece8b7bded8f0d2c81c8ff96dc139d", + urls = ["https://github.com/bazelbuild/rules_kotlin/releases/download/v1.7.0-RC-1/rules_kotlin_release.tgz"], + sha256 = "68b910730026921814d3a504ccbe9adaac9938983d940e626523e6e4ecfb0355", ) if not native.existing_rule("upb"):