-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update upgrade all non-major gradle dependencies #61
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/gradle-all
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
d0f7795
to
3d43c2e
Compare
3d43c2e
to
8d2b8c4
Compare
8d2b8c4
to
8fd97b4
Compare
8fd97b4
to
9d56ca9
Compare
ead3d52
to
5266042
Compare
fbffd2f
to
4d0a1b9
Compare
4d0a1b9
to
1795fec
Compare
82203dd
to
563076b
Compare
fc8f358
to
1083c9c
Compare
1083c9c
to
c417ab5
Compare
b53a0a7
to
25d016b
Compare
25d016b
to
809bdfe
Compare
809bdfe
to
80fa9a4
Compare
80fa9a4
to
2de5cee
Compare
b242bba
to
f838b44
Compare
f838b44
to
dcea056
Compare
4b9c438
to
b3a6a8d
Compare
b3a6a8d
to
93a7a05
Compare
528cd12
to
2fb08aa
Compare
2fb08aa
to
b3f6720
Compare
b3f6720
to
3630e7a
Compare
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:
5.8.0
->5.9.1
5.8.0
->5.9.1
2.3.8
->2.3.13
2.3.8
->2.3.13
2.3.8
->2.3.13
2.3.8
->2.3.13
0.23.2
->0.27.0
1.6.3
->1.8.0
0.5.0
->0.6.2
4.2.2
->4.4.0
12.1.0
->12.2.0
5.8.0
->5.9.1
1.9.22
->1.9.25
1.9.22
->1.9.25
Release Notes
kotest/kotest (io.kotest:kotest-assertions-core)
v5.9.1
What's Changed
Assertions
infix
variant ofshouldNotBeNull
that accepts a block by @sschuberth in https://github.com/kotest/kotest/pull/4060Framework
Property-testing
Arb.list<T?>
due to performance issues by @Kantis in https://github.com/kotest/kotest/pull/4023Docs
Build / CI/CD / Dependency updates
New Contributors
Full Changelog: kotest/kotest@v5.9.0...v5.9.1
v5.9.0
New Features
Breaking Changes
Requirements
What's Changed
collection.shouldContainAllInAnyOrder()
by @u-ways-e in https://github.com/kotest/kotest/pull/3995New Contributors
Full Changelog: kotest/kotest@v5.8.1...v5.9.0
v5.8.1
What's Changed
Long
assertions and property testers by @RusticFlare in https://github.com/kotest/kotest/pull/3720BigDecimal.ZERO.shouldBePositive()
returning true by @pubiqq in https://github.com/kotest/kotest/pull/3814intersect
matcher to ranges by @AlexCue987 in https://github.com/kotest/kotest/pull/3792shouldNotBePositive
andshouldNotBeNegative
matchers for BigDecimal by @pubiqq in https://github.com/kotest/kotest/pull/3818Iterable
inwithData
on root level by @obecker in https://github.com/kotest/kotest/pull/3831shouldBe expected
equivalent toshould be(expected)
for non-matcher objects by @pubiqq in https://github.com/kotest/kotest/pull/3827New Contributors
Full Changelog: kotest/kotest@v5.8.0...v5.8.1
ktorio/ktor (io.ktor:ktor-serialization-kotlinx-json)
v2.3.13
Compare Source
Bugfixes
Improvements
v2.3.12
Compare Source
Bugfixes
Improvements
v2.3.11
Compare Source
Bugfixes
v2.3.10
Compare Source
Bugfixes
NumberFormatException
when uploading file larger than INT_MAX bytes (~2.1 GiB) since 2.3.0 (KTOR-6851)Improvements
Logger.ANDROID
(KTOR-1219)v2.3.9
Compare Source
Improvements
Bugfixes
Kotlin/kotlinx.atomicfu (org.jetbrains.kotlinx:atomicfu)
v0.27.0
Compare Source
v0.26.1
Compare Source
org.gradle.configuration-cache
(#486). Kudos to @dkrasnoff! 🎉atomicfu-maven-plugin
artifacts (#490).v0.26.0
Compare Source
2.0.21
(#479).transformJs
flag by default (#478).api
kotlinx-atomicfu dependency for JS and WASM targets (#475).linuxArm32Hfp
target (#455).v0.25.0
Compare Source
atomicfu-gradle-plugin
by idorg.jetbrains.kotlinx.atomicfu
without buildscript configuration (#443)(#445).2.0.0
(#442).2.0.0
(#441).8.7
.v0.24.0
Compare Source
atomicfu-gradle-plugin
inatomicfu.properties
file and read it from this file during application (#405).Kotlin/kotlinx.serialization (org.jetbrains.kotlinx:kotlinx-serialization-json)
v1.8.0
==================
This release contains all of the changes from 1.8.0-RC. Kotlin 2.1.0 is used as a default, while upcoming 2.1.10 is also supported.
Also added small bugfixes, including speedup of ProtoWireType.from (#2879).
v1.7.3
==================
This release aims to fix important issues that were discovered in the 1.7.2 release,
including the inability to sync certain projects into Android Studio/IntelliJ IDEA and exceptions from custom Uuid serializers.
It uses Kotlin 2.0.20 by default.
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 is behind base branch, 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.