Skip to content

fix(deps): apply minor dependency updates#129

Open
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/minor-updates
Open

fix(deps): apply minor dependency updates#129
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/minor-updates

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 1, 2026

This PR contains the following updates:

Package Change Age Confidence
org.jetbrains.kotlinx:kotlinx-serialization-json 1.10.01.11.0 age confidence
com.google.firebase:firebase-analytics 23.0.023.2.0 age confidence
com.google.firebase:firebase-bom 34.10.034.12.0 age confidence

Release Notes

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)

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 renovate label Mar 1, 2026
@renovate renovate bot force-pushed the renovate/minor-updates branch from 5b21eba to 5e81be0 Compare March 7, 2026 14:39
@renovate renovate bot changed the title fix(deps): apply dependency com.google.firebase:firebase-bom to v34.10.0 fix(deps): apply minor dependency updates Mar 7, 2026
@renovate renovate bot force-pushed the renovate/minor-updates branch from 5e81be0 to 7512bf0 Compare March 15, 2026 01:43
@renovate renovate bot changed the title fix(deps): apply minor dependency updates fix(deps): apply minor dependency updates - autoclosed Mar 16, 2026
@renovate renovate bot closed this Mar 16, 2026
@renovate renovate bot deleted the renovate/minor-updates branch March 16, 2026 15:53
@renovate renovate bot changed the title fix(deps): apply minor dependency updates - autoclosed fix(deps): apply dependency com.google.firebase:firebase-analytics to v23.2.0 Mar 22, 2026
@renovate renovate bot reopened this Mar 22, 2026
@renovate renovate bot force-pushed the renovate/minor-updates branch 3 times, most recently from 52751b2 to 7502144 Compare March 22, 2026 20:54
@renovate renovate bot changed the title fix(deps): apply dependency com.google.firebase:firebase-analytics to v23.2.0 fix(deps): apply minor dependency updates Mar 22, 2026
@renovate renovate bot changed the title fix(deps): apply minor dependency updates fix(deps): apply minor dependency updates - autoclosed Mar 23, 2026
@renovate renovate bot closed this Mar 23, 2026
@renovate renovate bot changed the title fix(deps): apply minor dependency updates - autoclosed fix(deps): apply minor dependency updates Mar 23, 2026
@renovate renovate bot reopened this Mar 23, 2026
@renovate renovate bot force-pushed the renovate/minor-updates branch 2 times, most recently from 7502144 to a7e3074 Compare March 23, 2026 20:38
@renovate renovate bot force-pushed the renovate/minor-updates branch from a7e3074 to f68aac5 Compare April 16, 2026 06:05
@sonarqubecloud
Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants