Skip to content

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

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 4, 2026

This PR contains the following updates:

Package Type Update Change Age Confidence
PavanMudigonda/jacoco-reporter action minor v5.0v5.1 age confidence
gradle (source) patch 9.4.09.4.1 age confidence
org.jetbrains.exposed:exposed-jdbc dependencies minor 1.0.01.2.0 age confidence
org.jetbrains.exposed:exposed-core dependencies minor 1.0.01.2.0 age confidence
org.mariadb.jdbc:mariadb-java-client (source) dependencies patch 3.5.73.5.8 age confidence
org.jetbrains.kotlinx:kotlinx-serialization-json dependencies minor 1.10.01.11.0 age confidence
org.jetbrains.dokka plugin minor 2.1.02.2.0 age confidence
org.jetbrains.kotlin.jvm plugin patch 2.3.102.3.20 age confidence

Release Notes

PavanMudigonda/jacoco-reporter (PavanMudigonda/jacoco-reporter)

v5.1

Compare Source

What's Changed

Full Changelog: PavanMudigonda/jacoco-reporter@v5.0...v5.1

gradle/gradle (gradle)

v9.4.1

Compare Source

JetBrains/Exposed (org.jetbrains.exposed:exposed-jdbc)

v1.2.0

Compare Source

Infrastructure:

  • Joda-Time 2.14.1
  • Spring Framework(6) 6.2.17
  • Dokka 2.2.0
  • Kover 0.9.8
  • logcaptor 2.12.6

Features:

Bug fixes:

  • fix: EXPOSED-992 Prevent kotlin Uuid type leakage into r2dbc by @​mcmacker4 in #​2750
  • fix: EXPOSED-983 Support reading JSONB columns outside transaction by using safer dialect check by @​bystam in #​2748
  • fix: EXPOSED-1000 Fetching fresh data for cached entity causes encrypted field to fail with multiple decrypts by @​bog-walk in #​2758
  • fix: In r2dbc use StringColumnType supertype for PostgreSQL text array handling by @​o-nix in #​2761
  • fix: EXPOSED-994 JSONB contains() produces invalid SQL when JSON array contains single quote by @​bog-walk in #​2768
  • fix: EXPOSED-1007 Array of fixed length CHAR type is truncated when statement parameter set by @​bog-walk in #​2767

Docs:

v1.1.1

Compare Source

Fixes:

v1.1.0

Compare Source

Fixes:

Docs:

Refactoring:

Infrastructure:

  • kover 0.9.7
  • ojdbc11 23.26.1.0.0
  • springFramework6 6.2.16
  • postgresql 42.7.10
  • r2dbc-mariadb 1.4.0
mariadb-corporation/mariadb-connector-j (org.mariadb.jdbc:mariadb-java-client)

v3.5.8

Compare Source

Full Changelog

Issues Resolved
  • CONJ-1305 - XAResource.isSameRM() incorrectly returns true when rewriteBatchedStatements differs between connections
  • CONJ-1303 - Statement.cancel() fails to kill running query during result streaming
Other
  • CONJ-1298 - Performance improvement: avoid decoding extended format
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: 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 force-pushed the renovate/all-minor-patch branch from 108dd88 to a9e44db Compare March 11, 2026 22:49
@renovate renovate bot changed the title fix(deps): update all non-major dependencies to v1.1.1 fix(deps): update all non-major dependencies Mar 11, 2026
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from eb51645 to 5563f44 Compare March 19, 2026 09:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from faedb76 to 85cf2f1 Compare April 1, 2026 23:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 85cf2f1 to c32dd6f Compare April 9, 2026 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

0 participants