Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
square/okio
### [`v3.3.0`](https://togithub.com/square/okio/blob/HEAD/CHANGELOG.md#Version-330)
*2023-01-07*
- Fix: Don't leak resources when `use {}` is used with a non-local return. We introduced this
performance and stability bug by not considering that non-local returns execute neither the
`return` nor `catch` control flows.
- Fix: Use a sealed interface for `BufferedSink` and `BufferedSource`. These were never intended
for end-users to implement, and we're happy that Kotlin now allows us to express that in our API.
- New: Change internal locks from `synchronized` to `ReentrantLock` and `Condition`. We expect this
to improve help when using Okio with Java virtual threads (\[Project Loom]\[loom]).
- Upgrade: \[Kotlin 1.8.0]\[kotlin\_1\_8\_0].
Kotlin/binary-compatibility-validator
### [`v0.13.0`](https://togithub.com/Kotlin/binary-compatibility-validator/releases/tag/0.13.0)
[Compare Source](https://togithub.com/Kotlin/binary-compatibility-validator/compare/0.12.1...0.13.0)
- Kotlin is updated to 1.8.10
- kotlinx-metadata is updated to 0.6.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 has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
"~> 4.2.0"
->"~> 4.3.0"
3.6.0
->3.6.4
3.2.0
->3.3.0
0.12.1
->0.13.0
2.0.2-SNAPSHOT
->2.0.2
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
square/okio
### [`v3.3.0`](https://togithub.com/square/okio/blob/HEAD/CHANGELOG.md#Version-330) *2023-01-07* - Fix: Don't leak resources when `use {}` is used with a non-local return. We introduced this performance and stability bug by not considering that non-local returns execute neither the `return` nor `catch` control flows. - Fix: Use a sealed interface for `BufferedSink` and `BufferedSource`. These were never intended for end-users to implement, and we're happy that Kotlin now allows us to express that in our API. - New: Change internal locks from `synchronized` to `ReentrantLock` and `Condition`. We expect this to improve help when using Okio with Java virtual threads (\[Project Loom]\[loom]). - Upgrade: \[Kotlin 1.8.0]\[kotlin\_1\_8\_0].Kotlin/binary-compatibility-validator
### [`v0.13.0`](https://togithub.com/Kotlin/binary-compatibility-validator/releases/tag/0.13.0) [Compare Source](https://togithub.com/Kotlin/binary-compatibility-validator/compare/0.12.1...0.13.0) - Kotlin is updated to 1.8.10 - kotlinx-metadata is updated to 0.6.0Configuration
📅 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 has been generated by Mend Renovate. View repository job log here.