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

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2023

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps io.ktor:ktor-server-caching-headers from 2.3.2 to 2.3.5.

Release notes

Sourced from io.ktor:ktor-server-caching-headers's releases.

2.3.5

Published 5 October 2023

Bugfixes

  • 300+ ktor-client-java threads eat up lots of memory (KTOR-6292)
  • Apache5 engine limits concurrent requests to individual route to 5 (KTOR-6221)
  • DarwinClientEngine WebSocket rejects all received pongs (KTOR-5540)

2.3.4

Published 31 August 2023

Bugfixes

  • The "charset=UTF-8" part is automatically added to the application/json Content-Type (KTOR-6183)
  • MicrometerMetricsConfig default registry leaks coroutine (KTOR-6178)
  • Darwin: App hangs when sending a huge MultiPart request without access to network (KTOR-6147)
  • NPE in JavaClientEngine body() call (KTOR-6190)
  • Digest Auth: algorithm isn't specified in the Authorization header (KTOR-3391)
  • Confusing NoTransformationFoundException (KTOR-6064)
  • Cookie name-value pairs should be separated by a semicolon instead of a comma (KTOR-5868)

2.3.3

Published 1 August 2023

Bugfixes

  • java.util.zip.DataFormatException after enabling permessage-deflate (KTOR-5979)
  • DelegatingTestingClientEngine fails when ContentNegotiation with protobuf is installed and empty body (KTOR-6125)
  • KtorServlet does not support yaml configuration (KTOR-6108)
  • CIO ConnectionFactory leaks on cancellation (KTOR-6127)
  • staticFiles responds twice if both index and defaultPath are set (KTOR-6120)
  • Uncaught Kotlin exception: kotlin.IllegalArgumentException: Failed to open iconv for charset UTF-8 with error code 22 (KTOR-5980)
  • Not compatible with kotlinx-html 0.9.1 (KTOR-6124)
  • "Test engine is already completed" error while establishing Websockets connection (KTOR-6057)
  • s-maxage is not used, even if HttpCache.Config.isShared is true (KTOR-6087)
  • Cache returns null when vary header set different ways whatever it has same values (KTOR-6081)
  • DefaultRequest: a cookie appears twice in the request header when sending a request with another cookie (KTOR-5619)

Improvements

  • Drop linuxArm64 publication from ktor-client-curl (KTOR-6154)
  • Client: Target linuxArm64 (KTOR-872)
  • Server: Target linuxArm64 (KTOR-5753)
  • Add system property to disable automatic installation of runtime shutdown hook (KTOR-6070)
Changelog

Sourced from io.ktor:ktor-server-caching-headers's changelog.

2.3.5

Published 5 October 2023

Bugfixes

  • 300+ ktor-client-java threads eat up lots of memory (KTOR-6292)
  • Apache5 engine limits concurrent requests to individual route to 5 (KTOR-6221)
  • DarwinClientEngine WebSocket rejects all received pongs (KTOR-5540)

2.3.4

Published 31 August 2023

Bugfixes

  • The "charset=UTF-8" part is automatically added to the application/json Content-Type (KTOR-6183)
  • MicrometerMetricsConfig default registry leaks coroutine (KTOR-6178)
  • Darwin: App hangs when sending a huge MultiPart request without access to network (KTOR-6147)
  • NPE in JavaClientEngine body() call (KTOR-6190)
  • Digest Auth: algorithm isn't specified in the Authorization header (KTOR-3391)
  • Confusing NoTransformationFoundException (KTOR-6064)
  • Cookie name-value pairs should be separated by a semicolon instead of a comma (KTOR-5868)

2.3.3

Published 1 August 2023

Bugfixes

  • java.util.zip.DataFormatException after enabling permessage-deflate (KTOR-5979)
  • DelegatingTestingClientEngine fails when ContentNegotiation with protobuf is installed and empty body (KTOR-6125)
  • KtorServlet does not support yaml configuration (KTOR-6108)
  • CIO ConnectionFactory leaks on cancellation (KTOR-6127)
  • staticFiles responds twice if both index and defaultPath are set (KTOR-6120)
  • Uncaught Kotlin exception: kotlin.IllegalArgumentException: Failed to open iconv for charset UTF-8 with error code 22 (KTOR-5980)
  • Not compatible with kotlinx-html 0.9.1 (KTOR-6124)
  • "Test engine is already completed" error while establishing Websockets connection (KTOR-6057)
  • s-maxage is not used, even if HttpCache.Config.isShared is true (KTOR-6087)
  • Cache returns null when vary header set different ways whatever it has same values (KTOR-6081)
  • DefaultRequest: a cookie appears twice in the request header when sending a request with another cookie (KTOR-5619)

Improvements

  • Drop linuxArm64 publication from ktor-client-curl (KTOR-6154)
  • Client: Target linuxArm64 (KTOR-872)
  • Server: Target linuxArm64 (KTOR-5753)
  • Add system property to disable automatic installation of runtime shutdown hook (KTOR-6070)
Commits
  • c751ca8 KTOR-6351 Add changelog for 2.3.5 (#3775)
  • c7b9189 Define explicit dependency
  • f081070 Fix publication issues (#3774)
  • 51e7e5f Release 2.3.5 (#3771)
  • 32b9395 KTOR-6251 Release 2.3.4 (#3741)
  • ce50296 KTOR-5868 Fix the delimiter for a Cookie name-value pairs (#3739)
  • d17b3d9 KTOR-6064 Fix documentation and message of NoTransformationFoundException (#3...
  • d720899 KTOR-3391 Fix Digest Auth: algorithm isn't specified in the Authorization hea...
  • ddc3ff3 KTOR-6190 Handle NPE in JavaClientEngine body() call (#3728)
  • e637c4a KTOR-6147 Darwin: App hangs when streaming request without connection (#3720)
  • 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 [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] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 7, 2023
@sanity sanity enabled auto-merge October 16, 2023 01:14
@sanity sanity added this pull request to the merge queue Oct 16, 2023
Merged via the queue into master with commit 9aeed15 Oct 16, 2023
1 check passed
@sanity sanity deleted the dependabot/gradle/io.ktor-ktor-server-caching-headers-2.3.5 branch October 16, 2023 01:15
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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ian Clarke <[email protected]>

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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ian Clarke <[email protected]>

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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ian Clarke <[email protected]>

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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ian Clarke <[email protected]>

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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ian Clarke <[email protected]>

commit 5cf7751
Author: Todd Harrison <[email protected]>
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] <[email protected]>
    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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ian Clarke <[email protected]>

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] <[email protected]>
    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] <[email protected]>
    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] <[email protected]>
    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] <[email protected]>
    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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ian Clarke <[email protected]>

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] <[email protected]>
    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] <[email protected]>
    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] <[email protected]>
    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] <[email protected]>
    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] <[email protected]>
    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] <[email protected]>
    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] <[email protected]>
    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