Merged
Conversation
95359c2 to
bfe00ca
Compare
bfe00ca to
5923f41
Compare
59d68e3 to
9087bf1
Compare
02204f1 to
b957629
Compare
| 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 |
b957629 to
312c44c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
8.13->8.141.20.6->1.21.07.0.2->7.0.33.1.2->3.1.33.1.2->3.1.33.1.2->3.1.33.1.2->3.1.33.1.2->3.1.33.1.2->3.1.33.1.2->3.1.33.1.2->3.1.33.1.2->3.1.33.1.2->3.1.33.1.2->3.1.33.1.2->3.1.33.1.2->3.1.33.1.2->3.1.33.1.2->3.1.33.1.2->3.1.33.1.2->3.1.31.10.1->1.10.21.10.1->1.10.22.6.1->2.7.12.6.1->2.7.12.0.1->2.1.12.0.1->2.1.12.0.1->2.1.1Release Notes
gradle/gradle (gradle)
v8.14Compare Source
testcontainers/testcontainers-java (org.testcontainers:postgresql)
v1.21.0Compare Source
What's Changed
startcommand required in Solr 10 (#10174) @epughclickhouse/clickhouse-serveras Docker Image in ClickHouseProvider (#8738) @linghengqian🚀 Features & Enhancements
☠️ Deprecations
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
📦 Dependency updates
ktorio/ktor (io.ktor:ktor-server-test-host)
v3.1.3Compare Source
Improvements
Bugfixes
Kotlin/kotlinx.coroutines (org.jetbrains.kotlinx:kotlinx-coroutines-test)
v1.10.2Compare Source
kotlinx-coroutines-debugJAR file including themodule-info.classfile twice, resulting in failures in various tooling (#4314). Thanks, @RyuNen344!Flow.stateInhanging when the scope is cancelled in advance or the flow is empty (#4322). Thanks, @francescotescari!.limitedParallelism(#4330) and during flow collection (#4272).runBlockingfailing to run its coroutine to completion in some cases if its JVM thread got interrupted (#4399).sksamuel/cohort (com.sksamuel.cohort:cohort-ktor)
v2.7.1v2.7.0v2.6.2arrow-kt/arrow (io.arrow-kt:arrow-optics)
v2.1.1Compare Source
What's Changed
OptionDeserializerfor Jackson by @serras in https://github.com/arrow-kt/arrow/pull/3605wrapAsNonEmptyfunctions by @serras in https://github.com/arrow-kt/arrow/pull/3611Full Changelog: arrow-kt/arrow@2.1.0...2.1.1
v2.1.0Compare Source
What's Changed
HttpRequestSchedulecloser toHttpRetryby @serras in https://github.com/arrow-kt/arrow/pull/3593Evalforsuspendfunctions by @serras in https://github.com/arrow-kt/arrow/pull/3595AwaitAllScopeas experimental by @serras in https://github.com/arrow-kt/arrow/pull/3597New 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.
This PR was generated by Mend Renovate. View the repository job log.