Skip to content

chore(deps): bump the dependencies group across 1 directory with 4 updates#25

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/main/dependencies-025685ab16
Open

chore(deps): bump the dependencies group across 1 directory with 4 updates#25
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/main/dependencies-025685ab16

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 20, 2026

Bumps the dependencies group with 3 updates in the / directory: org.jetbrains.kotlinx:kotlinx-serialization-json, org.xerial:sqlite-jdbc and io.kotest:kotest-runner-junit5.

Updates org.jetbrains.kotlinx:kotlinx-serialization-json from 1.10.0 to 1.11.0

Release notes

Sourced from org.jetbrains.kotlinx:kotlinx-serialization-json's releases.

1.11.0

This release is based on Kotlin 2.3.20 and provides a 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)
Changelog

Sourced from org.jetbrains.kotlinx:kotlinx-serialization-json's changelog.

1.11.0 / 2026-04-10

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)
Commits
  • 6956af2 Prepare 1.11 release
  • 390d84c Merge remote-tracking branch 'origin/master' into dev
  • 431fe2d Use local repo for publishing (#3171)
  • 05c12b6 Add usage attribute to "testRepositories" configuration
  • a4e1f08 Bump Kover version to 0.9.8 release (#3174)
  • 304e858 Expose Json exceptions structure (#3145)
  • 4a0338e Included G Play SDK verification file for core-jvm (#3169)
  • 421f64c CBOR: Relax value range check when decoding numbers (#3167)
  • 85a4f12 KT-84955: mark apple x64 tagets as deprecated error
  • bd38b0e Remove dead code
  • Additional commits viewable in compare view

Updates org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0

Release notes

Sourced from org.xerial:sqlite-jdbc's releases.

Release 3.53.0.0

Changelog

🚀 Features

jdbc

  • expose wal_autocheckpoint pragma in SQLiteConfig (dd2adcc), closes #1397

sqlite

  • upgrade to sqlite 3.53.0 (baaf087)

unscoped

🛠 Build

deps

  • bump org.sonatype.central:central-publishing-maven-plugin (19259e5)
  • bump EndBug/add-and-commit from 9 to 10 (f572217)

deps-dev

  • bump surefire.version from 3.5.4 to 3.5.5 (b649d25)
  • bump org.assertj:assertj-core from 3.27.6 to 3.27.7 (857a754)
  • bump org.mockito:mockito-core from 5.21.0 to 5.23.0 (a597952)

Contributors

We'd like to thank the following people for their contributions: Gauthier, Karl-Michael Edlinger, kju2

Commits
  • f88e9c7 chore(release): 3.53.0.0 [skip ci]
  • bdd2b64 feat: publish multiple classifer jars
  • 7eb6f3f feat: better Android support
  • 23ead2e chore: update native libraries
  • baaf087 feat(sqlite): upgrade to sqlite 3.53.0
  • dd2adcc feat(jdbc): expose wal_autocheckpoint pragma in SQLiteConfig
  • b649d25 build(deps-dev): bump surefire.version from 3.5.4 to 3.5.5
  • 857a754 build(deps-dev): bump org.assertj:assertj-core from 3.27.6 to 3.27.7
  • 19259e5 build(deps): bump org.sonatype.central:central-publishing-maven-plugin
  • a597952 build(deps-dev): bump org.mockito:mockito-core from 5.21.0 to 5.23.0
  • Additional commits viewable in compare view

Updates io.kotest:kotest-runner-junit5 from 6.1.9 to 6.1.11

Release notes

Sourced from io.kotest:kotest-runner-junit5's releases.

6.1.11

What's Changed

Full Changelog: kotest/kotest@v6.1.10...6.1.11

v6.1.10

What's Changed

New Contributors

Full Changelog: kotest/kotest@v6.1.9...v6.1.10

Commits
  • c0b386a Revert "Add KOTEST_TEST_ENABLED_OVERRIDE env var to bypass disabled tests (#5...
  • 91ac40b Revert "Support to run data tests singularly (#5574)"
  • 63c150b Revert "Add JVM test suites module and deprecate JunitXmlReporter (#5801)"
  • 657e062 Revert "use-powerSetIndexes-from-common-lib (#5822) (#5823)"
  • 088a8d3 Revert "Only override ignored flags for test level run (#5824)"
  • 6e5b541 Revert "remove KOTEST_TEST_ENABLED_OVERRIDE when setting data tests tags (#58...
  • 6e0bd43 Revert "IJ Plugin N times setter for test invocation (#5815)"
  • 8b4d353 Revert "Support isolation modes on all KMP platforms (#3414) (#5806)"
  • a3e5f50 Revert "Add MultipleMatcherResult for combining multiple matcher results (#57...
  • ad70793 Revert "add comparables.shouldBeAtLeast (#5831)"
  • Additional commits viewable in compare view

Updates io.kotest:kotest-assertions-core from 6.1.9 to 6.1.11

Release notes

Sourced from io.kotest:kotest-assertions-core's releases.

6.1.11

What's Changed

Full Changelog: kotest/kotest@v6.1.10...6.1.11

v6.1.10

What's Changed

New Contributors

Full Changelog: kotest/kotest@v6.1.9...v6.1.10

Commits
  • c0b386a Revert "Add KOTEST_TEST_ENABLED_OVERRIDE env var to bypass disabled tests (#5...
  • 91ac40b Revert "Support to run data tests singularly (#5574)"
  • 63c150b Revert "Add JVM test suites module and deprecate JunitXmlReporter (#5801)"
  • 657e062 Revert "use-powerSetIndexes-from-common-lib (#5822) (#5823)"
  • 088a8d3 Revert "Only override ignored flags for test level run (#5824)"
  • 6e5b541 Revert "remove KOTEST_TEST_ENABLED_OVERRIDE when setting data tests tags (#58...
  • 6e0bd43 Revert "IJ Plugin N times setter for test invocation (#5815)"
  • 8b4d353 Revert "Support isolation modes on all KMP platforms (#3414) (#5806)"
  • a3e5f50 Revert "Add MultipleMatcherResult for combining multiple matcher results (#57...
  • ad70793 Revert "add comparables.shouldBeAtLeast (#5831)"
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…dates

Bumps the dependencies group with 3 updates in the / directory: [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization), [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) and [io.kotest:kotest-runner-junit5](https://github.com/kotest/kotest).


Updates `org.jetbrains.kotlinx:kotlinx-serialization-json` from 1.10.0 to 1.11.0
- [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md)
- [Commits](Kotlin/kotlinx.serialization@v1.10.0...v1.11.0)

Updates `org.xerial:sqlite-jdbc` from 3.51.3.0 to 3.53.0.0
- [Release notes](https://github.com/xerial/sqlite-jdbc/releases)
- [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG)
- [Commits](xerial/sqlite-jdbc@3.51.3.0...3.53.0.0)

Updates `io.kotest:kotest-runner-junit5` from 6.1.9 to 6.1.11
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@6.1.9...6.1.11)

Updates `io.kotest:kotest-assertions-core` from 6.1.9 to 6.1.11
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@6.1.9...6.1.11)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.xerial:sqlite-jdbc
  dependency-version: 3.53.0.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.kotest:kotest-runner-junit5
  dependency-version: 6.1.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.kotest:kotest-assertions-core
  dependency-version: 6.1.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Apr 20, 2026
@dependabot dependabot Bot requested a review from coreydaley as a code owner April 20, 2026 02:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants