Skip to content

chore(deps): bump com.github.oshi:oshi-core from 6.9.3 to 7.2.1#1536

Closed
dependabot[bot] wants to merge 1 commit into
2.xfrom
dependabot/gradle/com.github.oshi-oshi-core-7.2.1
Closed

chore(deps): bump com.github.oshi:oshi-core from 6.9.3 to 7.2.1#1536
dependabot[bot] wants to merge 1 commit into
2.xfrom
dependabot/gradle/com.github.oshi-oshi-core-7.2.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 26, 2026

Copy link
Copy Markdown
Contributor

Bumps com.github.oshi:oshi-core from 6.9.3 to 7.2.1.

Release notes

Sourced from com.github.oshi:oshi-core's releases.

Release 7.2.1

Bug Fixes and Improvements
  • #3302: Fix WrongMethodTypeException for void invokeExact in expression lambdas - @​dbwiddis.

Full change log

Release 7.2.0

New Features
  • #3234: Add SystemInfoProvider SPI and SystemInfoFactory for automatic selection of the best available OSHI implementation at runtime - @​dbwiddis.
  • #3238: Add native-free Linux SystemInfoProvider implementation in oshi-common, enabling Linux system info without JNA or FFM dependencies - @​dbwiddis.
  • #3255: Add BluetoothDevice enumeration for paired/connected Bluetooth peripherals on Linux, Windows, and macOS - @​dbwiddis.
Bug Fixes and Improvements
  • #3245: Fix MacGlobalMemory.getPhysicalMemory() returning empty data on Apple Silicon Macs - @​dbwiddis.
  • #3249: Read EDID from /sys/class/drm on Linux, fixing display detection on Wayland - @​dbwiddis.
  • #3278, #3280: Add SystemInfoProvider convenience overloads to OshiMetrics constructor, bindTo, and builder methods - @​dbwiddis.
  • #3281: Fix AIX processor count detection to use LPAR vcpu and SMT configuration instead of frame-level physical processor count - @​dbwiddis.
  • #3283: Fix macOS JNA system CPU ticks overflowing to negative values after long uptimes - @​dbwiddis.
  • #3299: Handle Linux LUKS device-mapper disks without LVM volume names and avoid synthetic null paths - @​dbwiddis.
  • #3300: Fix macOS FFM open file limits and strengthen current-process limit coverage - @​dbwiddis.

Full change log

Release 7.1.0

New Features
Bug Fixes and Improvements
  • #3233: Use WMI formatted % Processor Performance counter for Windows CPU frequency, reporting actual turbo boost speeds above base frequency - @​dbwiddis.

Full change log

Release 7.0.1

JPMS Package Moves
  • #3220: Move oshi-core-ffm utility classes from oshi.util.gpu, oshi.util.platform.mac, and oshi.util.platform.windows packages to oshi.ffm.util.gpu, oshi.ffm.util.platform.mac, and oshi.ffm.util.platform.windows. This eliminates split-package conflicts so oshi-core and oshi-core-ffm can coexist on the module path - @​dbwiddis.

Full change log

Release 7.0.0

See Upgrading for breaking changes and migration guide.

... (truncated)

Changelog

Sourced from com.github.oshi:oshi-core's changelog.

7.2.0 (2026-05-24), 7.2.1 (2026-05-25)

New Features
  • #3234: Add SystemInfoProvider SPI and SystemInfoFactory for automatic selection of the best available OSHI implementation at runtime - @​dbwiddis.
  • #3238: Add native-free Linux SystemInfoProvider implementation in oshi-common, enabling Linux system info without JNA or FFM dependencies - @​dbwiddis.
  • #3255: Add BluetoothDevice enumeration for paired/connected Bluetooth peripherals on Linux, Windows, and macOS - @​dbwiddis.
Bug Fixes and Improvements
  • #3245: Fix MacGlobalMemory.getPhysicalMemory() returning empty data on Apple Silicon Macs - @​dbwiddis.
  • #3249: Read EDID from /sys/class/drm on Linux, fixing display detection on Wayland - @​dbwiddis.
  • #3278, #3280: Add SystemInfoProvider convenience overloads to OshiMetrics constructor, bindTo, and builder methods - @​dbwiddis.
  • #3281: Fix AIX processor count detection to use LPAR vcpu and SMT configuration instead of frame-level physical processor count - @​dbwiddis.
  • #3283: Fix macOS JNA system CPU ticks overflowing to negative values after long uptimes - @​dbwiddis.
  • #3299: Handle Linux LUKS device-mapper disks without LVM volume names and avoid synthetic null paths - @​dbwiddis.
  • #3300: Fix macOS FFM open file limits and strengthen current-process limit coverage - @​dbwiddis.
  • #3302: Fix WrongMethodTypeException for void invokeExact in expression lambdas - @​dbwiddis.

7.1.0 (2026-05-06)

New Features
Bug Fixes and Improvements
  • #3233: Use WMI formatted % Processor Performance counter for Windows CPU frequency, reporting actual turbo boost speeds above base frequency - @​dbwiddis.

7.0.0 (2026-04-30), 7.0.1 (2026-05-02)

See Upgrading for breaking changes and migration guide.

Breaking Changes
  • #3180: Rename oshi-core-java25 artifact to oshi-core-ffm; rename JPMS module from com.github.oshi to com.github.oshi.ffm. A redirection pom is provided for the old artifact ID - @​dbwiddis.
  • #3181: Merge oshi-core-java11 into oshi-core; oshi-core now includes a module descriptor (com.github.oshi). A redirection pom is provided for the old oshi-core-java11 artifact ID - @​dbwiddis.
  • #3182: Remove deprecated OSProcess.getResidentSetSize() (use getResidentMemory() or getPrivateResidentMemory()), oshi.PlatformEnum and oshi.PlatformEnumFFM (use oshi.util.PlatformEnum), SystemInfo.getCurrentPlatform() and SystemInfoFFM (use oshi.util.PlatformEnum.getCurrentPlatform() and oshi.ffm.SystemInfo), and misspelled GlobalConfig constants - @​dbwiddis.
New Features
  • #3183: Add @PublicApi annotation to all SemVer-guaranteed API types in oshi.hardware, oshi.software.os, both SystemInfo entry points, and PlatformEnum - @​dbwiddis.
Bug Fixes and Improvements

... (truncated)

Commits
  • c301153 [maven-release-plugin] prepare release oshi-parent-7.2.1
  • 18eb227 7.2.1 Release
  • baf208c Fix WrongMethodTypeException for void invokeExact in expression lambdas (#3302)
  • a85ad0c Move support information to support policy
  • a3f4d0e Move security contact info to security policy
  • 31b3612 Add process WTS WMI fallback coverage
  • 4349e41 Add Windows FFM operating system coverage
  • 619b360 Add Solaris gate and FFM process cache test
  • 6104532 [maven-release-plugin] prepare for next development iteration
  • fb12f78 [maven-release-plugin] prepare release oshi-parent-7.2.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [com.github.oshi:oshi-core](https://github.com/oshi/oshi) from 6.9.3 to 7.2.1.
- [Release notes](https://github.com/oshi/oshi/releases)
- [Changelog](https://github.com/oshi/oshi/blob/master/CHANGELOG.md)
- [Commits](oshi/oshi@oshi-parent-6.9.3...oshi-parent-7.2.1)

---
updated-dependencies:
- dependency-name: com.github.oshi:oshi-core
  dependency-version: 7.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels May 26, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #1549.

@dependabot dependabot Bot closed this Jun 15, 2026
@dependabot dependabot Bot deleted the dependabot/gradle/com.github.oshi-oshi-core-7.2.1 branch June 15, 2026 02:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants