Skip to content

build(deps): bump com.github.oshi:oshi-core from 7.3.0 to 7.4.0#4077

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/com.github.oshi-oshi-core-7.4.0
Open

build(deps): bump com.github.oshi:oshi-core from 7.3.0 to 7.4.0#4077
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/com.github.oshi-oshi-core-7.4.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 17, 2026

Copy link
Copy Markdown

Bumps com.github.oshi:oshi-core from 7.3.0 to 7.4.0.

Release notes

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

Release 7.4.0

New Features
  • #3415: Add Display.getDisplayInfo() and a new DisplayInfo interface (exposing decoded attributes including isEdidSynthetic()), plus EDID-encoding methods in EdidUtil, allowing display attributes to be exposed without a raw EDID - @​dbwiddis.
  • #3436: Detect the Apple Silicon built-in Retina display via IOMobileFramebuffer and synthesize a DisplayInfo from CoreGraphics and NSScreen properties (resolution, physical size, serial, model name) - @​dbwiddis.
Bug Fixes and Improvements
  • #3424: Fix WrongMethodTypeException when freeing BSTR strings on the Windows FFM WMI path, caused by a void invokeExact in an expression lambda inferring an Object return - @​dbwiddis.
  • #3425: Fix the Windows perf-counter process and thread maps occasionally mis-keying a real process/thread under ID 0, when PDH reports its "ID Process"/"ID Thread" sentinel for one that is starting or exiting - @​dbwiddis.
  • #3432: Replace Logger#atLevel/setCause/isEnabledForLevel usage in ExceptionUtil, PerfDataUtil, and ForeignFunctions with level-switches to the classic SLF4J methods, so oshi no longer requires slf4j-api 2.x at runtime - @​wolfs.
  • #3431: Declare the optional jlibrehardwaremonitor OSGi package imports as optional, so oshi-common resolves in OSGi environments that do not provide it - @​MrEasy.
  • #3433: Restore optional JNA native access for NetBSD, falling back to the command-line implementation when the JNA native library is not installed - @​dbwiddis.
  • #3437: Add ParseUtil.decodeIntOrDefault/decodeLongOrDefault and forbid direct use of Integer.decode, Long.decode, parseUnsignedInt, and parseUnsignedLong - @​dbwiddis.
  • #3438: Deprecate Display.getEdid() in favor of Display.getDisplayInfo().getEdid(), consolidating display data access under DisplayInfo - @​dbwiddis.

Full change log

Release 7.3.2

Bug Fixes and Improvements
  • #3409: Fix AIX getFileStores() inode collection: switch to AIX-native df -F %n %l, fix NFS mount filtering, correct column parsing, and fix free/used inode swap - @​jank.
  • #3410: Fix Linux getFileStores() blocking indefinitely on stale NFS mounts by pre-checking NFS server reachability (TCP/2049) before calling statvfs() - @​jank.

Full change log

Release 7.3.1

New Features
  • #3350: Add AIX support to the FFM (oshi-core-ffm) implementation - @​dbwiddis.
  • #3360: Add NetBSD support to the FFM (oshi-core-ffm) implementation - @​dbwiddis.
  • #3362: Add DragonFly BSD support to the FFM (oshi-core-ffm) implementation - @​dbwiddis.
Bug Fixes and Improvements
  • #3349: Fix AIX Uptime.queryUpTime() regex to accept the mins suffix that appears in the first hour past each day boundary - @​dbwiddis.
  • #3358: Add macOS 27 (Golden Gate) codename mapping - @​dbwiddis.
  • #3365: Allow SystemInfoProvider SPI discovery on the class path - @​dbwiddis.
  • #3373: Export the oshi package from oshi-core in the OSGi bundle so the documented new oshi.SystemInfo() entry point is usable in OSGi environments - @​dbwiddis.

Full change log

Changelog

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

7.4.0 (2026-07-08)

New Features
  • #3415: Add Display.getDisplayInfo() and a new DisplayInfo interface (exposing decoded attributes including isEdidSynthetic()), plus EDID-encoding methods in EdidUtil, allowing display attributes to be exposed without a raw EDID - @​dbwiddis.
  • #3436: Detect the Apple Silicon built-in Retina display via IOMobileFramebuffer and synthesize a DisplayInfo from CoreGraphics and NSScreen properties (resolution, physical size, serial, model name) - @​dbwiddis.
Bug Fixes and Improvements
  • #3424: Fix WrongMethodTypeException when freeing BSTR strings on the Windows FFM WMI path, caused by a void invokeExact in an expression lambda inferring an Object return - @​dbwiddis.
  • #3425: Fix the Windows perf-counter process and thread maps occasionally mis-keying a real process/thread under ID 0, when PDH reports its "ID Process"/"ID Thread" sentinel for one that is starting or exiting - @​dbwiddis.
  • #3432: Replace Logger#atLevel/setCause/isEnabledForLevel usage in ExceptionUtil, PerfDataUtil, and ForeignFunctions with level-switches to the classic SLF4J methods, so oshi no longer requires slf4j-api 2.x at runtime - @​wolfs.
  • #3431: Declare the optional jlibrehardwaremonitor OSGi package imports as optional, so oshi-common resolves in OSGi environments that do not provide it - @​MrEasy.
  • #3433: Restore optional JNA native access for NetBSD, falling back to the command-line implementation when the JNA native library is not installed - @​dbwiddis.
  • #3437: Add ParseUtil.decodeIntOrDefault/decodeLongOrDefault and forbid direct use of Integer.decode, Long.decode, parseUnsignedInt, and parseUnsignedLong - @​dbwiddis.
  • #3438: Deprecate Display.getEdid() in favor of Display.getDisplayInfo().getEdid(), consolidating display data access under DisplayInfo - @​dbwiddis.
Commits
  • 1a33bbe [maven-release-plugin] prepare release oshi-parent-7.4.0
  • 67204f8 7.4.0 Release
  • ab7b913 Deprecate Display.getEdid(); remove unreleased Display.isEdidSynthetic() (#3438)
  • 2b74b20 [WIP/debug] macOS Apple Silicon internal display via synthetic EDID (#3404) (...
  • 7c8ad27 Add ParseUtil decode methods and forbid direct JDK parse/decode calls (#3437)
  • d22319e Update actions/setup-java digest to 0f481fc (#3434)
  • bff334f Update dependency com.fasterxml.jackson.core:jackson-databind to v2.22.1 (#3435)
  • f19cf50 Restore optional JNA native access for NetBSD with command-line fallback (#3433)
  • c21538a Fix two flaky comparison tests: thread updateAttributes race + upTime tolerance
  • 164c6f1 #3430 Declared optional Import-Package instruction in oshi-common (#3431)
  • 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 7.3.0 to 7.4.0.
- [Release notes](https://github.com/oshi/oshi/releases)
- [Changelog](https://github.com/oshi/oshi/blob/master/CHANGELOG.md)
- [Commits](oshi/oshi@oshi-parent-7.3.0...oshi-parent-7.4.0)

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

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 Jul 17, 2026
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