Skip to content

chore(deps): bump kotlin.version from 2.3.0 to 2.3.10#436

Merged
oldratlee merged 1 commit into2.x-devfrom
dependabot/maven/kotlin.version-2.3.10
Feb 5, 2026
Merged

chore(deps): bump kotlin.version from 2.3.0 to 2.3.10#436
oldratlee merged 1 commit into2.x-devfrom
dependabot/maven/kotlin.version-2.3.10

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2026

Bumps kotlin.version from 2.3.0 to 2.3.10.
Updates org.jetbrains.kotlin:kotlin-bom from 2.3.0 to 2.3.10

Release notes

Sourced from org.jetbrains.kotlin:kotlin-bom's releases.

Kotlin 2.3.10

Changelog

Compiler

  • KT-83984 Data races around kotlinx.serialization plugin protobuf extensions registration
  • KT-83317 ClassCastException: with cast kotlin.UInt to java.lang.Number when defining constant
  • KT-83031 K2: unstable resolution of EnhancedNullability from type-use NotNull in presence of unused code
  • KT-81700 flaky overload resolution behaviors (false-positive errors, different final candidates, compile-time failures)
  • KT-83983 Revert of KT-83081
  • KT-83314 JSpecify @NullMarked changes Java equals(Object) to equals(Any?) causing override conflict in Kotlin 2.3
  • KT-82863 @NoInfer regression since 2.2.20
  • KT-82841 "kotlin.NoWhenBranchMatchedException" in when with !is check & non-sealed class in the middle of hierarchy

JVM. Reflection

  • KT-83608 Kotlin-reflect: "Unknown origin of public abstract operator fun invoke(p1: P1, p2: P2): R"
  • KT-83361 "KotlinReflectionInternalError: Type parameter not found: 0" on super types with Kotlin 2.3.0
  • KT-42199 "KotlinReflectionInternalError: Unknown origin of public abstract operator fun invoke" on function reference to FunctionN.invoke
  • KT-81024 Reflection: New KType implementation fails on arguments comparison for a Nothing type parameter

Tools. Compiler Plugins

  • KT-83266 "Unsupported class file major version 69" for "produceReleaseComposeMapping" task with Kotlin 2.3
  • KT-83099 Compose compiler does not generate stack trace mappings for project files

Tools. Gradle

  • KT-83070 The KGP api reference is missing a description
  • KT-82459 Improve iOS simulator boot implementation

Tools. Gradle. JS

  • KT-82946 Js, Wasm: Upgrade NPM dependencies

Tools. Gradle. Multiplatform

  • KT-83687 Revert deprecation of 'androidTarget' for AGP lower than 9

Kotlin 2.3.10-RC2

ChangeLog

Compiler

  • KT-83984 Data races around kotlinx.serialization plugin protobuf extensions registration
  • KT-83983 Revert of KT-83081

Kotlin 2.3.10-RC

Changelog

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin:kotlin-bom's changelog.

2.3.10

Compiler

  • KT-83984 Data races around kotlinx.serialization plugin protobuf extensions registration
  • KT-83317 ClassCastException: with cast kotlin.UInt to java.lang.Number when defining constant
  • KT-83031 K2: unstable resolution of EnhancedNullability from type-use NotNull in presence of unused code
  • KT-81700 flaky overload resolution behaviors (false-positive errors, different final candidates, compile-time failures)
  • KT-83983 Revert of KT-83081
  • KT-83314 JSpecify @NullMarked changes Java equals(Object) to equals(Any?) causing override conflict in Kotlin 2.3
  • KT-82863 @NoInfer regression since 2.2.20
  • KT-82841 "kotlin.NoWhenBranchMatchedException" in when with !is check & non-sealed class in the middle of hierarchy

JVM. Reflection

  • KT-83608 Kotlin-reflect: "Unknown origin of public abstract operator fun invoke(p1: P1, p2: P2): R"
  • KT-83361 "KotlinReflectionInternalError: Type parameter not found: 0" on super types with Kotlin 2.3.0
  • KT-42199 "KotlinReflectionInternalError: Unknown origin of public abstract operator fun invoke" on function reference to FunctionN.invoke
  • KT-81024 Reflection: New KType implementation fails on arguments comparison for a Nothing type parameter

Tools. Compiler Plugins

  • KT-83266 "Unsupported class file major version 69" for "produceReleaseComposeMapping" task with Kotlin 2.3
  • KT-83099 Compose compiler does not generate stack trace mappings for project files

Tools. Gradle

  • KT-83070 The KGP api reference is missing a description
  • KT-82459 Improve iOS simulator boot implementation

Tools. Gradle. JS

  • KT-82946 Js, Wasm: Upgrade NPM dependencies

Tools. Gradle. Multiplatform

  • KT-83687 Revert deprecation of 'androidTarget' for AGP lower than 9
Commits
  • 679366a Add ChangeLog for 2.3.10-RC2
  • 14ba833 Serialization: remove potential data race during extension registration
  • fb8d334 Revert "K2: implement equality for ConeAttribute.EnhancedNullability"
  • 412afb7 Add ChangeLog for 2.3.10-RC
  • edea41e [Gradle] Un-deprecate 'androidTarget()'
  • 0946452 Bump version of the ASM dependency
  • 655fb78 Reflection: always compute JVM signature of built-in functions manually
  • 58d3875 Fix mergeReleaseComposeMapping task failure when build cache is enabled
  • 56e0a79 Copy R8 outputs to Compose folder when transforming obfuscation file
  • e0eb174 Fix classId for detecting protobuf enums
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin:kotlin-maven-plugin from 2.3.0 to 2.3.10

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
org.jetbrains.kotlin:kotlin-bom [>= 2.0.0.a, < 2.0.1]
org.jetbrains.kotlin:kotlin-maven-plugin [>= 2.0.0.a, < 2.0.1]
org.jetbrains.kotlin:kotlin-bom [>= 2.2.0.a0, < 2.2.1]
org.jetbrains.kotlin:kotlin-maven-plugin [>= 2.2.0.a0, < 2.2.1]

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)

Bumps `kotlin.version` from 2.3.0 to 2.3.10.

Updates `org.jetbrains.kotlin:kotlin-bom` from 2.3.0 to 2.3.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.3.0...v2.3.10)

Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 2.3.0 to 2.3.10

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-bom
  dependency-version: 2.3.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-version: 2.3.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 5, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Feb 5, 2026

Qodana for JVM

It seems all right 👌

No new problems were found according to the checks applied

View the detailed Qodana report

To be able to view the detailed Qodana report, you can either:

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/qodana-action@v2025.3.1
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

@oldratlee oldratlee merged commit acb8f5d into 2.x-dev Feb 5, 2026
13 checks passed
@dependabot dependabot bot deleted the dependabot/maven/kotlin.version-2.3.10 branch February 5, 2026 15:30
@codecov
Copy link
Copy Markdown

codecov bot commented Feb 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.55%. Comparing base (c80598b) to head (06b0148).
⚠️ Report is 2 commits behind head on 2.x-dev.

Additional details and impacted files
@@            Coverage Diff             @@
##             2.x-dev     #436   +/-   ##
==========================================
  Coverage      98.55%   98.55%           
  Complexity       999      999           
==========================================
  Files             24       24           
  Lines           2069     2069           
  Branches         147      147           
==========================================
  Hits            2039     2039           
  Misses            20       20           
  Partials          10       10           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

oldratlee pushed a commit that referenced this pull request Apr 11, 2026
bump org.junit:junit-bom from 5.14.1 to 5.14.2 (#429)
bump org.junit:junit-bom from 5.14.1 to 5.14.2 in /demos (#430)
bump org.sonatype.central:central-publishing-maven-plugin from 0.9.0 to 0.10.0 (#431)
bump org.assertj:assertj-bom from 3.27.6 to 3.27.7 (#433)
bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.1 to 3.15.0 (#434)
bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.1 to 3.15.0 (#435)
bump kotlin.version from 2.3.0 to 2.3.10 in /demos (#437)
bump kotlin.version from 2.3.0 to 2.3.10 (#436)
bump org.apache.maven.plugins:maven-dependency-plugin from 3.9.0 to 3.10.0 (#438)
bump io.vavr:vavr from 0.11.0 to 1.0.0 (#439)
bump org.junit:junit-bom from 5.14.2 to 5.14.3 (#441)
bump org.junit:junit-bom from 5.14.2 to 5.14.3 in /demos (#442)
bump org.jetbrains:annotations from 26.0.2-1 to 26.1.0 (#443)
bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.4 to 3.5.5 (#444)
bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.4 to 3.5.5 (#445)
bump io.vavr:vavr from 1.0.0 to 1.0.1 (#446)
bump org.apache.maven.plugins:maven-resources-plugin from 3.4.0 to 3.5.0 (#447)
bump org.apache.maven.plugins:maven-resources-plugin from 3.4.0 to 3.5.0 (#448)
bump org.apache.maven.plugins:maven-shade-plugin from 3.6.1 to 3.6.2 (#449)
bump org.codehaus.mojo:extra-enforcer-rules from 1.11.0 to 1.12.0 (#450)
bump kotlin.version from 2.3.10 to 2.3.20 in /demos (#451)
bump org.apache.logging.log4j:log4j-bom from 2.25.3 to 2.25.4 (#454)
bump io.github.git-commit-id:git-commit-id-maven-plugin from 9.0.2 to 9.1.0 (#455)
bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.8.2 to 4.9.8.3 (#456)
bump codecov/codecov-action from 5 to 6 (#453)
bump io.github.git-commit-id:git-commit-id-maven-plugin from 9.1.0 to 10.0.0 (#457)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Development

Successfully merging this pull request may close these issues.

1 participant