Skip to content

Update Core dependencies (non-major)#614

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/core-non-major
Open

Update Core dependencies (non-major)#614
renovate[bot] wants to merge 1 commit intomainfrom
renovate/core-non-major

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 15, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
org.gradle:test-retry-gradle-plugin 1.5.91.6.4 age confidence
com.android.tools.build:gradle-api (source) 8.4.08.13.2 age confidence
com.android.tools.build:gradle (source) 8.4.08.13.2 age confidence
com.google.protobuf:protobuf-kotlin (source) 4.34.04.34.1 age confidence
com.google.protobuf:protobuf-java-util (source) 4.34.04.34.1 age confidence
com.google.protobuf:protobuf-java (source) 4.34.04.34.1 age confidence
com.google.protobuf:protoc (source) 4.34.04.34.1 age confidence
io.grpc:protoc-gen-grpc-java 1.80.01.81.0 age confidence
io.grpc:grpc-protobuf-lite 1.80.01.81.0 age confidence
io.grpc:grpc-protobuf 1.80.01.81.0 age confidence
io.grpc:grpc-netty 1.80.01.81.0 age confidence
io.grpc:grpc-util 1.80.01.81.0 age confidence
io.grpc:grpc-stub 1.80.01.81.0 age confidence
io.grpc:grpc-api 1.80.01.81.0 age confidence
org.jetbrains.lincheck:lincheck 3.43.5 age confidence
com.gradleup.compat.patrouille:compat-patrouille-gradle-plugin 0.0.20.1.0 age confidence
com.gradle:common-custom-user-data-gradle-plugin 2.4.02.6.0 age confidence
org.jetbrains.kotlinx.kover 0.9.70.9.8 age confidence
org.jetbrains.kotlinx:kover-gradle-plugin 0.9.70.9.8 age confidence
org.jetbrains.kotlinx:kotlinx-serialization-protobuf 1.10.01.11.0 age confidence
org.jetbrains.kotlinx:kotlinx-serialization-cbor 1.10.01.11.0 age confidence
org.jetbrains.kotlinx:kotlinx-serialization-json 1.10.01.11.0 age confidence
org.jetbrains.kotlinx:kotlinx-serialization-core 1.10.01.11.0 age confidence
org.jetbrains.kotlinx.atomicfu 0.31.00.32.1 age confidence
org.jetbrains.kotlinx:atomicfu 0.31.00.32.1 age confidence
org.jetbrains.dokka 2.2.0-Beta2.2.0 age confidence
org.jetbrains.dokka:dokka-gradle-plugin 2.2.0-Beta2.2.0 age confidence
org.jetbrains.dokka:analysis-kotlin-symbols 2.2.0-Beta2.2.0 age confidence
org.jetbrains.dokka:dokka-base-test-utils 2.2.0-Beta2.2.0 age confidence
org.jetbrains.dokka:dokka-test-api 2.2.0-Beta2.2.0 age confidence
org.jetbrains.dokka:dokka-base 2.2.0-Beta2.2.0 age confidence
org.jetbrains.dokka:dokka-core 2.2.0-Beta2.2.0 age confidence
org.junit:junit-bom (source) 5.14.25.14.4 age confidence
org.jetbrains.kotlin-wrappers:kotlin-js 2026.3.72026.5.2 age confidence
com.gradle.plugin-publish 2.0.02.1.1 age confidence
com.gradle.publish:plugin-publish-plugin 2.0.02.1.1 age confidence
io.ktor:ktor-client-websockets 3.4.03.4.3 age confidence
io.ktor:ktor-client-core 3.4.03.4.3 age confidence
io.ktor:ktor-client-cio 3.4.03.4.3 age confidence
io.ktor:ktor-server-test-host 3.4.03.4.3 age confidence
io.ktor:ktor-server-websockets 3.4.03.4.3 age confidence
io.ktor:ktor-server-core 3.4.03.4.3 age confidence
io.ktor:ktor-server-netty 3.4.03.4.3 age confidence
io.ktor:ktor-websockets 3.4.03.4.3 age confidence
org.jetbrains.kotlinx:kotlinx-coroutines-debug 1.10.21.11.0 age confidence
org.jetbrains.kotlinx:kotlinx-coroutines-test 1.10.21.11.0 age confidence
org.jetbrains.kotlinx:kotlinx-coroutines-core 1.10.21.11.0 age confidence

