solrbot opened a new pull request, #4346: URL: https://github.com/apache/solr/pull/4346
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [com.squareup.okio:okio](https://redirect.github.com/square/okio) | dependencies | minor | `3.16.0` -> `3.17.0` | --- ### Release Notes <details> <summary>square/okio (com.squareup.okio:okio)</summary> ### [`v3.17.0`](https://redirect.github.com/square/okio/blob/HEAD/CHANGELOG.md#Version-3170) *2026-03-11* - New: Adjust down the Kotlin stdlib dependency to \[Kotlin 2.1.21]\[kotlin\_2\_1\_21]. Okio is built with an up-to-date Kotlin compiler (2.2.21), but depends on an older kotlin-stdlib. We're doing this so you can update Okio and Kotlin independently. - Fix: Return the correct timestamp in `FileMetadata.createdAtMillis` on Kotlin/Native on UNIX platforms. We were incorrectly using the POSIX `ctime` (*change* time) instead of the `birthtime`. With this fix Okio now prefers `statx()` over `stat()` on native platforms. This API first appeared in Linux in 4.11 (2017) and Android in API 30 (2020). ### [`v3.16.4`](https://redirect.github.com/square/okio/blob/HEAD/CHANGELOG.md#Version-3164) *2025-11-17* - Fix: Don't delay triggering timeouts. In 3.16.0 we introduced a regression that caused timeouts to fire later than they were supposed to. ### [`v3.16.3`](https://redirect.github.com/square/okio/blob/HEAD/CHANGELOG.md#Version-3163) *2025-11-14* This release is the same as 3.16.2. We forgot to cherry-pick a commit before we released! ### [`v3.16.2`](https://redirect.github.com/square/okio/blob/HEAD/CHANGELOG.md#Version-3162) *2025-10-14* - Fix: `okio-assetfilesystem` APIs now correctly restored as visible to Kotlin. ### [`v3.16.1`](https://redirect.github.com/square/okio/blob/HEAD/CHANGELOG.md#Version-3161) *2025-10-09* - Fix: Don't crash when calling `Socket.shutdownOutput()` or `shutdownInput()` on an `SSLSocket` on Android API 21. This method throws an `UnsupportedOperationException`, so we now catch that and close the underlying stream instead. </details> --- ### Configuration 📅 **Schedule**: Branch creation - Only on Sunday ( * * * * 0 ) (UTC), 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/solrbot/renovate-github-action) <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJleGVtcHQtc3RhbGUiXX0=--> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
