Skip to content

Commit

Permalink
Update dependency com.github.oshi:oshi-core to v6.4.4 (#441)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [com.github.oshi:oshi-core](https://togithub.com/oshi/oshi) |
dependencies | patch | `6.4.3` -> `6.4.4` |

---

### Release Notes

<details>
<summary>oshi/oshi</summary>

###
[`v6.4.4`](https://togithub.com/oshi/oshi/blob/HEAD/CHANGELOG.md#&#8203;640-2022-12-02--641-2023-03-18--642-2023-05-02--643-2023-06-06--644-2023-07-01)

##### New Features

- [#&#8203;2261](https://togithub.com/oshi/oshi/pull/2261): Add
getThreadId, getCurrentThread and getCurrentProcess to OperatingSystem
API - [@&#8203;dbwiddis](https://togithub.com/dbwiddis).

##### Bug fixes / Improvements

- [#&#8203;2259](https://togithub.com/oshi/oshi/pull/2259): Cache AIX
partition list to reduce disk reads from lspv -
[@&#8203;dbwiddis](https://togithub.com/dbwiddis).
- [#&#8203;2260](https://togithub.com/oshi/oshi/pull/2260): Use regex to
pre-filter to parseable CPU numbers for ARM Macs -
[@&#8203;dbwiddis](https://togithub.com/dbwiddis).
- [#&#8203;2262](https://togithub.com/oshi/oshi/pull/2262): Consistent
treatment of AIX tick lengths -
[@&#8203;dbwiddis](https://togithub.com/dbwiddis).
- [#&#8203;2264](https://togithub.com/oshi/oshi/pull/2264): Don't assume
ticks match logical processor count -
[@&#8203;dbwiddis](https://togithub.com/dbwiddis).
- [#&#8203;2292](https://togithub.com/oshi/oshi/pull/2292): Update to
JNA 5.13.0 - [@&#8203;dbwiddis](https://togithub.com/dbwiddis).
-   [#&#8203;2315](https://togithub.com/oshi/oshi/pull/2315),
[#&#8203;2318](https://togithub.com/oshi/oshi/pull/2318): Fix parsing
generally and for FreeBSD cpu detection -
[@&#8203;decketron](https://togithub.com/decketron).
- [#&#8203;2327](https://togithub.com/oshi/oshi/pull/2327): Improve Udev
exception handling - [@&#8203;dbwiddis](https://togithub.com/dbwiddis).
- [#&#8203;2329](https://togithub.com/oshi/oshi/pull/2329): Allow using
SLF4J 1 in OSGi containers -
[@&#8203;mshabarov](https://togithub.com/mshabarov).
- [#&#8203;2361](https://togithub.com/oshi/oshi/pull/2361): Convert
per-process CPU ticks on Apple Silicon to milliseconds -
[@&#8203;dbwiddis](https://togithub.com/dbwiddis).
- [#&#8203;2362](https://togithub.com/oshi/oshi/pull/2362): Make use of
Kstat2 configurable - [@&#8203;dbwiddis](https://togithub.com/dbwiddis).
- [#&#8203;2377](https://togithub.com/oshi/oshi/pull/2377): Graceful
fallback for macOS Process user or group name -
[@&#8203;dbwiddis](https://togithub.com/dbwiddis).
- [#&#8203;2393](https://togithub.com/oshi/oshi/pull/2393): Get threadId
by syscall when gettid not available -
[@&#8203;silencewood](https://togithub.com/silencewood).
- [#&#8203;2394](https://togithub.com/oshi/oshi/pull/2394): Fix bit
shifting in CPUID calculation -
[@&#8203;dbwiddis](https://togithub.com/dbwiddis).
- [#&#8203;2396](https://togithub.com/oshi/oshi/pull/2396): Add
command-line fallbacks for udev and sysfs processor info -
[@&#8203;dbwiddis](https://togithub.com/dbwiddis).
- [#&#8203;2407](https://togithub.com/oshi/oshi/pull/2407): Improve
performance of Linux User and Group name queries -
[@&#8203;dbwiddis](https://togithub.com/dbwiddis).

</details>

---

### 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click
this checkbox.

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTAuNiIsInVwZGF0ZWRJblZlciI6IjMyLjE5MC42In0=-->
  • Loading branch information
slack-oss-bot authored Jul 5, 2023
1 parent eb0dd95 commit 012f273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ okhttp-bom = { module = "com.squareup.okhttp3:okhttp-bom", version.ref = "okhttp
okhttp-loggingInterceptor = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "okhttp" }
okio = { module = "com.squareup.okio:okio", version.ref = "okio" }
okio-fakefilesystem = { module = "com.squareup.okio:okio-fakefilesystem", version.ref = "okio" }
oshi = "com.github.oshi:oshi-core:6.4.3"
oshi = "com.github.oshi:oshi-core:6.4.4"
rxjava = "io.reactivex.rxjava3:rxjava:3.1.6"
truth = "com.google.truth:truth:1.1.5"

0 comments on commit 012f273

Please sign in to comment.