Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Bump org.jetbrains.kotlinx:kotlinx-serialization-json from 1.6.0-RC to 1.6.2 #562

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2023

Bumps org.jetbrains.kotlinx:kotlinx-serialization-json from 1.6.0-RC to 1.6.2.

Release notes

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

1.6.2

This is a patch release accompanying Kotlin 1.9.21. It also provides additional targets that were not available in 1.6.1: wasm-wasi and (deprecated) linuxArm32Hfp.

  • Add Wasm WASI target (#2510)
  • Bring back linuxArm32Hfp target because it is deprecated, but not removed yet. (#2505)

1.6.1

This release uses Kotlin 1.9.20 by default, while upcoming 1.9.21 is also supported.

Trailing commas in Json

Trailing commas are one of the most popular non-spec Json variations. A new configuration flag, allowTrailingComma, makes Json parser accept them instead of throwing an exception. Note that it does not affect encoding, so kotlinx.serialization always produces Json without trailing commas. See details in the corresponding PR.

Support of WasmJs target

Kotlin/Wasm has been experimental for some time and gained enough maturity to be added to the kotlinx libraries. Starting with 1.6.1, kotlinx.serialization provides a wasm-js flavor, so your projects with Kotlin/Wasm can have even more functionality. As usual, just add serialization dependencies to your build and declare wasmJs target. Please remember that Kotlin/Wasm is still experimental, so changes are expected.

Bugfixes and improvements

  • Fix TaggedDecoder nullable decoding (#2456) (thanks to Phillip Schichtel)
  • Fix IllegalAccessException for some JPMS boundaries (#2469)
  • Cbor: check if inline value classes are marked as @ByteString (#2466) (thanks to eater)
  • Improve polymorphic deserialization optimization (#2481)
  • Update Okio dependency to 3.6.0 (#2473)
  • Add protobuf conformance tests (#2404) (thanks to Doğaç Eldenk)
  • Support decoding maps with boolean keys (#2440)

1.6.0

This release contains all features and bugfixes from 1.6.0-RC plus some bugfixes on its own (see below). Kotlin 1.9.0 is used as a default, while 1.9.10 is also supported.

Bugfixes

  • Improve error messages from Json parser (#2406)
  • Mark @SerialName, @Required and @Transient with @MustBeDocumented (#2407)
  • Ensure that no additional files except java compiler output get into multi-release jar (#2405)
  • Fix enums with negative numbers in protobuf not serializing & de-serializing (#2400) (thanks to Doğaç Eldenk)
Changelog

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

1.6.2 / 2023-11-30

This is a patch release accompanying Kotlin 1.9.21. It also provides additional targets that were not available in 1.6.1: wasm-wasi and (deprecated) linuxArm32Hfp.

  • Add Wasm WASI target (#2510)
  • Bring back linuxArm32Hfp target because it is deprecated, but not removed yet. (#2505)

1.6.1 / 2023-11-15

This release uses Kotlin 1.9.20 by default, while upcoming 1.9.21 is also supported.

Trailing commas in Json

Trailing commas are one of the most popular non-spec Json variations. A new configuration flag, allowTrailingComma, makes Json parser accept them instead of throwing an exception. Note that it does not affect encoding, so kotlinx.serialization always produces Json without trailing commas. See details in the corresponding PR

Support of WasmJs target

Kotlin/Wasm has been experimental for some time and gained enough maturity to be added to the kotlinx libraries. Starting with 1.6.1, kotlinx.serialization provides a wasm-js flavor, so your projects with Kotlin/Wasm can have even more functionality. As usual, just add serialization dependencies to your build and declare wasmJs target. Please remember that Kotlin/Wasm is still experimental, so changes are expected.

Bugfixes and improvements

  • Fix TaggedDecoder nullable decoding (#2456) (thanks to Phillip Schichtel)
  • Fix IllegalAccessException for some JPMS boundaries (#2469)
  • Cbor: check if inline value classes are marked as @​ByteString (#2466) (thanks to eater)
  • Improve polymorphic deserialization optimization (#2481)
  • Update Okio dependency to 3.6.0 (#2473)
  • Add protobuf conformance tests (#2404) (thanks to Doğaç Eldenk)
  • Support decoding maps with boolean keys (#2440)

1.6.0 / 2023-08-22

This release contains all features and bugfixes from 1.6.0-RC plus some bugfixes on its own (see below). Kotlin 1.9.0 is used as a default, while 1.9.10 is also supported.

Bugfixes

... (truncated)

Commits
  • e997d3e Prepare 1.6.2 release (#2515)
  • 4a5648b Add Wasm WASI target (#2510)
  • 31d779f Enable error loglevel for partial linkage messages (#2507)
  • 8b8c4f8 Bring back linuxArm32Hfp target because it is deprecated, but not removed yet...
  • 79bbd4c Prepare 1.6.1 release (#2503)
  • b2a05a4 Merge remote-tracking branch 'origin/master' into dev
  • cf71e08 Fix TaggedDecoder nullable decoding (#2456)
  • d5bc7f7 Run knit on README.md after ba38b7099e502c16efd30386d18174e3a7aefb3a
  • b44f03f Fix IllegalAccessException (#2469)
  • 919062f Suppress experimental expect/actual warning for verifyKotlinModule task (#2482)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) from 1.6.0-RC to 1.6.2.
- [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.6.0-RC...v1.6.2)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Dec 2, 2023
@sanity sanity added this pull request to the merge queue Dec 2, 2023
Merged via the queue into master with commit cf2ecfc Dec 2, 2023
1 check failed
@sanity sanity deleted the dependabot/gradle/org.jetbrains.kotlinx-kotlinx-serialization-json-1.6.2 branch December 2, 2023 16:42
sanity added a commit that referenced this pull request Dec 2, 2023
…ated dependencies, fixes related to selenium API changes.

Squashed commit of the following:

commit a756018
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sat Dec 2 10:46:46 2023 -0600

    Bump org.seleniumhq.selenium:selenium-chrome-driver from 4.10.0 to 4.15.0 (#554)

    Bump org.seleniumhq.selenium:selenium-chrome-driver

    Bumps [org.seleniumhq.selenium:selenium-chrome-driver](https://github.com/SeleniumHQ/selenium) from 4.10.0 to 4.15.0.
    - [Release notes](https://github.com/SeleniumHQ/selenium/releases)
    - [Commits](SeleniumHQ/selenium@selenium-4.10.0...selenium-4.15.0)

    ---
    updated-dependencies:
    - dependency-name: org.seleniumhq.selenium:selenium-chrome-driver
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ian Clarke <sanity@users.noreply.github.com>

commit b4ff7bc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sat Dec 2 10:45:09 2023 -0600

    Bump org.jetbrains.kotlin:kotlin-serialization from 1.8.21 to 1.9.21 (#559)

    Bumps [org.jetbrains.kotlin:kotlin-serialization](https://github.com/JetBrains/kotlin) from 1.8.21 to 1.9.21.
    - [Release notes](https://github.com/JetBrains/kotlin/releases)
    - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
    - [Commits](JetBrains/kotlin@v1.8.21...v1.9.21)

    ---
    updated-dependencies:
    - dependency-name: org.jetbrains.kotlin:kotlin-serialization
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ian Clarke <sanity@users.noreply.github.com>

commit 823fd09
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sat Dec 2 10:43:07 2023 -0600

    Bump ch.qos.logback:logback-classic from 1.4.9 to 1.4.14 (#563)

    Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.4.9 to 1.4.14.
    - [Commits](qos-ch/logback@v_1.4.9...v_1.4.14)

    ---
    updated-dependencies:
    - dependency-name: ch.qos.logback:logback-classic
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ian Clarke <sanity@users.noreply.github.com>

commit cf2ecfc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sat Dec 2 10:42:30 2023 -0600

    Bump org.jetbrains.kotlinx:kotlinx-serialization-json from 1.6.0-RC to 1.6.2 (#562)

    Bump org.jetbrains.kotlinx:kotlinx-serialization-json

    Bumps [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) from 1.6.0-RC to 1.6.2.
    - [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.6.0-RC...v1.6.2)

    ---
    updated-dependencies:
    - dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ian Clarke <sanity@users.noreply.github.com>

commit 03e399e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sat Dec 2 10:42:05 2023 -0600

    Bump com.codeborne:selenide from 6.13.1 to 7.0.3 (#561)

    Bumps [com.codeborne:selenide](https://github.com/selenide/selenide) from 6.13.1 to 7.0.3.
    - [Release notes](https://github.com/selenide/selenide/releases)
    - [Changelog](https://github.com/selenide/selenide/blob/main/CHANGELOG.md)
    - [Commits](selenide/selenide@v6.13.1...v7.0.3)

    ---
    updated-dependencies:
    - dependency-name: com.codeborne:selenide
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ian Clarke <sanity@users.noreply.github.com>

commit 5cf7751
Author: Todd Harrison <todd@eharrison.com>
Date:   Sat Dec 2 09:40:25 2023 -0700

    Added missing MouseEvent coordinates (#560)

    * Added missing MouseEvent coordinates, specifically pageX, pageY, offsetX, and offsetY.

    * Added JavascriptPlugin and DynamicImagePlugin.

commit 7a08079
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sat Oct 21 13:36:09 2023 -0500

    Bump io.ktor:ktor-server-default-headers from 2.3.3 to 2.3.5 (#548)

    Bumps [io.ktor:ktor-server-default-headers](https://github.com/ktorio/ktor) from 2.3.3 to 2.3.5.
    - [Release notes](https://github.com/ktorio/ktor/releases)
    - [Changelog](https://github.com/ktorio/ktor/blob/2.3.5/CHANGELOG.md)
    - [Commits](ktorio/ktor@2.3.3...2.3.5)

    ---
    updated-dependencies:
    - dependency-name: io.ktor:ktor-server-default-headers
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit feeb29e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sat Oct 21 13:35:02 2023 -0500

    Bump io.ktor:ktor-server-compression from 2.3.4 to 2.3.5 (#547)

    Bumps [io.ktor:ktor-server-compression](https://github.com/ktorio/ktor) from 2.3.4 to 2.3.5.
    - [Release notes](https://github.com/ktorio/ktor/releases)
    - [Changelog](https://github.com/ktorio/ktor/blob/2.3.5/CHANGELOG.md)
    - [Commits](ktorio/ktor@2.3.4...2.3.5)

    ---
    updated-dependencies:
    - dependency-name: io.ktor:ktor-server-compression
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ian Clarke <sanity@users.noreply.github.com>

commit 65f7a9b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sat Oct 21 13:34:39 2023 -0500

    Bump org.jsoup:jsoup from 1.16.1 to 1.16.2 (#546)

    Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.16.1 to 1.16.2.
    - [Release notes](https://github.com/jhy/jsoup/releases)
    - [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES)
    - [Commits](jhy/jsoup@jsoup-1.16.1...jsoup-1.16.2)

    ---
    updated-dependencies:
    - dependency-name: org.jsoup:jsoup
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit f4729a5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sat Oct 21 13:34:31 2023 -0500

    Bump com.github.ben-manes.versions from 0.48.0 to 0.49.0 (#545)

    Bumps com.github.ben-manes.versions from 0.48.0 to 0.49.0.

    ---
    updated-dependencies:
    - dependency-name: com.github.ben-manes.versions
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 626f192
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sat Oct 21 13:34:22 2023 -0500

    Bump io.ktor:ktor-server-jetty from 2.3.0 to 2.3.5 (#544)

    Bumps [io.ktor:ktor-server-jetty](https://github.com/ktorio/ktor) from 2.3.0 to 2.3.5.
    - [Release notes](https://github.com/ktorio/ktor/releases)
    - [Changelog](https://github.com/ktorio/ktor/blob/2.3.5/CHANGELOG.md)
    - [Commits](ktorio/ktor@2.3.0...2.3.5)

    ---
    updated-dependencies:
    - dependency-name: io.ktor:ktor-server-jetty
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit ae818c3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sun Oct 15 20:15:22 2023 -0500

    Bump org.jetbrains.kotlinx.kover from 0.7.2 to 0.7.4 (#543)

    Bumps [org.jetbrains.kotlinx.kover](https://github.com/Kotlin/kotlinx-kover) from 0.7.2 to 0.7.4.
    - [Release notes](https://github.com/Kotlin/kotlinx-kover/releases)
    - [Changelog](https://github.com/Kotlin/kotlinx-kover/blob/main/CHANGELOG.md)
    - [Commits](Kotlin/kotlinx-kover@v0.7.2...0.7.4)

    ---
    updated-dependencies:
    - dependency-name: org.jetbrains.kotlinx.kover
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 9aeed15
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sun Oct 15 20:15:17 2023 -0500

    Bump io.ktor:ktor-server-caching-headers from 2.3.2 to 2.3.5 (#542)

    Bumps [io.ktor:ktor-server-caching-headers](https://github.com/ktorio/ktor) from 2.3.2 to 2.3.5.
    - [Release notes](https://github.com/ktorio/ktor/releases)
    - [Changelog](https://github.com/ktorio/ktor/blob/2.3.5/CHANGELOG.md)
    - [Commits](ktorio/ktor@2.3.2...2.3.5)

    ---
    updated-dependencies:
    - dependency-name: io.ktor:ktor-server-caching-headers
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ian Clarke <sanity@users.noreply.github.com>

commit bbd99d6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sun Oct 15 20:13:51 2023 -0500

    Bump io.ktor:ktor-network-tls-certificates from 2.3.2 to 2.3.5 (#541)

    Bumps [io.ktor:ktor-network-tls-certificates](https://github.com/ktorio/ktor) from 2.3.2 to 2.3.5.
    - [Release notes](https://github.com/ktorio/ktor/releases)
    - [Changelog](https://github.com/ktorio/ktor/blob/2.3.5/CHANGELOG.md)
    - [Commits](ktorio/ktor@2.3.2...2.3.5)

    ---
    updated-dependencies:
    - dependency-name: io.ktor:ktor-network-tls-certificates
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit ea12d85
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sun Oct 15 20:13:39 2023 -0500

    Bump io.kotest:kotest-bom from 5.6.2 to 5.7.2 (#538)

    Bumps [io.kotest:kotest-bom](https://github.com/kotest/kotest) from 5.6.2 to 5.7.2.
    - [Release notes](https://github.com/kotest/kotest/releases)
    - [Commits](https://github.com/kotest/kotest/commits)

    ---
    updated-dependencies:
    - dependency-name: io.kotest:kotest-bom
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 1333d8b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sun Oct 15 20:13:31 2023 -0500

    Bump io.github.bonigarcia:selenium-jupiter from 4.3.5 to 4.3.7 (#537)

    Bumps [io.github.bonigarcia:selenium-jupiter](https://github.com/bonigarcia/selenium-jupiter) from 4.3.5 to 4.3.7.
    - [Release notes](https://github.com/bonigarcia/selenium-jupiter/releases)
    - [Changelog](https://github.com/bonigarcia/selenium-jupiter/blob/master/CHANGELOG.md)
    - [Commits](bonigarcia/selenium-jupiter@selenium-jupiter-4.3.5...selenium-jupiter-4.3.7)

    ---
    updated-dependencies:
    - dependency-name: io.github.bonigarcia:selenium-jupiter
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit f0dd10b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Sep 14 13:03:43 2023 -0500

    Bump org.seleniumhq.selenium:selenium-http-jdk-client from 4.10.0 to 4.12.1 (#534)

    Bump org.seleniumhq.selenium:selenium-http-jdk-client

    Bumps [org.seleniumhq.selenium:selenium-http-jdk-client](https://github.com/SeleniumHQ/selenium) from 4.10.0 to 4.12.1.
    - [Release notes](https://github.com/SeleniumHQ/selenium/releases)
    - [Commits](https://github.com/SeleniumHQ/selenium/commits)

    ---
    updated-dependencies:
    - dependency-name: org.seleniumhq.selenium:selenium-http-jdk-client
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 4395a63
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Sep 14 13:03:31 2023 -0500

    Bump com.github.ben-manes.versions from 0.46.0 to 0.48.0 (#535)

    Bumps com.github.ben-manes.versions from 0.46.0 to 0.48.0.

    ---
    updated-dependencies:
    - dependency-name: com.github.ben-manes.versions
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit db680bc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Sep 14 13:03:08 2023 -0500

    Bump io.ktor:ktor-server-compression from 2.3.2 to 2.3.4 (#532)

    Bumps [io.ktor:ktor-server-compression](https://github.com/ktorio/ktor) from 2.3.2 to 2.3.4.
    - [Release notes](https://github.com/ktorio/ktor/releases)
    - [Changelog](https://github.com/ktorio/ktor/blob/2.3.4/CHANGELOG.md)
    - [Commits](ktorio/ktor@2.3.2...2.3.4)

    ---
    updated-dependencies:
    - dependency-name: io.ktor:ktor-server-compression
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit b710497
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Sep 14 13:02:56 2023 -0500

    Bump dev.forkhandles:result4k from 2.5.0.0 to 2.7.1.0 (#530)

    Bumps [dev.forkhandles:result4k](https://github.com/fork-handles/forkhandles) from 2.5.0.0 to 2.7.1.0.
    - [Changelog](https://github.com/fork-handles/forkhandles/blob/trunk/CHANGELOG.md)
    - [Commits](fork-handles/forkhandles@2.5.0.0...2.7.1.0)

    ---
    updated-dependencies:
    - dependency-name: dev.forkhandles:result4k
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.

1 participant