Warning

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


Release Notes

grpc/grpc-java (io.grpc:protoc-gen-grpc-java)

v1.81.0

In this release we drop support for Android API level 22 or lower (Lollipop or earlier), following Google Play Service’s discontinued updates for Lollipop (API levels 21 & 22) and now requires a minimum of API level 23 (Android 6.0 Marshmallow).

API Changes

  • api: Deprecate LoadBalancer.handleResolvedAddresses(). Developers maintaining custom LoadBalancer implementations should transition to using LoadBalancer.acceptResolvedAddresses(). Unlike the deprecated method, acceptResolvedAddresses() returns a Status object, allowing the load balancer to explicitly report success or reject the update if the provided addresses or configuration are invalid. (#​11623)

Behavior Changes

  • core: Enable dns "caching" on Android for 30 seconds to reduce CPU impact of a refresh loop with an LB policy (0675f70). DnsNameResolver ignores re-resolution requests on OpenJDK-like platforms if it has been too soon since the last DNS query because InetAddress.getAllByName() has a cache with a fixed entry lifetime, but this logic was disabled for Android which does not have that style of cache. Android’s cache uses the result TTL, which will rarely be less than 30 seconds. This change would probably be most noticeable when 1) changing to a different network (e.g., from wifi to mobile), 2) the server has different addresses for different networks, and 3) the app is not using AndroidChannelBuilder with an android.context.Context. For reference, it seems Chrome caches for 1 minute

