Skip to content

fix(deps): update all non-major dependencies#1578

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies#1578
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 14, 2026

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/cache action patch v5.0.4v5.0.5 age confidence
com.google.protobuf plugin minor 0.9.60.10.0 age confidence
com.google.guava:guava dependencies minor 33.5.0-android33.6.0-android age confidence
com.github.bumptech.glide:glide dependencies patch 5.0.55.0.7 age confidence
org.jetbrains.kotlinx:kotlinx-serialization-json dependencies minor 1.10.01.11.0 age confidence
com.gradle.develocity plugin patch 4.4.04.4.1 age confidence
androidx.annotation:annotation (source) dependencies minor 1.9.11.10.0 age confidence
com.google.devtools.ksp (source) plugin patch 2.3.62.3.7 age confidence
com.google.devtools.ksp:symbol-processing-api (source) dependencies patch 2.3.62.3.7 age confidence
org.jetbrains.kotlin.plugin.serialization (source) plugin patch 2.3.202.3.21 age confidence
org.jetbrains.kotlin.jvm (source) plugin patch 2.3.202.3.21 age confidence
org.jetbrains.kotlin:kotlin-gradle-plugin (source) dependencies patch 2.3.202.3.21 age confidence
com.android.library (source) plugin minor 9.1.09.2.0 age confidence

Release Notes

actions/cache (actions/cache)

v5.0.5

Compare Source

What's Changed

Full Changelog: actions/cache@v5...v5.0.5

bumptech/glide (com.github.bumptech.glide:glide)

v5.0.7: Glide v5.0.7

Compose

N/A

KTX

N/A

Build Changes
  • Add missing version bump
Changes

N/A

Full Changelog: bumptech/glide@v5.0.6...v5.0.7

Kotlin/kotlinx.serialization (org.jetbrains.kotlinx:kotlinx-serialization-json)

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)
google/ksp (com.google.devtools.ksp)

v2.3.7

Compare Source

What's Changed

  • Bumped Kotlin target language version to 2.3.20 (#​2821)
  • Fixed an issue where the plugin adds a maven repo to the build and corrected the compiler plugin artifact (#​2856)
  • Fixed a crash with IllegalStateException when source contains a class-level destructuring declaration (#​2861)
  • Fixed support for Gradle Isolated Projects (#​2844)
  • Fixed Windows build failure when the path is long (#​2815)
  • Fixed issue where KSP does not call SymbolProcessor in some Gradle setups (#​2511)
  • Fixed a crash in PsiResolutionStrategy for annotations with nullable fully qualified names (#​2864)
  • Improved performance by lazily computing fully qualified Java annotation names (#​2860)

Contributors

  • Thanks to everyone who reported bugs and participated in discussions!

Full Changelog: google/ksp@2.3.6...2.3.7

JetBrains/kotlin (org.jetbrains.kotlin.plugin.serialization)

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: (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 changed the title fix(deps): update dependency net.bytebuddy:byte-buddy to v1.18.7 fix(deps): update dependency net.bytebuddy:byte-buddy to v1.18.7 - autoclosed Mar 15, 2026
@renovate renovate Bot closed this Mar 15, 2026
@renovate renovate Bot deleted the renovate/all-minor-patch branch March 15, 2026 17:16
@renovate renovate Bot changed the title fix(deps): update dependency net.bytebuddy:byte-buddy to v1.18.7 - autoclosed fix(deps): update dependency net.bytebuddy:byte-buddy to v1.18.7 Mar 15, 2026
@renovate renovate Bot reopened this Mar 15, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 502e84f to 8da4734 Compare March 16, 2026 09:25
@renovate renovate Bot changed the title fix(deps): update dependency net.bytebuddy:byte-buddy to v1.18.7 fix(deps): update all non-major dependencies Mar 16, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 8da4734 to f2902d4 Compare March 16, 2026 13:48
@renovate renovate Bot changed the title fix(deps): update all non-major dependencies fix(deps): update all non-major dependencies to v2.3.20 Mar 16, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from f2902d4 to 573617e Compare March 16, 2026 21:58
@renovate renovate Bot changed the title fix(deps): update all non-major dependencies to v2.3.20 fix(deps): update all non-major dependencies Mar 16, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 573617e to 05bf8c4 Compare March 17, 2026 05:22
@renovate renovate Bot changed the title fix(deps): update all non-major dependencies fix(deps): update all non-major dependencies to v2.3.20 Mar 17, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 05bf8c4 to 11ae764 Compare March 17, 2026 08:40
@renovate renovate Bot changed the title fix(deps): update all non-major dependencies to v2.3.20 fix(deps): update all non-major dependencies Mar 17, 2026
@renovate renovate Bot changed the title fix(deps): update all non-major dependencies fix(deps): update all non-major dependencies - autoclosed Mar 17, 2026
@renovate renovate Bot closed this Mar 17, 2026
@renovate renovate Bot changed the title fix(deps): update all non-major dependencies - autoclosed chore(deps): update actions/cache action to v5.0.4 Mar 18, 2026
@renovate renovate Bot reopened this Mar 18, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1206e11 to ebb9655 Compare March 19, 2026 13:44
@renovate renovate Bot changed the title chore(deps): update actions/cache action to v5.0.4 chore(deps): update all non-major dependencies Mar 19, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from ebb9655 to b41f6a7 Compare March 20, 2026 21:14
@renovate renovate Bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Mar 20, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from a179271 to d044fc8 Compare April 1, 2026 00:54
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 6ec6f98 to 99d3a2d Compare April 2, 2026 09:50
@renovate renovate Bot changed the title fix(deps): update all non-major dependencies fix(deps): update all non-major dependencies - autoclosed Apr 2, 2026
@renovate renovate Bot closed this Apr 2, 2026
@renovate renovate Bot changed the title fix(deps): update all non-major dependencies - autoclosed fix(deps): update dependency androidx.annotation:annotation to v1.10.0 Apr 8, 2026
@renovate renovate Bot reopened this Apr 8, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 99d3a2d to 583cf41 Compare April 8, 2026 20:34
@renovate renovate Bot changed the title fix(deps): update dependency androidx.annotation:annotation to v1.10.0 fix(deps): update all non-major dependencies Apr 9, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 6bccaaa to 5764f33 Compare April 15, 2026 16:53
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from f2f8440 to 0cbded7 Compare April 23, 2026 01:46
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 0cbded7 to 2c85990 Compare April 23, 2026 11:37
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