Skip to content

Bump rules_kotlin from 2.2.2-codeql.1 to 2.3.10 - #21435

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bazel/rules_kotlin-2.3.10
Closed

Bump rules_kotlin from 2.2.2-codeql.1 to 2.3.10#21435
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bazel/rules_kotlin-2.3.10

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubMar 9, 2026

Copy link
Copy Markdown
Contributor

Bumps rules_kotlin from 2.2.2-codeql.1 to 2.3.10.

Release notes

Sourced from rules_kotlin's releases.

v2.3.10

Release notes for v2.3.10

Using Bzlmod with Bazel 7

  1. Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name="rules_kotlin", version="2.3.10")

Using WORKSPACE

Paste this snippet into your WORKSPACE.bazel file:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name="rules_kotlin",
sha256="c8fda2b1518018f26d7ca914cd9adb0e9f1799d0db7c4b510de67ed500060dae",
url="https://github.com/bazelbuild/rules_kotlin/releases/download/v2.3.10/rules_kotlin-v2.3.10.tar.gz",
)
load("@​rules_kotlin//kotlin:repositories.bzl", "kotlin_repositories")
kotlin_repositories() # if you want the default. Otherwise see custom kotlinc distribution belowload("@​rules_kotlin//kotlin:core.bzl", "kt_register_toolchains")
kt_register_toolchains() # to use the default toolchain, otherwise see toolchains below

What's Changed

New Contributors

Full Changelog: bazel-contrib/rules_kotlin@v2.3.0...v2.3.10

v2.3.0

Release notes for v2.3.0

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabotdependabotBot added bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file labels Mar 9, 2026
@dependabot
dependabotBot requested a review from a team as a code ownerMarch 9, 2026 15:26
@dependabotdependabotBot added dependencies Pull requests that update a dependency file bazel Pull requests that update bazel code labels Mar 9, 2026
@dependabot
dependabotBotforce-pushed the dependabot/bazel/rules_kotlin-2.3.10 branch from edcf1a4 to 2e76261CompareMarch 9, 2026 16:16
Bumps [rules_kotlin](https://github.com/bazelbuild/rules_kotlin) from 2.2.2-codeql.1 to 2.3.10.
- [Release notes](https://github.com/bazelbuild/rules_kotlin/releases)
- [Changelog](https://github.com/bazelbuild/rules_kotlin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bazelbuild/rules_kotlin/commits/v2.3.10)
---
updated-dependencies:
- dependency-name: rules_kotlin
dependency-version: 2.3.10
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabotBotforce-pushed the dependabot/bazel/rules_kotlin-2.3.10 branch from 2e76261 to 9b94b10CompareMarch 10, 2026 15:43
@redsun82

Copy link
Copy Markdown
Contributor

this needs:

  1. updating the jdk we use for building in the internal repo
  2. reapplying patches

A draft PR doing 2. is #21442, but it will require 1. to be completed first.

@dependabot@github

dependabotBot commented on behalf of githubMar 12, 2026

Copy link
Copy Markdown
ContributorAuthor

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabotBot deleted the dependabot/bazel/rules_kotlin-2.3.10 branch March 12, 2026 09:30
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bazelPull requests that update bazel codedependenciesPull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@redsun82