Bug Fixes

  • opentelemetry: Fix baggage propagation, the baggage propagation for opentelemetry introduced in #​12389 was broken. The context is decided once and used for all recording for the call, thus guaranteeing all record()s have consistent information.
  • core: Address a race condition where ManagedChannelOrphanWrapper could incorrectly log a "not shutdown properly" warning during garbage collection when using directExecutor(). (#​12705) (d459338)
  • xds: Fix xDS HTTP CONNECT's transport socket name bug which is now corrected to use typeUrl. (#​12740) (eac9fe9)
  • xds: Fix an issue where subchannel metrics were dropping their association with the backend_service. This ensures xDS load balancing metrics are reported accurately. (#​12735)

New Features

  • netty: Add tcp metrics, by implementing a few of the metrics defined in A80.
  • api: Add a CallOption for a custom label on per-RPC metrics (0e39b29). This CallOption is copied by grpc-opentelemetry to the grpc.client.call.custom label as defined by gRFC A108. See also the gRPC OpenTelemetry Metrics guide (update in-progress)
  • xds: Add support for Weighted Round Robin (WRR) load balancing driven by custom backend metrics, implementing the behavior defined in gRFC A114. (#​12645)
  • utils: Update AdvancedTlsX509KeyManager so that developers can now preserve and use key aliases when dynamically reloading TLS certificates. (#​12686)

Documentation

  • Update the "Outgoing Flow Control" section in the Manual Flow Control example to say onNext() does not block, but rather queues the messages in memory and advises developers to use CallStreamObserver.isReady() to prevent this memory exhaustion (#​12700) (a3a9ffc) (#​12726) (65ae2ef)
  • examples: Clean up Health example, and document need for grpc-services (3ed732f)

Dependencies

  • Upgrade Dependencies (#​12719) (16e17ab). Google-auth-library: 1.42.1, animal-sniffer: 1.27, assertj-core:3.27.7, error_prone_annotations:2.48.0, proto-google-common-protos:2.64.1, google-cloud-logging:3.23.10, jetty-http2-server:12.1.7, jetty-ee10-servlet:12.1.7, lincheck:3.4, opentelemetry-api:1.60.1, opentelemetry-exporter-prometheus:1.60.1-alpha, opentelemetry-gcp-resources:1.54.0-alpha, opentelemetry-sdk-extension-autoconfigure:1.60.1, opentelemetry-sdk-testing:1.60.1, robolectric:4.16.1, tomcat-embed-core:10.1.52, tomcat-embed-core9: 9.0.115,
  • Upgrade Netty to 4.1.132 and netty-tcnative to 2.0.75 (1528f80)

Thanks to

GradleUp/compat-patrouille (com.gradleup.compat.patrouille:compat-patrouille-gradle-plugin)

v0.1.0

2025-10-10
Add support for com.android.kotlin.multiplatform.library in #​31

v0.0.3

2025-10-06

Do not configure JavaCompile tasks eagerly (#​27)

gradle/common-custom-user-data-gradle-plugin (com.gradle:common-custom-user-data-gradle-plugin)

v2.6.0: 2.6.0

  • [FIX] Rename AI Agent tag to AI
  • [FIX] Rename AI Agent value key to AI agent
  • [NEW] For GitHub PRs, capture GITHUB_BASE_REF as the value PR base branch

v2.5.0: 2.5.0

  • [NEW] Add AI Agent tag to the Build Scan when invoked by an AI Agent
  • [NEW] Add custom value to the Build Scan indicating which AI Agent invoked the build
  • [NEW] Add link in Build Scan to GitHub PR
Kotlin/kotlinx-kover (org.jetbrains.kotlinx.kover)

v0.9.8

===================

Kover Gradle Plugin

Internal features
  • Updated publish plugin and declare configuration cache compatibility
  • #782 Filled Implementation fields Vendor/Title/Version in MANIFEST.MF
Bugfixes
  • #799 #772 Fixed Android multiplatform library support in case of the violation of the project isolation
Kotlin/kotlinx.serialization (org.jetbrains.kotlinx:kotlinx-serialization-protobuf)

v1.11.0

==================

This release is based on Kotlin 2.3.20 and provides new Json exceptions API and some bugfixes and improvements.

Expose Json exceptions structure

To make working with exceptions easier and providing proper error codes in e.g., REST APIs,
classes JsonException, JsonDecodingException, and JsonEncodingException are now public.
They have relevant public properties, such as shortMessage, path, offset, and others.
This API is currently experimental, and we're going to improve it further in the subsequent releases.
See the linked issues for the details: #​1930, #​1877.

Ability to hide user input from exception messages for security/privacy reasons.

Historically, exception messages in kotlinx.serialization often included the input Json itself for debuggability reason.
Such behavior may pose additional challenges for logging, analytics, and other systems, since
a system is not always allowed to store user data due to privacy/security reasons, which imposes additional sanitation logic.
To address this issue, a new property exceptionsWithDebugInfo is added to JsonConfiguration.
Disable it to hide user input from exception messages.
IMPORTANT: This behavior will be enabled by default when this property becomes stable.
See #​2590 for more details.

Bugfixes and improvements

  • CBOR: Relax value range check when decoding numbers (#​3167)
  • Use a specialized writeDecimalLong method for IO stream integrations in Json (#​3152)
Kotlin/kotlinx.atomicfu (org.jetbrains.kotlinx.atomicfu)

v0.32.1

Compare Source

  • Fixed issues with the Gradle plugin publication to the Gradle plugin portal (#​589)

v0.32.0

Compare Source

  • SynchronizedObject implementation was reverted to version 0.29.0 to resolve a performance regression (See #​584 for details)
Kotlin/dokka (org.jetbrains.dokka)

v2.2.0: 2.2.0

Dokka Gradle Plugin

Starting from Dokka 2.1.0, the new Dokka Gradle Plugin is enabled by default. The documentation on kotlinlang.org has been updated accordingly:

Dokka 2.2.0 introduces multiple improvements and fixes:

Note: most of the following changes affect only the new Dokka Gradle Plugin, enabled by default since Dokka 2.1.0

Analysis improvements

Starting from Dokka 2.1.0, the K2 analysis is enabled by default. K2 analysis is now stable, enabled by default, and fully migrated to the new shared Analysis API. This includes the migration to the new KDoc resolution API within the Analysis API.

Dokka 2.2.0 introduces multiple improvements and fixes:

Note: most of the following changes affect only Dokka's K2 analysis, enabled by default since Dokka 2.1.0

  • Allow actual declarations to automatically inherit their documentation from expect counterparts in multiplatform projects (#​2493, #​4245, #​4351)
  • Link resolution improvements:
    • Support references to declarations with quoted names (#​3356)
    • Support resolution of links to extensions with type parameters according to KEEP#385 (#​3555)
    • Improve handling of ambiguous KDoc links according to KEEP#389 (#​3451, #​3179, #​3632, #​4327, #​3604)
      • Note: those changes are currently available only under experimental org.jetbrains.dokka.analysis.enableExperimentalKDocResolution system property
  • K2/K1 compatibility improvements:
    • Fix Multiple pages associated with key (#​4300)
    • Fix inconsistent constructor rendering for expect/actual annotation (#​4055)
    • Fix missing abstract modifier for abstract interface method with redundant open modifier (#​4144)
    • Fix working with intersected and overridden fake functions/properties (#​3857)
    • Fix rendering of links in @see block (#​3680)
    • Fix redundant ? on properties with a type of typealias to nullable type (#​4337)
    • Fix the missing default parameter value for inherited (not overridden) members (#​4320)
    • Fix duplicate source links for function overloads and properties (#​4049, #​4338)
    • Fix resolution of links in the second line of KDoc tags (#​4332, KT-75215, KT-79783)
  • Improve DRI handling for varargs and properties (#​3558, #​4347)
  • Context parameters improvements:
    • Fix KDoc links to context parameters (#​4389)
    • Support context parameters documentation via @param tag (#​4065)
  • Java/Javadoc related improvements:
    • Use language-java class for <pre> and <code> tags generated from Java sources (#​4346)
    • Add new Mark DocTag, TextStyle.Highlight and support for <mark> javadoc HTML tag (#​4376)
    • Fix source links to accessors in the KotlinAsJava plugin (#​4396)
    • Fix incorrect links to Javadoc's functions with type parameters (#​3502)
    • Fix links to Java fields (#​4360)
    • Fix documentation on extension properties is not propagated to the generated extension getters (#​3752)
    • Fix generated getter for property in kotlin-as-java doesn't inherit KDoc description (#​3369)

Kotlin playground runnable samples extracted into a separate plugin

Starting with Dokka 2.2.0, Kotlin Playground–based rendering of @sample KDoc references is disabled by default. Samples are now rendered as non-runnable code blocks.

Support for interactive, runnable samples has been extracted into a separate plugin with configurable options, including custom Playground scripts and server URLs. See the plugin README.md for setup instructions.

Other changes and bugfixes

  • Fix unnecessary logging for unresolved links in module documentation (#​4413)
  • Fix CLI runner to force use of the latest stdlib (#​4324)
  • Use the shadowed stdlib in the Dokka Maven Plugin (#​4229)

Changes from 2.2.0-Beta

  • Fix DGP reads all Gradle properties, which causes unnecessary CC invalidation (#​4467)
  • Detect and handle intersected source roots in Android multi-variant projects (#​4473)

Feedback

We would appreciate your feedback!

JetBrains/kotlin-wrappers (org.jetbrains.kotlin-wrappers:kotlin-js)

v2026.5.2

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.5.1...2026.5.2

v2026.5.1

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.5.0...2026.5.1

v2026.5.0

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.4.15...2026.5.0

v2026.4.15

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.4.14...2026.4.15

v2026.4.14

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.4.13...2026.4.14

v2026.4.13

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.4.12...2026.4.13

v2026.4.12

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.4.11...2026.4.12

v2026.4.11

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.4.10...2026.4.11

v2026.4.10

Compare Source

What's Changed

Full Changelog: JetBrains/kotlin-wrappers@2026.4.9...2026.4.10

v2026.4.9

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.4.8...2026.4.9

v2026.4.8

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.4.7...2026.4.8

v2026.4.7

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.4.6...2026.4.7

v2026.4.6

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.4.5...2026.4.6

v2026.4.5

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.4.4...2026.4.5

v2026.4.4

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.4.3...2026.4.4

v2026.4.3

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.4.2...2026.4.3

v2026.4.2

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.4.1...2026.4.2

v2026.4.1

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.4.0...2026.4.1

v2026.4.0

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.3.17...2026.4.0

v2026.3.17

Compare Source

What's Changed

Full Changelog: JetBrains/kotlin-wrappers@2026.3.16...2026.3.17

v2026.3.16

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.3.15...2026.3.16

v2026.3.15

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.3.14...2026.3.15

v2026.3.14

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.3.13...2026.3.14

v2026.3.13

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.3.12...2026.3.13

v2026.3.12

Compare Source

What's Changed

Full Changelog: JetBrains/kotlin-wrappers@2026.3.11...2026.3.12

v2026.3.11

Compare Source

What's Changed

New Contributors

Full Changelog: JetBrains/kotlin-wrappers@2026.3.10...2026.3.11

v2026.3.10

Compare Source

BREAKING CHANGE

React
  • Add awaitCancellationcleanup helper
    • Can be used as a cleanup helper for React hooks
useEffect {
    val unsubscribe = api.addHandler { setData(it) }

    awaitCancellation {
        // will be called when React calls cleanup
        unsubscribe()
    }
}

v2026.3.9

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.3.8...2026.3.9

v2026.3.8

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.3.7...2026.3.8

ktorio/ktor (io.ktor:ktor-client-websockets)

v3.4.3

Published 22 April 2026

Bugfixes
  • KTOR-9451 OpenAPI schema inference not working for custom nested generics
  • KTOR-9490 OpenAPI: Self-referential schema $ref uses FQN while schema is registered with a simple name
  • KTOR-9463 OpenAPI: schema inference StackOverflow
  • KTOR-8938 WebSockets: WebSockets handler does not inherit server coroutine context
  • KTOR-8989 Shared engine is closed when a client created with config method is closed
  • KTOR-9485 Apache5: FutureCallback never called, breaking Java agent instrumentation
  • KTOR-9497 Darwin: SIGABRT crash when close() races with in-flight execute() since 3.4.2
  • KTOR-9431 SuspendFunctionGun: ThreadContextElement leaks across requests when interceptor suspends
  • KTOR-9423 CannotTransformContentToTypeException leaks internal class names in response body
  • KTOR-9461 Incorrect link to the OWASP cheatsheet in the KDoc for CSRF plugin
  • KTOR-9476 Unable to update/remove session data if no response content
  • KTOR-9343 HttpRequestLifecycle plugin with cancelCallOnClose on, cancels subsequent requests when CallLogging plugin with callIdMdc is installed

v3.4.2

Published 27 March 2026

Improvements
  • KTOR-9327 Curl: The WebSockets maxFrameSize option does not have an effect
  • KTOR-9383 CaseInsensitiveString: reduce allocations
  • KTOR-9385 Netty: Allocation micro-optimizations
  • KTOR-9403 Darwin: Unnecessary ByteArray copy for each received response chunk
  • KTOR-9412 KDoc for formFieldLimit documents incorrect default value (64 KB instead of 50 MiB)
Bugfixes
  • KTOR-9351 OpenAPI: Incorrect schema generated for nested classes with lists
  • KTOR-9361 WebSockets: JsWebSocketSession._closeReason is completed twice
  • KTOR-9437 Fix GraalVM Compatibility
  • KTOR-9424 Logging: OkHttp format should log the full requested URL
  • KTOR-8540 Logging: IllegalStateException is thrown when response is cached and deserialization fails
  • KTOR-9370 OpenAPI: NoSuchMethodError - getLOCAL_FUNCTION_FOR_LAMBDA with Kotlin 2.3.20-*
  • KTOR-9421 Netty: active SSE connection blocks HTTP/2 response flushing for other requests
  • KTOR-3390 JS browser: "Failed to execute 'digest' on 'SubtleCrypto'" error when using digest auth
  • KTOR-5977 Compression: The encoders buffer streaming response
  • KTOR-9393 Certificate pinning matches against all pins instead of hostname-scoped pins
  • KTOR-8751 DI: AmbiguousDependencyException when named dependency is overridden in testApplication
  • KTOR-9039 Bearer Auth: Request body transformed with jsonIO isn't sent over again after refreshToken request
  • KTOR-9404 Darwin: Memory leak in KtorNSURLSessionDelegate
  • KTOR-9399 LinkageError when running Ktor app with development mode inside Spring Boot / Amper fat-JAR
  • KTOR-9402 NoSuchMethodError on RawWebSocket after 3.4.0
  • KTOR-9372 Frame.Text.readText() causes infinite loop and 100% CPU on Kotlin/Native when WebSocket frame data is malformed or connection drops unexpectedly
  • KTOR-9387 ZstdEncoder decode fails when source data is split into multiple Zstd frames

v3.4.1

Published 3 March 2026

Improvements
  • KTOR-9382 HttpProtocolVersion.parse: fast path for common versions
  • KTOR-9381 GMTDate: reduce allocations
  • KTOR-8971 Support "operationId" in Kdoc for OpenAPI spec. gen.
  • KTOR-9333 WebSockets: Infinite spin and potential OOM vulnerabilities in the Inflater.inflateFully method
  • KTOR-5616 Ktor always adds by default an Accept-Charset header
  • KTOR-9291 OpenAPI: handle atypical route functions
  • KTOR-9293 OpenAPI describe needs defaults
  • KTOR-9304 OpenAPI: Order of path parameters is not preserved in the spec
  • KTOR-9353 Routing: TailcardSelector missing toString(), which clutters the logs
Bugfixes
  • KTOR-9281 OpenApi code inference misses lambda argument bodies
  • KTOR-9273 OpenAPI static content path appears in resulting model
  • KTOR-9004 OpenAPI: No respective formats detected for serializable types like UUID or Instant
  • KTOR-9305 OpenAPI: "No mapping for symbol: VAR FOR_LOOP_VARIABLE" error with codeInferenceEnabled=true
  • KTOR-9279 OpenAPI: UnsupportedOperationException for a function with a reified type parameter codeInferenceEnabled = true
  • KTOR-9289 OpenAPI: Resource routes are missing inferred and comment-based documentation
  • KTOR-9330 OpenAPI: Cannot override kotlinx.serialization module
  • KTOR-9320 OpenAPI: jsonSchema() does not unwrap Kotlin value classes (inline classes)
  • KTOR-9352 Authentication: Creating JWT verifier fails for JWK with kty=EC and alg=null
  • KTOR-9344 Flow invariant error happens after update to Ktor 3.4.0
  • KTOR-9362 testApplication: Race condition

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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.

👻 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 added the dependencies Dependencies bump label Mar 15, 2026
@renovate renovate Bot requested a review from Mr3zee March 15, 2026 01:25
@renovate renovate Bot force-pushed the renovate/core-non-major branch 9 times, most recently from 1cb4d61 to a0d212b Compare March 21, 2026 02:10
@renovate renovate Bot force-pushed the renovate/core-non-major branch from a0d212b to 274fcde Compare May 9, 2026 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependencies bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants