René's URL Explorer Experiment


Title: Bump org.jetbrains.kotlin.plugin.serialization from 1.7.20 to 2.2.20 in /utbot-framework by dependabot[bot] · Pull Request #2754 · UnitTestBot/UTBotJava · GitHub

Open Graph Title: Bump org.jetbrains.kotlin.plugin.serialization from 1.7.20 to 2.2.20 in /utbot-framework by dependabot[bot] · Pull Request #2754 · UnitTestBot/UTBotJava

X Title: Bump org.jetbrains.kotlin.plugin.serialization from 1.7.20 to 2.2.20 in /utbot-framework by dependabot[bot] · Pull Request #2754 · UnitTestBot/UTBotJava

Description: Bumps org.jetbrains.kotlin.plugin.serialization from 1.7.20 to 2.2.20. Release notes Sourced from org.jetbrains.kotlin.plugin.serialization's releases. Kotlin 2.2.20 Changelog Analysis API KT-78187 Synthetic properties not to be shown as callables KT-72525 K2. red code and KIWA on new-lines in guarded when conditions (with parentheses) KT-74246 KaVisibilityChecker.isVisible is inefficient with multiple calls on the same use-site Analysis API. Code Compilation KT-78382 K2 IR lowering error when interface extends interface KT-73201 K2 IDE: Error while evaluating expressions with local classes KT-78164 Evaluator: '@JvmName' annotations are not recognized in other modules KT-76457 K2 IDE / KMP Debugger: KISEWA “Cannot compile a common source without a JVM counterpart” on evaluating inline fun from common module inside jvm KT-73084 K2 evaluator cannot resolve local variables standing at the closing brace Analysis API. FIR Performance Improvements KT-76490 Do not load ast during the contracts phase if no contracts present KT-78132 Do not check FirElementBuilder#tryGetFirWithoutBodyResolve optimization for already resolved declarations Fixes KT-72227 SOE from recursive value class KT-68977 K2 IDE: Reference to companion object through typealias in a function call does not work KT-72357 Implement partial body resolution KT-76932 Support context parameters on dangling modifier list KT-72407 FirImplementationByDelegationWithDifferentGenericSignatureChecker: FirLazyExpression should be calculated before accessing KT-77602 K2 / Analysis API: KAEWA “No fir element was found for KtParameter” on incorrect context()-call KT-77629 K2: NPE: "org.jetbrains.kotlin.fir.java.declarations.FirJavaTypeParameter.performFirstRoundOfBoundsResolution" KT-76855 Analysis API: KaType.asPsiType returns null for a local inner class in dependent analysis tests KT-72718 ImplicitReceiverValue.createSnapshot creates invalid FIR if receiver is smart-casted KT-76811 Analysis API: resolveToFirSymbol finds a FirPropertySymbol for a KtScript in dependent analysis KT-73586 [Analysis API] Add lazyResolveToPhase(STATUS) before accessing modifiers of members KT-71135 AA: exception from sealed inheritors checker when analyzeCopy KT-75534 K2 AA: "Containing declaration should present for nested declaration class KtNamedFunction" with dangling annotation on top-level anonymous function KT-75687 K2: local variable doesn't get to the do-while scope KT-56543 LL FIR: rework lazy transformers so transformers modify only declarations they suppose to Analysis API. Infrastructure KT-76809 Analysis API: Dependent analysis tests frequently work with the original element instead of the copied element Analysis API. Light Classes KT-78835 Find usages of a light constructor from a class with an empty body finds usages of class as well KT-78878 K2. Method shown as unavailable in Java when @JvmExposeBoxed is applied (redundantly) at both class and method level in Kotlin ... (truncated) Changelog Sourced from org.jetbrains.kotlin.plugin.serialization's changelog. 2.2.20 Analysis API KT-78187 Synthetic properties not to be shown as callables KT-72525 K2. red code and KIWA on new-lines in guarded when conditions (with parentheses) KT-74246 KaVisibilityChecker.isVisible is inefficient with multiple calls on the same use-site Analysis API. Code Compilation KT-78382 K2 IR lowering error when interface extends interface KT-73201 K2 IDE: Error while evaluating expressions with local classes KT-78164 Evaluator: '@JvmName' annotations are not recognized in other modules KT-76457 K2 IDE / KMP Debugger: KISEWA “Cannot compile a common source without a JVM counterpart” on evaluating inline fun from common module inside jvm KT-73084 K2 evaluator cannot resolve local variables standing at the closing brace Analysis API. FIR Performance Improvements KT-76490 Do not load ast during the contracts phase if no contracts present KT-78132 Do not check FirElementBuilder#tryGetFirWithoutBodyResolve optimization for already resolved declarations Fixes KT-72227 SOE from recursive value class KT-68977 K2 IDE: Reference to companion object through typealias in a function call does not work KT-72357 Implement partial body resolution KT-76932 Support context parameters on dangling modifier list KT-72407 FirImplementationByDelegationWithDifferentGenericSignatureChecker: FirLazyExpression should be calculated before accessing KT-77602 K2 / Analysis API: KAEWA “No fir element was found for KtParameter” on incorrect context()-call KT-77629 K2: NPE: "org.jetbrains.kotlin.fir.java.declarations.FirJavaTypeParameter.performFirstRoundOfBoundsResolution" KT-76855 Analysis API: KaType.asPsiType returns null for a local inner class in dependent analysis tests KT-72718 ImplicitReceiverValue.createSnapshot creates invalid FIR if receiver is smart-casted KT-76811 Analysis API: resolveToFirSymbol finds a FirPropertySymbol for a KtScript in dependent analysis KT-73586 [Analysis API] Add lazyResolveToPhase(STATUS) before accessing modifiers of members KT-71135 AA: exception from sealed inheritors checker when analyzeCopy KT-75534 K2 AA: "Containing declaration should present for nested declaration class KtNamedFunction" with dangling annotation on top-level anonymous function KT-75687 K2: local variable doesn't get to the do-while scope KT-56543 LL FIR: rework lazy transformers so transformers modify only declarations they suppose to Analysis API. Infrastructure KT-76809 Analysis API: Dependent analysis tests frequently work with the original element instead of the copied element Analysis API. Light Classes KT-78835 Find usages of a light constructor from a class with an empty body finds usages of class as well KT-78878 K2. Method shown as unavailable in Java when @JvmExposeBoxed is applied (redundantly) at both class and method level in Kotlin KT-78065 Support "Expose boxed inline value classes" in Light Classes ... (truncated) Commits 693c44e Add ChangeLog for 2.2.20-RC2 5b7c7af [Gradle] Fail the build if AGP has already configured Kotlin in the project 1756c32 Add permissions for GRADLE_RO_DEP_CACHE to security policy 05dcf52 [Native Macos] update llvm with fixes for xcode26 ^KT-79571 fixed 0b2dd95 [Wasm] Do not backport devServer, because it is mutable collection 6b0a1e4 [IR] Use sanitized names when calculating scopes for lambdas 64daa7e [FIR2IR] Properly handle generics with nullable types in delegate body genera... 9237f28 [Test] Reproduce KT-79816 e86b28e [Gradle] Add @​ExperimentalKotlinGradlePluginApi to exportKdoc 0f5c8a7 Add ChangeLog for 2.2.20-RC Additional commits viewable in compare view 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 merge will merge this PR after your CI passes on it @dependabot squash and merge will squash and merge this PR after your CI passes on it @dependabot cancel merge will cancel a previously requested merge and block automerging @dependabot reopen will reopen this PR if it is closed @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually @dependabot show 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)

Open Graph Description: Bumps org.jetbrains.kotlin.plugin.serialization from 1.7.20 to 2.2.20. Release notes Sourced from org.jetbrains.kotlin.plugin.serialization's releases. Kotlin 2.2.20 Changelog Analysis API K...

X Description: Bumps org.jetbrains.kotlin.plugin.serialization from 1.7.20 to 2.2.20. Release notes Sourced from org.jetbrains.kotlin.plugin.serialization's releases. Kotlin 2.2.20 Changelog Analysis AP...

Opengraph URL: https://github.com/UnitTestBot/UTBotJava/pull/2754

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:8466104d-e295-20d1-c05c-fc0f8e36d188
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idB47C:9A1E2:23A12EE:2FFE8D6:698DA242
html-safe-nonce1b381fa8b89b1b27df18803aab6dc6d1c5da412f89ef00cbc7c0cdbae0dba096
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCNDdDOjlBMUUyOjIzQTEyRUU6MkZGRThENjo2OThEQTI0MiIsInZpc2l0b3JfaWQiOiI4MzA2NzUxNjgwMzY1MzA2NDM0IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac926f160b0458c50a319f5b5658945c64a1d257a797a31a8f3c583bdce00eea0f
hovercard-subject-tagpull_request:2828072945
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/UnitTestBot/UTBotJava/pull/2754/files
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps org.jetbrains.kotlin.plugin.serialization from 1.7.20 to 2.2.20. Release notes Sourced from org.jetbrains.kotlin.plugin.serialization's releases. Kotlin 2.2.20 Changelog Analysis API K...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None8c7947c0c592efeab6162b9909ad11fa43bff8b0cb5ff43273dc25e41979d43e
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/UnitTestBot/UTBotJava git https://github.com/UnitTestBot/UTBotJava.git
octolytics-dimension-user_id87413538
octolytics-dimension-user_loginUnitTestBot
octolytics-dimension-repository_id480810501
octolytics-dimension-repository_nwoUnitTestBot/UTBotJava
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id480810501
octolytics-dimension-repository_network_root_nwoUnitTestBot/UTBotJava
turbo-body-classeslogged-out env-production page-responsive
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release0562b88b05bab6c9b1cf780b4a66b9334b3a602a
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/UnitTestBot/UTBotJava/pull/2754/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FUnitTestBot%2FUTBotJava%2Fpull%2F2754%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FUnitTestBot%2FUTBotJava%2Fpull%2F2754%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=UnitTestBot%2FUTBotJava
Reloadhttps://github.com/UnitTestBot/UTBotJava/pull/2754/files
Reloadhttps://github.com/UnitTestBot/UTBotJava/pull/2754/files
Reloadhttps://github.com/UnitTestBot/UTBotJava/pull/2754/files
UnitTestBot https://github.com/UnitTestBot
UTBotJavahttps://github.com/UnitTestBot/UTBotJava
Notifications https://github.com/login?return_to=%2FUnitTestBot%2FUTBotJava
Fork 45 https://github.com/login?return_to=%2FUnitTestBot%2FUTBotJava
Star 142 https://github.com/login?return_to=%2FUnitTestBot%2FUTBotJava
Code https://github.com/UnitTestBot/UTBotJava
Issues 386 https://github.com/UnitTestBot/UTBotJava/issues
Pull requests 33 https://github.com/UnitTestBot/UTBotJava/pulls
Discussions https://github.com/UnitTestBot/UTBotJava/discussions
Actions https://github.com/UnitTestBot/UTBotJava/actions
Projects 1 https://github.com/UnitTestBot/UTBotJava/projects
Wiki https://github.com/UnitTestBot/UTBotJava/wiki
Security 0 https://github.com/UnitTestBot/UTBotJava/security
Insights https://github.com/UnitTestBot/UTBotJava/pulse
Code https://github.com/UnitTestBot/UTBotJava
Issues https://github.com/UnitTestBot/UTBotJava/issues
Pull requests https://github.com/UnitTestBot/UTBotJava/pulls
Discussions https://github.com/UnitTestBot/UTBotJava/discussions
Actions https://github.com/UnitTestBot/UTBotJava/actions
Projects https://github.com/UnitTestBot/UTBotJava/projects
Wiki https://github.com/UnitTestBot/UTBotJava/wiki
Security https://github.com/UnitTestBot/UTBotJava/security
Insights https://github.com/UnitTestBot/UTBotJava/pulse
Sign up for GitHub https://github.com/signup?return_to=%2FUnitTestBot%2FUTBotJava%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2FUnitTestBot%2FUTBotJava%2Fissues%2Fnew%2Fchoose
dependabothttps://github.com/apps/dependabot
mainhttps://github.com/UnitTestBot/UTBotJava/tree/main
dependabot/gradle/utbot-framework/org.jetbrains.kotlin.plugin.serialization-2.2.20https://github.com/UnitTestBot/UTBotJava/tree/dependabot/gradle/utbot-framework/org.jetbrains.kotlin.plugin.serialization-2.2.20
Conversation 1 https://github.com/UnitTestBot/UTBotJava/pull/2754
Commits 1 https://github.com/UnitTestBot/UTBotJava/pull/2754/commits
Checks 32 https://github.com/UnitTestBot/UTBotJava/pull/2754/checks
Files changed https://github.com/UnitTestBot/UTBotJava/pull/2754/files
Please reload this pagehttps://github.com/UnitTestBot/UTBotJava/pull/2754/files
Bump org.jetbrains.kotlin.plugin.serialization from 1.7.20 to 2.2.20 in /utbot-framework https://github.com/UnitTestBot/UTBotJava/pull/2754/files#top
Show all changes 1 commit https://github.com/UnitTestBot/UTBotJava/pull/2754/files
9573a2d Bump org.jetbrains.kotlin.plugin.serialization in /utbot-framework dependabot[bot] Sep 15, 2025 https://github.com/UnitTestBot/UTBotJava/pull/2754/commits/9573a2d388decdb8bc87df1c8e9003bda4bfc5cb
Clear filters https://github.com/UnitTestBot/UTBotJava/pull/2754/files
Please reload this pagehttps://github.com/UnitTestBot/UTBotJava/pull/2754/files
Please reload this pagehttps://github.com/UnitTestBot/UTBotJava/pull/2754/files
utbot-framework/build.gradlehttps://github.com/UnitTestBot/UTBotJava/pull/2754/files#diff-198ed5349a9a49607e839e96efa55b5469c879aa1478e1ab3cf370c0f68a9768
View file https://github.com/UnitTestBot/UTBotJava/blob/9573a2d388decdb8bc87df1c8e9003bda4bfc5cb/utbot-framework/build.gradle
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/UnitTestBot/UTBotJava/pull/2754/{{ revealButtonHref }}
https://github.com/UnitTestBot/UTBotJava/pull/2754/files#diff-198ed5349a9a49607e839e96efa55b5469c879aa1478e1ab3cf370c0f68a9768
Please reload this pagehttps://github.com/UnitTestBot/UTBotJava/pull/2754/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.