Skip to content

chore(deps): update dependency org.jetbrains.kotlin:kotlin-test-junit to v2.3.21 - autoclosed#532

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/testing-libraries
Closed

chore(deps): update dependency org.jetbrains.kotlin:kotlin-test-junit to v2.3.21 - autoclosed#532
renovate[bot] wants to merge 1 commit intomainfrom
renovate/testing-libraries

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 15, 2026

This PR contains the following updates:

Package Change Age Confidence
org.jetbrains.kotlin:kotlin-test-junit (source) 2.3.202.3.21 age confidence

Release Notes

JetBrains/kotlin (org.jetbrains.kotlin:kotlin-test-junit)

v2.3.21

Backend. Wasm
  • KT-84610 [Wasm] Failed to compile klibs in IC mode
Compiler
  • KT-84566 Prevent launching Default dispatcher threads from IJ SDK in kotlin compiler
  • KT-85358 Native: roll back the workaround for KT-84678 once MapLibre has been properly fixed
  • KT-85626 @JvmRecord in commonMain breaks compileCommonMainKotlinMetadata with "Cannot access 'java.lang.Record'"
  • KT-85405 Postpone/Revert DontIgnoreUpperBoundViolatedOnImplicitArguments
  • KT-84678 K/N: Undefined symbol from SPM-added ObjC frameworks when linking iOS target
  • KT-85021 False positive SUBCLASS_CANT_CALL_COMPANION_PROTECTED_NON_STATIC error in multi-module project
JavaScript
  • KT-82395 Support top-level declarations from compiler plugins in JS incremental compilation
  • KT-84475 K/JS: false-positive exportability warnings in multi-module project
  • KT-84633 Kotlin/JS: "Serializer for class not found" error when IR output granularity is whole-program
  • KT-85047 Kotlin/JS: @JsStatic on suspend fun of class companion generates incorrect d.ts
  • KT-84517 K/JS: bad mappings data in outputted Kotlin stdlib source map
Libraries
  • KT-71848 Kotlinx.metadata: Add CompilerPluginData into Km API
Native. C and ObjC Import
  • KT-85399 Kotlin/Native: TypeCastException when casting ObjC Protocol MetaClass with genericSafeCasts enabled
  • KT-85508 K/N: TypeCastException when using nw_parameters_create_secure_tcp block parameter on 2.3.20
Tools. Gradle
  • KT-84729 Update Gradle plugin-publish version to enable configuration cache badge on Gradle plugins portal
Tools. Gradle. Compiler plugins
  • KT-85257 AGP/Compose: MergeMappingFileTask clears R8 artifacts due to @OutputDirectory annotation on AGP 9.1+
Tools. Scripts
  • KT-85105 Scripts: JVM backend internal error (IR lowering) when scratch file contains anonymous object
  • KT-85103 Exception while generating code when explain destructuring decls
  • KT-84842 scriptCompilationClasspathFromContext behavior changed from 2.3.10 to 2.3.20
  • KT-85029 Kotlin Scripting: ScriptDiagnostic reports "at null" instead of error location
Tools. Statistics (FUS)
  • KT-85628 KGP: composite build FUS metrics fail on access of 'configurationTimeMetrics'

Configuration

📅 Schedule: (in timezone Asia/Jakarta)

  • Branch creation
    • At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday (* 0-4,22-23 * * 1-5)
    • Only on Sunday and Saturday (* * * * 0,6)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Mar 15, 2026
@deepsource-io
Copy link
Copy Markdown

deepsource-io Bot commented Mar 15, 2026

DeepSource Code Review

We reviewed changes in e0cacd0...3526099 on this pull request. Below is the summary for the review, and you can see the individual issues we found as inline review comments.

See full review on DeepSource ↗

PR Report Card

Overall Grade   Security  

Reliability  

Complexity  

Hygiene  

Coverage  

Code Review Summary

Analyzer Status Updated (UTC) Details
Kotlin Apr 23, 2026 8:52p.m. Review ↗
Code coverage Apr 23, 2026 9:22p.m. Review ↗
Code coverage Apr 23, 2026 9:22p.m. Review ↗

Code Coverage Summary

Language Line Coverage (Overall)
Aggregate
98.9%
Kotlin
98.9%

➟ Additional coverage metrics may have been reported. See full coverage report ↗


Important

AI Review is run only on demand for your team. We're only showing results of static analysis review right now. To trigger AI Review, comment @deepsourcebot review on this thread.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 15, 2026

Qodana Community for JVM

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 15, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@renovate renovate Bot changed the title chore(deps): update dependency io.kotest:kotest-runner-junit5 to v6.1.7 chore(deps): update dependency io.kotest:kotest-runner-junit5 to v6.1.7 - autoclosed Mar 15, 2026
@renovate renovate Bot closed this Mar 15, 2026
@renovate renovate Bot deleted the renovate/testing-libraries branch March 15, 2026 06:07
@renovate renovate Bot changed the title chore(deps): update dependency io.kotest:kotest-runner-junit5 to v6.1.7 - autoclosed chore(deps): update dependency org.jetbrains.kotlin:kotlin-test-junit to v2.3.20 Mar 16, 2026
@renovate renovate Bot reopened this Mar 16, 2026
@renovate renovate Bot force-pushed the renovate/testing-libraries branch 2 times, most recently from 503a72b to 175ce13 Compare March 16, 2026 17:40
@waffiqaziz waffiqaziz added the status: blocked Blocked by dependency or external factor label Mar 18, 2026
@renovate renovate Bot force-pushed the renovate/testing-libraries branch from 175ce13 to a20ccf5 Compare March 24, 2026 09:00
@renovate renovate Bot changed the title chore(deps): update dependency org.jetbrains.kotlin:kotlin-test-junit to v2.3.20 chore(deps): update testing libraries Mar 24, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 24, 2026

Qodana Community for JVM

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

@renovate renovate Bot force-pushed the renovate/testing-libraries branch from a20ccf5 to 7ef60e0 Compare March 24, 2026 21:47
@renovate renovate Bot changed the title chore(deps): update testing libraries chore(deps): update dependency org.jetbrains.kotlin:kotlin-test-junit to v2.3.20 Mar 24, 2026
@renovate renovate Bot force-pushed the renovate/testing-libraries branch 2 times, most recently from fa6d0b6 to 595273f Compare March 30, 2026 13:51
@renovate renovate Bot changed the title chore(deps): update dependency org.jetbrains.kotlin:kotlin-test-junit to v2.3.20 chore(deps): update testing libraries Mar 30, 2026
@renovate renovate Bot changed the title chore(deps): update testing libraries chore(deps): update dependency org.jetbrains.kotlin:kotlin-test-junit to v2.3.20 Mar 31, 2026
@renovate renovate Bot force-pushed the renovate/testing-libraries branch from 595273f to d3ad8fe Compare April 1, 2026 16:59
@codacy-production
Copy link
Copy Markdown

codacy-production Bot commented Apr 1, 2026

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Coverage ∅ diff coverage · +0.00% coverage variation

Metric Results
Coverage variation +0.00% coverage variation (-1.00%)
Diff coverage diff coverage (80.00%)

View coverage diff in Codacy

Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (e0cacd0) 6523 6481 99.36%
Head commit (3526099) 6523 (+0) 6481 (+0) 99.36% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#532) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@renovate renovate Bot force-pushed the renovate/testing-libraries branch from d3ad8fe to adeac95 Compare April 4, 2026 15:11
@renovate renovate Bot changed the title chore(deps): update dependency org.jetbrains.kotlin:kotlin-test-junit to v2.3.20 chore(deps): update testing libraries Apr 4, 2026
@renovate renovate Bot changed the title chore(deps): update testing libraries chore(deps): update dependency org.jetbrains.kotlin:kotlin-test-junit to v2.3.20 Apr 4, 2026
@renovate renovate Bot force-pushed the renovate/testing-libraries branch 2 times, most recently from b6831f5 to c6503dc Compare April 15, 2026 11:43
@renovate renovate Bot changed the title chore(deps): update dependency org.jetbrains.kotlin:kotlin-test-junit to v2.3.20 chore(deps): update dependency org.jetbrains.kotlin:kotlin-test-junit to v2.3.20 - autoclosed Apr 17, 2026
@renovate renovate Bot closed this Apr 17, 2026
@waffiqaziz waffiqaziz removed the status: blocked Blocked by dependency or external factor label Apr 17, 2026
@renovate renovate Bot changed the title chore(deps): update dependency org.jetbrains.kotlin:kotlin-test-junit to v2.3.20 - autoclosed chore(deps): update dependency org.jetbrains.kotlin:kotlin-test-junit to v2.3.21 Apr 23, 2026
@renovate renovate Bot reopened this Apr 23, 2026
@renovate renovate Bot force-pushed the renovate/testing-libraries branch 2 times, most recently from c6503dc to 3526099 Compare April 23, 2026 20:52
@sonarqubecloud
Copy link
Copy Markdown

❌ The last analysis has failed.

See analysis details on SonarQube Cloud

@renovate renovate Bot changed the title chore(deps): update dependency org.jetbrains.kotlin:kotlin-test-junit to v2.3.21 chore(deps): update dependency org.jetbrains.kotlin:kotlin-test-junit to v2.3.21 - autoclosed Apr 26, 2026
@renovate renovate Bot closed this Apr 26, 2026
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant