Skip to content

Update all non-major updates - #72

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-non-major-updates
Open

Update all non-major updates#72
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-non-major-updates

Conversation

@renovate

@renovate renovate Bot commented May 16, 2026

Copy link
Copy Markdown

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/cache (changelog) action digest 27d5ce7caa2961
actions/checkout (changelog) action digest de0fac2d23441a
actions/setup-java (changelog) action digest be666c2b6effb0
maven (source) patch 3.9.153.9.16 age confidence
org.sonatype.central:central-publishing-maven-plugin (source) build minor 0.10.00.11.0 age confidence
org.apache.maven.plugins:maven-surefire-plugin (source) build patch 3.5.53.5.6 age confidence
io.mockk:mockk-jvm (source) test patch 1.14.91.14.11 age confidence
org.jsoup:jsoup (source) test minor 1.22.21.23.1 age confidence
com.fasterxml.jackson.core:jackson-databind (source) test minor 2.21.32.22.1 age confidence
org.springframework:spring-web test patch 7.0.77.0.8 age confidence
org.springframework.data:spring-data-redis (source) test minor 4.0.54.1.0 age confidence
ch.qos.logback:logback-classic (source, changelog) test minor 1.5.321.6.1 age confidence
org.slf4j:slf4j-api (source, changelog) compile patch 2.0.172.0.18 age confidence
redis.clients:jedis compile patch 7.5.07.5.3 age confidence
org.junit:junit-bom (source) import minor 6.0.36.1.2 age confidence
org.jacoco:jacoco-maven-plugin (source) build patch 0.8.140.8.15 age confidence
org.jetbrains.kotlin:kotlin-maven-allopen (source) build minor 2.3.212.4.10 age confidence
org.jetbrains.kotlin:kotlin-maven-plugin (source) build minor 2.3.212.4.10 age confidence
org.jetbrains.kotlin:kotlin-stdlib (source) compile minor 2.3.212.4.10 age confidence
org.jetbrains.kotlin:kotlin-reflect (source) compile minor 2.3.212.4.10 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

apache/maven (maven)

v3.9.16: 3.9.16

Compare Source

🐛 Bug Fixes

📦 Dependency updates

apache/maven-surefire (org.apache.maven.plugins:maven-surefire-plugin)

v3.5.6

mockk/mockk (io.mockk:mockk-jvm)

v1.14.11

Compare Source

What's Changed

New Contributors

Full Changelog: mockk/mockk@1.14.9...v1.14.11

jhy/jsoup (org.jsoup:jsoup)

v1.23.1

Improvements
  • Reduced retained memory when parsing with source position tracking enabled (Parser#setTrackPosition(true)). Source ranges are now stored in compact parser-owned span records instead of node and attribute user data, and Position objects are created lazily when source ranges are read. This cuts tracked DOM retained size by about 50-60% on representative benchmark documents, while keeping Node#sourceRange(), Element#endSourceRange(), and Attribute#sourceRange() behavior intact. #​2498
  • Added Element#classList(), an immutable snapshot of an element's class names in attribute order. Use hasClass() when you just need to test for one class, classList() when you want to read or iterate classes without needing a mutable result, and classNames() when you want the existing mutable, deduplicated set that can be written back with classNames(Set). The class APIs now share an HTML-whitespace scanner, which also makes classNames() faster and lighter on allocation, especially when walking many elements without class names. #​2500
  • Aligned HTML parser scope classification with the current HTML spec for select, foreignObject, and template. #​2501
  • Simplified the HTML tree builder's scope, implied-end-tag, and special-element checks by caching parser-only options on Tag. That improves HTML parser throughput by about 10% on small inputs and up to about 30% on larger inputs in the benchmark fixtures. #​2502
  • Improved HTML parser throughput stability by making hot tokeniser scan paths compile more predictably. #​2507
  • <noscript> fallback markup is now parsed into an inspectable DOM subtree in both the document head and body. The fallback acts as a contained parsing island, so malformed markup cannot disrupt the surrounding document structure, while normal HTML tokenization still applies within it. This also improves round-trip serialization. #​2537
  • Improved redirect credential handling as a defense-in-depth measure: explicit authorization headers and request cookies are no longer forwarded across origins, reducing exposure through open redirects and aligning with HTTP guidance. Cookies managed by a CookieStore continue to follow their configured scope. #​2540
  • Elements can now append their outer HTML, including their own tags, directly to an Appendable with Node#outerHtml(Appendable), without first creating a String. This complements Element#html(Appendable), which appends inner HTML only. #​2532
  • Aligned CDATA tokenization with the HTML spec: CDATA syntax in HTML content is parsed as a bogus comment, while it remains supported in SVG, MathML, and XML. Also improved namespace-aware fragment parsing so SVG and MathML contexts, HTML integration points, and context-sensitive tokenizer states are handled correctly. #​2542
  • When using the optional re2j regular expression engine, stack overflows caused by complex selector patterns are now normalized to a ValidationException with a Pattern complexity error message. #​2548
Bug Fixes
  • Fixed HTML parsing of mixed-case RCDATA end tags after tag-shaped text. For example, <title><p>Foo</TiTLE> and <textarea><img src=x></TeXtArEa> now keep the tag-shaped content as text instead of promoting it to markup. #​2503
  • Fixed W3CDom XML conversion so plain XML elements don't serialize with the reserved XML namespace as the default namespace. Explicit XML namespaces and xml:* attributes are still preserved. #​2504
  • Preserve control characters in parsed tag names #​2538
  • Updated HTTP redirects to follow the specification: 307 and 308 preserve the request method and content, 301 and 302 only change POST to GET, and Location is followed only for 301, 302, 303, 307, and 308 responses. Streamed request bodies are not buffered; if an automatic redirect requires replaying one, execution fails, so the caller can resend with a fresh stream. #​2540
  • Corrected the Cleaner's same-site link detection to compare hostnames rather than URL prefixes when applying rel=nofollow. #​2543
Build Changes
  • Cleaned up the Maven build for the multi-release JAR so Java 8 and Java 11+ sources compile as separate source sets. This avoids spurious Java 8 compiler warnings from newer-language overlay sources, keeps long-running parser checks behind an explicit profile, and preserves the same published artifacts and runtime behavior.
  • Improved parallelism and tuned timing in our integration tests, so that a full mvn clean verify drops from ~ 1m18s to ~ 21 seconds.
spring-projects/spring-framework (org.springframework:spring-web)

v7.0.8

Compare Source

⚠️ Security Fixes

This maintenance release fixes a high number of CVEs. You can learn more about this in the "Spring and Security In The Times Of AI" blog post. Here is the full list of 16 CVEs:

  • CVE-2026-41838 "Spring Framework Predictable Session ID in WebSocket Module"
  • CVE-2026-41839 "Spring Framework Escalation via Session Fixation in WebFlux"
  • CVE-2026-41840 "Spring Framework Denial of Service via Multipart Requests in WebFlux"
  • CVE-2026-41841 "Spring Framework Information Disclosure via Static Resource Cache in Spring MVC and WebFlux"
  • CVE-2026-41842 "Spring Framework Denial of Service via Versioned Resources in Spring MVC and WebFlux"
  • CVE-2026-41843 "Spring Framework Path Traversal via Versioned Static Resources in Spring MVC and WebFlux"
  • CVE-2026-41844 "Spring Framework Open Redirect in Spring MVC and WebFlux"
  • CVE-2026-41845 "Spring Framework Cross-site Scripting via JavaScriptUtils"
  • CVE-2026-41846 "Spring Framework Cross-site Scripting via JSP Form Tags"
  • CVE-2026-41848 "Spring Framework Denial of Service via AntPathMatcher"
  • CVE-2026-41850 "Spring Framework Algorithmic Denial of Service via SpEL Expressions"
  • CVE-2026-41851 "Spring Framework Denial of Service via Unbounded Cache in SpEL"
  • CVE-2026-41852 "Spring Framework Arbitrary Method Invocation in SpEL Expressions"
  • CVE-2026-41853 "Spring Framework Multipart Request Smuggling in Spring MVC and WebFlux"
  • CVE-2026-41854 "Spring Framework Server-Side Request Forgery via UriComponentsBuilder"
  • CVE-2026-41855 "Spring Framework Unsafe Deserialization via Jackson JMS Converters"
⭐ New Features
  • Include zone ID in CronTrigger's equals/hashCode implementations #​36871
  • Expose ClassLoader from DefaultDeserializer #​36833
  • Use immutable map for SEPARATORS static field in DefaultPathContainer #​36821
  • Track operations during SpEL expression evaluation #​36801
  • Ensure getters have non-void return types in SpEL #​36800
  • Avoid too many character access attempts in AntPathMatcher #​36799
  • Refine default view name resolution #​36793
  • Refine Jackson JMS converters #​36791
  • Improve ABNF rule checks in RfcUriParser #​36787
  • Restrict SpringVersion.getVersion() to "major.minor.patch" format #​36785
  • Runtime compatibility with JPA 4.0 M4 and corresponding Hibernate 8.0 snapshots #​36784
  • Allow specifying the charset to use in ExchangeFilterFunctions#basicAuthentication #​36777
  • Use CollectionUtils to initialize HashMap in DefaultUriBuilderFactory #​36763
  • Improve error messages in SpEL #​36756
  • Improve pattern caching in SpEL #​36755
  • Avoid ResolvableType#forType contention for implicit cache cleanup #​36745
  • Switch to JdkIdGenerator for WebSocket Sessions #​36740
  • Detect custom deserialized NullValue instances in AbstractValueAdaptingCache #​36727
  • LiteWebJarsResourceResolver does not resolve directories #​36726
  • Warn against unsafe static resource locations in MVC and WebFlux #​36692
  • Consistent compatibility with Woodstox as an alternative to Xerces #​36682
  • Improve principal checks for SockJS session #​36681
  • Set host header consistently in STOMP relay CONNECT frames #​36673
  • Support Micrometer context propagation in Kotlin Flow #​36667
  • Reliable detection of broadcast messages in UserDestinationMessageHandler #​36662
🐞 Bug Fixes
  • Concurrency issue against shared cookie field in CookieLocaleResolver#setLocaleContext #​36869
  • Server Sent Event does not support multi-line comments #​36866
  • CronExpression skips days on midnight DST gap #​36865
  • Regression in 6.2.0+: ConfigurationClassParser incorrectly removes component-scanned bean when the same class is also registered under a different name via XML #​36835
  • Preserve generic type info in awaitEntity() #​36834
  • Bean Background Bootstrap and Lazy Init #​36844
  • Back-off for DefaultMessageListenerContainer with OracleAQ has changed and is very short in SpringBoot 4 #​36809
  • Character outside of permitted range in Content Disposition #​36805
  • Fix JSP tag processing #​36797
  • Fix script processing capabilities #​36795
  • Jaxb2XmlEncoder exclusivity prevents JacksonXmlEncoder usage and hinders POJO serialization #​36776
  • JacksonXmlEncoder.canEncode incorrectly returns true for String body with application/xml #​36775
  • Consistently expose map key quotes in PropertyAccessorUtils #​36765
  • Fix fragment parsing for relative URI in RFC URI parser #​36762
  • Fix race condition in InMemoryWebSessionStore #​36742
  • Parsing failure for MIME type with quoted parameter values #​36730
  • Circular dependency between supplier-created beans is silently ignored on startup #​36725
  • Data is lost for joined DataBuffer in DataBufferUtils #​36714
  • Cache collisions in CachingResourceResolver #​36713
  • Unexpected path element removal when resolving versioned resources #​36698
  • Non-deterministic "Body token not expected" in org.springframework.http.codec.multipart.PartGenerator #​36694
  • Regression on value class parameter handling #​36665
  • Fix inverted logic for boolean last flag in JettyWebSocketSession when sending binary message #​36650
  • Parent traceId is not reused when calling WebClient.awaitExchange function #​36182
📔 Documentation
  • Fix broken links to Selenium documentation #​36875
  • Fix applicability note on setAutoGrowCollectionLimit #​36863
  • Document @Conditional gating of nested @Configuration classes #​36831
  • Javadoc of nestingLevel parameter in MethodParameter constructor is inconsistent with actual implementation #​36826
  • Re-structuring of Data Binding Content in Web Sections of Documentation #​36803
  • Fix typos for validateExistingTransaction #​36767
🔨 Dependency Upgrades
❤️ Contributors

Thank you to all the contributors who worked on this release:

@​0AndWild, @​Dennis-Mircea, @​cookie-meringue, @​daguimu, @​dmitrysulman, @​kilink, @​kzander91, @​leestana01, @​mguiking, @​quaff, @​seonwooj0810, @​sgerke-1L, @​shenjianeng, @​tianhaocui, @​wushiyuanmaimob, and @​zmovo

spring-projects/spring-data-redis (org.springframework.data:spring-data-redis)

v4.1.0

Compare Source

📗 Links

⭐ New Features

  • Add RedisMessageSendingTemplate #​3339
  • Added Redis DIGEST command support for connection and template layer #​3333
  • Refactor SET command API to include CAS options #​3324
  • Add RedisListenerEndpointRegistrar and content negotiation #​3321
  • Deprecate TimeUnit-based Template API in favor of Duration and Expiration types #​3319
  • Added support for Redis 8.4 DELEX command #​3318
  • Reset Caches by flushing DB #​3314
  • Add Expiration-based API for SET command operations #​3305
  • Add support for annotation-driven Redis Pub/Sub Listeners #​3303
  • Make auto-startup configurable in DefaultStreamMessageListenerContainer #​3293
  • Support CacheManager.resetCaches() optimization #​3290
  • Provide library client information to Redis #​3268
  • Add incrementScore to RedisZSet #​3257
  • Add incrementScore to RedisZSet #​3256
  • Expand bitwise operations with DIFF, DIFF1, ANDOR, ONE #​3250
  • Add support for XDELEX and XACKDEL, and expand options for XADD and XTRIM #​3247
  • Feature Request: Support XDELEX, XACKEX and extend XADD and XTRIM options from Redis 8.2 #​3232
  • Migrate to JSpecify annotations for nullability constraints #​3092
  • Consider enabling auto-startup for DefaultStreamMessageListenerContainer #​2568
  • Introduce annotation-driven Redis listener endpoint programming model #​1004

🐞 Bug Fixes

  • Fix RedisPipelineException double-wrapping in LettuceConnection.closePipeline() #​3347
  • RedisPipelineException is double-wrapped in LettuceConnection.closePipeline() #​3346
  • Fix sort direction ignored in GeoSearchStoreCommandArgs.sort() #​3345
  • Fix sort direction ignored in GeoSearchStoreCommandArgs.sort() #​3342
  • JedisClusterStringCommands uses LettuceConverters #​3328
  • Fix Duration validation to accept nanosecond fractions #​3302
  • Use Jackson default factory to create JavaType #​3277
  • JacksonJsonRedisSerializer in Spring Data Redis 4.0.0 breaks deserialization due to use of unsafeSimpleType #​3271
  • ReactiveListOperations left/right pop operations fail with Duration with fractions of second #​2975

📔 Documentation

  • Fix typos and a malformed anchor in the preface #​3377
  • Refine MessageListenerAdapter regarding channel and pattern arguments #​3338
  • Update observability note to reflect MicrometerTracing usage #​3323
  • Adopt Lettuce observability documentation to Spring Boot 4 changes #​3313
  • Refine Antora-build #​2797
  • Add Readme templates #​2758

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.9.16 #​3373
  • Upgrade to Lettuce 7.5.2.RELEASE #​3369
  • Upgrade to Jedis 7.4.1 #​3344
  • Upgrade to Lettuce 7.5.1.RELEASE #​3343
  • Upgrade to Commons Pool 2.13.1 #​3335
  • Upgrade to Jedis 7.4.0 #​3325
  • Upgrade to Lettuce 7.5.0.RELEASE #​3322
  • Upgrade to use the Jedis RedisClient/RedisClusterClient instead of the legacy Jedis API #​3315
  • Upgrade to Lettuce 6.8.2.RELEASE #​3296
  • Upgrade jedis minor and lettuce major versions #​3295
  • Upgrade to Jedis 7.2.0 #​3282

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v4.0.6

Compare Source

📗 Links

📔 Documentation

  • Fix typos and a malformed anchor in the preface #​3377

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.9.16 #​3374

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

redis/jedis (redis.clients:jedis)

v7.5.3: 7.5.3

Compare Source

This is a maintenance release with fixes for FT.HYBRID queries and connection pool handshake overhead. Recommended for any deployment using FT.HYBRID with Combiner.as(...) or MultiDbClient.

🐛 Bug Fixes

  • Fixes FT.HYBRID COMBINE argument count omitting YIELD_SCORE_AS tokens, causing the command to be rejected when a combined-score alias is set via Combiner.as(...). Fix by @​guyroyse in #​4575, backported to 7.5.x in #​4576.
  • Fixes double initialization of a pooled Connection in TrackingConnectionPool (used by MultiDbClient). #​4547, backported to 7.5.x in dd42b3e.

Full Changelog: redis/jedis@v7.5.2...v7.5.3

v7.5.2: 7.5.2

Compare Source

This is a maintenance release focused on improving the stability of the Automatic Failover feature (MultiDbClient). Recommended for any deployment using MultiDbClient / multi-database failover.

🐛 Bug Fixes

  • Fixes a connection pool leak in experimental multi-database failover when ping() fails during acquisition. #​4546

🧰 Maintenance

  • CommandObjects refactoring Part 4: Backport deprecations to 7.5.x by @​uglide in #​4517

v7.5.1

Compare Source

junit-team/junit-framework (org.junit:junit-bom)

v6.1.1

jacoco/jacoco (org.jacoco:jacoco-maven-plugin)

v0.8.15

Compare Source

JetBrains/kotlin (org.jetbrains.kotlin:kotlin-maven-allopen)

v2.4.10: Kotlin 2.4.10

Compare Source

Changelog

Backend. Wasm
  • KT-87066 K/Wasm: Not all files are presented in compiler output directory with multimodule-closed-world and incremental compilation
Compiler
  • KT-86939 JVM: IllegalStateException "No value for annotation parameter" when using const val in nested Java annotation array argument
  • KT-83766 K2: Wrong sourcePsi is set for SymbolPsiLiteral in SLC for annotation arguments referencing a const val
  • KT-86728 Reified type inference: expected type not propagated into inline call inside lambda with elvis operator
Compose Compiler
  • b/522127447 Compose Compiler 2.4: classes previously inferred stable now reported runtime/Uncertain
Klibs
  • KT-86501 Native: IrTypeAliasSymbolImpl is already bound. Signature: kotlinx.datetime/Instant|null[0] on iosSimulatorArm64
Tools. CLI
  • KT-86930 Introduce kotlinr in the Kotlin distribution
Tools. Gradle. BCV
  • KT-87223 Gradle, BCV: open version range in kotlinAbiValidationCompatClasspath causes kotlin-build-tools-impl to resolve to 2.4.20-Beta1 instead of 2.4.0
Tools. Gradle. JS
  • KT-87304 jsBrowserTest fails with "exited with errors (exit code: 1)"
  • KT-86057 kotlinUpgradeYarnLock skips lock file regeneration when kotlinNpmInstall is up-to-date, causing kotlinStoreYarnLock to fail
Tools. Gradle. Multiplatform
  • KT-87084 False positive warning for JS and Wasm compilations when CRI is enabled
Tools. Scripts
  • KT-87076 @file:CompilerOptions("-jvm-target", ...) ignored in .main.kts scripts in Kotlin 2.4.0, falling back to JVM target 1.8
  • KT-86352 K2 scripting: FirResolvedTypeRef exception when resolving extension functions from imported scripts

v2.4.0: Kotlin 2.4.0

Compare Source

Changelog

Analysis API
  • KT-83867 OVERLOAD_RESOLUTION_AMBIGUITY false positive with assertEquals in IJ repo
  • KT-83723 [Analysis API] Enable experimental KDoc resolver by default
  • KT-83388 Analysis API: properly support KMP in KotlinPackageProvider
  • KT-65683 Analysis API: Dangling file session creation causes a computeIfAbsent contract violation
Analysis API. Code Compilation
  • KT-78946 Evaluation of variable with local class in type parameter leads to InventNamesForLocalClasses exception
Analysis API. FIR
  • KT-68260 K2 AA: InvalidFirElementTypeException “For CALLABLE_REFERENCE_EXPRESSION with text ::lam1, unexpected element of type: no element found” with illegal callable reference call
  • KT-70896 AA: False positive deprecation warning with override of built-in method in JDK mapped class
  • KT-84711 K2 IDE sometimes loses FIR plugin-generated declarations after file changes
  • KT-84625 Analysis API: collectDesignationPath fails for nested classes inside plugin-generated top-level classes
  • KT-84596 Improve K2 Jooq completion performance
  • KT-84525 KaValueParameterSymbol#getHasSynthesizedName returns false for FirDeclarationOrigin.SubstitutionOverride.DeclarationSite
  • KT-83546 Kotlin analysis reach ClsCustomNavigationPolicy
  • KT-84259 Move CommonDefaultImportsProvider to the frontend independent module
  • KT-82945 Analysis API: KotlinIllegalArgumentExceptionWithAttachments: Expected FirResolvedTypeRef with ConeKotlinType but was FirUserTypeRefImpl
  • KT-71135 AA: exception from sealed inheritors checker when analyzeCopy
Analysis API. Infrastructure
Fixes
  • KT-83905 Analysis API: Improve UX with test data
  • KT-84913 Extract compiler classes used by the PSI & Analysis API to a separate module
  • KT-64986 Analysis API: Implement Analysis API tests for different KMP Platforms
  • KT-84776 The test data manager misses the redundancy check in the update mode
  • KT-84962 The test data manager misses -ea flag
  • KT-84388 Preserve the EOF status in the test data manager to avoid extra changes
  • KT-84362 Analysis API tests produce many warnings due to "not yet loaded registry"
  • KT-84279 Test Data Manager fails on a clean build
  • KT-83913 Exclude compiler-based Analysis API tests from Git tracking
  • KT-80379 Extract per-module test generators for AA tests
  • KT-84120 Move CLI modules out of kotlin-compiler-fe10-for-ide
  • KT-83200 Track external dependencies of the Analysis API modules
Analysis API. Light Classes
  • KT-82434 Light classes should prefer enum entries to properties
  • KT-84200 SLC: return type is not boxed for delegated methods with generic original method
  • KT-72451 "CCE: class PsiPrimitiveType cannot be cast to class PsiClassType" with same-named enum class and typealias
Analysis API. PSI
  • KT-84715 removeModifier doesn't delete whitespaces around the removed modifier
  • KT-84564 KtEnumEntry.delete deletes semicolon
  • KT-84781 Use computed properties in KotlinElementTypeProviderImpl
  • KT-83846 Set up guidelines for PSI
  • KT-84135 Deprecate KtSelfType
Analysis API. Providers and Caches
  • KT-82731 Analysis API: Limit granular tree change processing to a few files
  • KT-79234 Analysis API: Usage of asMap() on Caffeine caches bypasses stats counters
  • KT-74090 Analysis API: Support dumb mode (restricted analysis)
Analysis API. Standalone
  • KT-83801 Nested typealiases are not correctly indexed in standalone mode
Analysis API. Stubs and Decompilation
  • KT-85371 StackOverflowError from LLKotlinStubBasedLibrarySymbolProvider and StubBasedClassDeserialization
  • KT-83935 Support KDoc loading in decompiled stubs
Analysis API. Surface
New Features
  • KT-85239 Streaming version of collectDiagnostics()
  • KT-82519 Automatically recognize the appropriate analysis mode for in-memory file copies based on their content
  • KT-73534 SAM method API
  • KT-82993 Support explicit backing fields in the Analysis API
Fixes
  • KT-79186 KtCompletionExtensionCandidateChecker does not work for extensions when using callable references of a type
  • KT-83759 Analysis API: Mark platform interface APIs with @KaPlatformInterface
  • KT-83921 Extend KaKDocProvider to read Kdoc from KLIB metadata
  • KT-77426 KaFirCompilerFacility uses an arbitrary JVM counterpart for common sources
  • KT-84737 KaCallableSymbol#directlyOverriddenSymbols doesn't work for java overrides of kotlin properties
  • KT-84621 Migrate symbol tests to ManagedTest properly
  • KT-80575 KaFirJavaInteroperabilityComponent#getJavaGetterName should not throw exception on incomplete code
  • KT-84397 KtDefaultAnnotationArgumentReference should return only results with value name
  • KT-84804 buildSubstitutor does not work correctly with Java type parameters
  • KT-84389 Cover references with ABI and documentation checks
  • KT-57042 K2, Analysis API: KaJavaInteroperabilityComponent#callableSymbol returns null for a Java getter implementing Kotlin property
  • KT-80856 Analysis API: analysisContextModule incorrectly determines the module of an original file when used for dangling file context assignment
  • KT-84363 AA, isUsedAsExpression: Unhandled Non-KtExpression parent of KtExpression: class org.jetbrains.kotlin.psi.KtContractEffect
  • KT-70476 Analysis API: "KtDefaultAnnotationArgumentReference.resolveToSymbols" does not work in FIR implementation
  • KT-68499 Split KtDefaultAnnotationArgumentReference on K1 and K2 implementation
  • KT-70521 Analysis API: Impossible to distinguish between 'iterator' operator calls dispatched with imports from objects
  • KT-77669 Context arguments are missed on implicit invoke calls
  • KT-77670 resolveToCall: extensionReceiver is incorrectly chosed due to a conflict with context parameters for an implicit invoke call
  • KT-68633 K2 AA: IAE "Expected class KaClassSymbol instead of class KaFirEnumEntrySymbol" with enum entry initializer
  • KT-83777 Analysis API: The resolution scope of a context module accepts elements from associated dangling files
  • KT-82571 No expected type for overridden property without explicit type
  • KT-83223 Support "Explicit context arguments" in the Analysis API
  • KT-65186 K2: Analysis API: KtExpressionTypeProvider.getExpectedType works incorrectly for the right hand side of assignment expressions
  • KT-76011 KaFirNamedClassSymbol#companionObject doesn't provide generated objects generated by compiled plugins
  • KT-73290 Analysis API: Improve the archite

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "on saturday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 commented May 16, 2026

Copy link
Copy Markdown
Author

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate
renovate Bot force-pushed the renovate/all-non-major-updates branch from 2dfa1ab to 9dbdef3 Compare May 17, 2026 20:58
@renovate renovate Bot changed the title Update dependency org.slf4j:slf4j-api to v2.0.18 Update all non-major updates May 17, 2026
@renovate
renovate Bot force-pushed the renovate/all-non-major-updates branch from 9dbdef3 to 0f9d44c Compare May 19, 2026 21:09
@renovate
renovate Bot force-pushed the renovate/all-non-major-updates branch 5 times, most recently from 9d09269 to 0c93fe1 Compare June 3, 2026 17:14
@renovate
renovate Bot force-pushed the renovate/all-non-major-updates branch 3 times, most recently from 8a6a8e3 to 5598ab4 Compare June 9, 2026 11:16
@renovate
renovate Bot force-pushed the renovate/all-non-major-updates branch 2 times, most recently from 165a006 to 3c32387 Compare June 23, 2026 10:35
@renovate
renovate Bot force-pushed the renovate/all-non-major-updates branch 6 times, most recently from 6995d57 to 1e3bfe7 Compare July 1, 2026 21:42
@renovate
renovate Bot force-pushed the renovate/all-non-major-updates branch 3 times, most recently from d4334c7 to e163b2d Compare July 20, 2026 23:09
@renovate
renovate Bot force-pushed the renovate/all-non-major-updates branch 3 times, most recently from 21ce9b7 to 0a86bef Compare July 30, 2026 04:55
@renovate
renovate Bot force-pushed the renovate/all-non-major-updates branch from 0a86bef to d492be6 Compare July 31, 2026 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants