Skip to content

Update all dependencies#212

Merged
nomisRev merged 1 commit intomainfrom
renovate/all
May 13, 2025
Merged

Update all dependencies#212
nomisRev merged 1 commit intomainfrom
renovate/all

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 29, 2025

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
gradle (source) minor 8.13 -> 8.14 age adoption passing confidence
org.testcontainers:postgresql (source) dependencies minor 1.20.6 -> 1.21.0 age adoption passing confidence
com.diffplug.spotless plugin patch 7.0.2 -> 7.0.3 age adoption passing confidence
io.ktor.plugin plugin patch 3.1.2 -> 3.1.3 age adoption passing confidence
io.ktor:ktor-server-test-host dependencies patch 3.1.2 -> 3.1.3 age adoption passing confidence
io.ktor:ktor-server-resources dependencies patch 3.1.2 -> 3.1.3 age adoption passing confidence
io.ktor:ktor-server-netty dependencies patch 3.1.2 -> 3.1.3 age adoption passing confidence
io.ktor:ktor-server-html-builder dependencies patch 3.1.2 -> 3.1.3 age adoption passing confidence
io.ktor:ktor-server-default-headers dependencies patch 3.1.2 -> 3.1.3 age adoption passing confidence
io.ktor:ktor-server-cors dependencies patch 3.1.2 -> 3.1.3 age adoption passing confidence
io.ktor:ktor-server-core dependencies patch 3.1.2 -> 3.1.3 age adoption passing confidence
io.ktor:ktor-server-content-negotiation dependencies patch 3.1.2 -> 3.1.3 age adoption passing confidence
io.ktor:ktor-server-auth-jwt dependencies patch 3.1.2 -> 3.1.3 age adoption passing confidence
io.ktor:ktor-server-auth dependencies patch 3.1.2 -> 3.1.3 age adoption passing confidence
io.ktor:ktor-serialization-kotlinx-json dependencies patch 3.1.2 -> 3.1.3 age adoption passing confidence
io.ktor:ktor-client-serialization dependencies patch 3.1.2 -> 3.1.3 age adoption passing confidence
io.ktor:ktor-client-resources dependencies patch 3.1.2 -> 3.1.3 age adoption passing confidence
io.ktor:ktor-client-core dependencies patch 3.1.2 -> 3.1.3 age adoption passing confidence
io.ktor:ktor-client-content-negotiation dependencies patch 3.1.2 -> 3.1.3 age adoption passing confidence
io.ktor:ktor-client-cio dependencies patch 3.1.2 -> 3.1.3 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-test dependencies patch 1.10.1 -> 1.10.2 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm dependencies patch 1.10.1 -> 1.10.2 age adoption passing confidence
com.sksamuel.cohort:cohort-ktor dependencies minor 2.6.1 -> 2.7.1 age adoption passing confidence
com.sksamuel.cohort:cohort-hikari dependencies minor 2.6.1 -> 2.7.1 age adoption passing confidence
io.arrow-kt:arrow-optics dependencies minor 2.0.1 -> 2.1.1 age adoption passing confidence
io.arrow-kt:arrow-fx-coroutines dependencies minor 2.0.1 -> 2.1.1 age adoption passing confidence
io.arrow-kt:arrow-core dependencies minor 2.0.1 -> 2.1.1 age adoption passing confidence

Release Notes

gradle/gradle (gradle)

v8.14

Compare Source

testcontainers/testcontainers-java (org.testcontainers:postgresql)

v1.21.0

Compare Source

What's Changed
⚠️ Breaking API changes
🚀 Features & Enhancements
☠️ Deprecations
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
📦 Dependency updates
ktorio/ktor (io.ktor:ktor-server-test-host)

v3.1.3

Compare Source

Published 5 May 2025

Improvements
  • Implement toString for staticContentRoute (KTOR-8451)
  • Don't send Authorization header for requests marked with markAsRefreshTokenRequest (KTOR-8107)
  • ByteChannel single-byte operations are slow (KTOR-8412)
  • Receiving multipart without Content-Length is very slow (KTOR-8407)
  • MicrometerMetrics: different path 404s requests can be abused to trigger OOM (KTOR-8276)
  • Compression & Static Content: No Vary Header when serving a compressed resource (KTOR-8326)
  • HttpTimeout: Reference to nonexistent INFINITE_TIMEOUT_MS in the exception message (KTOR-8358)
Bugfixes
  • Websockets: Unable to send a frame when ktor-serialization-kotlinx-json-jvm dependency is defined in Maven build (KTOR-7662)
  • OkHttp: Cancelling of SSE request job doesn't cancel the connection (KTOR-8409)
  • OkHttp: Exceptions are not propagated to flow collectors (KTOR-7947)
  • OOM in CountedByteReadChannel while copying from multipart/form-data part channel (KTOR-8317)
  • Apache5: "ProtocolException: OPTIONS request must have Content-Type header" is thrown when body isn't set (KTOR-8318)
  • Netty/Websockets: server processes hanging in CLOSE_WAIT state after many concurrent requests (KTOR-7965)
  • Update JTE to the version supporting Kotlin 2.1.0 (KTOR-8030)
Kotlin/kotlinx.coroutines (org.jetbrains.kotlinx:kotlinx-coroutines-test)

v1.10.2

Compare Source

  • Fixed the kotlinx-coroutines-debug JAR file including the module-info.class file twice, resulting in failures in various tooling (#​4314). Thanks, @​RyuNen344!
  • Fixed Flow.stateIn hanging when the scope is cancelled in advance or the flow is empty (#​4322). Thanks, @​francescotescari!
  • Improved handling of dispatcher failures in .limitedParallelism (#​4330) and during flow collection (#​4272).
  • Fixed runBlocking failing to run its coroutine to completion in some cases if its JVM thread got interrupted (#​4399).
  • Small tweaks, fixes, and documentation improvements.
sksamuel/cohort (com.sksamuel.cohort:cohort-ktor)

v2.7.1

  • Added cassandra health check

v2.7.0

  • Use coroutine dispatcher instead of run blocking for invoking scheduled health checks #​85

v2.6.2

  • Adding verbosity option to health check output #​82
arrow-kt/arrow (io.arrow-kt:arrow-optics)

v2.1.1

Compare Source

What's Changed

Full Changelog: arrow-kt/arrow@2.1.0...2.1.1

v2.1.0

Compare Source

What's Changed
New Contributors

Full Changelog: arrow-kt/arrow@2.0.1...2.1.0


Configuration

📅 Schedule: 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 changed the title Update all dependencies to v2.6.2 Update all dependencies Apr 7, 2025
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 59d68e3 to 9087bf1 Compare April 25, 2025 14:29
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 02204f1 to b957629 Compare May 5, 2025 11:18
| datasource     | package                                                   | from   | to     |
| -------------- | --------------------------------------------------------- | ------ | ------ |
| gradle-version | gradle                                                    | 8.13   | 8.14   |
| maven          | org.testcontainers:postgresql                             | 1.20.6 | 1.21.0 |
| maven          | com.diffplug.spotless:com.diffplug.spotless.gradle.plugin | 7.0.2  | 7.0.3  |
| maven          | io.ktor.plugin:io.ktor.plugin.gradle.plugin               | 3.1.2  | 3.1.3  |
| maven          | io.ktor:ktor-server-test-host                             | 3.1.2  | 3.1.3  |
| maven          | io.ktor:ktor-server-resources                             | 3.1.2  | 3.1.3  |
| maven          | io.ktor:ktor-server-netty                                 | 3.1.2  | 3.1.3  |
| maven          | io.ktor:ktor-server-html-builder                          | 3.1.2  | 3.1.3  |
| maven          | io.ktor:ktor-server-default-headers                       | 3.1.2  | 3.1.3  |
| maven          | io.ktor:ktor-server-cors                                  | 3.1.2  | 3.1.3  |
| maven          | io.ktor:ktor-server-core                                  | 3.1.2  | 3.1.3  |
| maven          | io.ktor:ktor-server-content-negotiation                   | 3.1.2  | 3.1.3  |
| maven          | io.ktor:ktor-server-auth-jwt                              | 3.1.2  | 3.1.3  |
| maven          | io.ktor:ktor-server-auth                                  | 3.1.2  | 3.1.3  |
| maven          | io.ktor:ktor-serialization-kotlinx-json                   | 3.1.2  | 3.1.3  |
| maven          | io.ktor:ktor-client-serialization                         | 3.1.2  | 3.1.3  |
| maven          | io.ktor:ktor-client-resources                             | 3.1.2  | 3.1.3  |
| maven          | io.ktor:ktor-client-core                                  | 3.1.2  | 3.1.3  |
| maven          | io.ktor:ktor-client-content-negotiation                   | 3.1.2  | 3.1.3  |
| maven          | io.ktor:ktor-client-cio                                   | 3.1.2  | 3.1.3  |
| maven          | org.jetbrains.kotlinx:kotlinx-coroutines-test             | 1.10.1 | 1.10.2 |
| maven          | org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm         | 1.10.1 | 1.10.2 |
| maven          | com.sksamuel.cohort:cohort-ktor                           | 2.6.1  | 2.7.1  |
| maven          | com.sksamuel.cohort:cohort-hikari                         | 2.6.1  | 2.7.1  |
| maven          | io.arrow-kt:arrow-optics                                  | 2.0.1  | 2.1.1  |
| maven          | io.arrow-kt:arrow-fx-coroutines                           | 2.0.1  | 2.1.1  |
| maven          | io.arrow-kt:arrow-core                                    | 2.0.1  | 2.1.1  |
@renovate renovate bot force-pushed the renovate/all branch from b957629 to 312c44c Compare May 11, 2025 06:08
@nomisRev nomisRev merged commit 5b81cb0 into main May 13, 2025
2 checks passed
@renovate renovate bot deleted the renovate/all branch May 13, 2025 06:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant