This is an automated email from the ASF dual-hosted git repository.

FrankChen021 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 5b311b2285e build(deps): bump com.github.oshi:oshi-core from 6.9.1 to 
7.4.4 (#20068)
5b311b2285e is described below

commit 5b311b2285e65965b1829b054fb0884a6260b356
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 20 09:43:51 2026 +0800

    build(deps): bump com.github.oshi:oshi-core from 6.9.1 to 7.4.4 (#20068)
    
    * build(deps): bump com.github.oshi:oshi-core from 6.9.1 to 7.4.4
    
    Bumps [com.github.oshi:oshi-core](https://github.com/oshi/oshi) from 6.9.1 
to 7.4.4.
    - [Release notes](https://github.com/oshi/oshi/releases)
    - [Changelog](https://github.com/oshi/oshi/blob/master/CHANGELOG.md)
    - 
[Commits](https://github.com/oshi/oshi/compare/oshi-parent-6.9.1...oshi-parent-7.4.4)
    
    ---
    updated-dependencies:
    - dependency-name: com.github.oshi:oshi-core
      dependency-version: 7.4.4
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * build(deps): register OSHI transitive licenses
    
    * build(deps): declare OSHI common dependency
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Frank Chen <[email protected]>
---
 licenses.yaml      | 5 ++++-
 processing/pom.xml | 7 ++++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/licenses.yaml b/licenses.yaml
index a50e9a7ea1c..8a9f28be336 100644
--- a/licenses.yaml
+++ b/licenses.yaml
@@ -1880,6 +1880,8 @@ license_name: Apache License version 2.0
 version: 5.19.1
 libraries:
   - net.java.dev.jna: jna
+  - net.java.dev.jna: jna-jpms
+  - net.java.dev.jna: jna-platform-jpms
 
 ---
 
@@ -2706,9 +2708,10 @@ name: OSHI
 license_category: binary
 module: java-core
 license_name: MIT License
-version: 6.9.1
+version: 7.4.4
 libraries:
   - com.github.oshi: oshi-core
+  - com.github.oshi: oshi-common
 license_file_path: licenses/bin/oshi.MIT
 
 ---
diff --git a/processing/pom.xml b/processing/pom.xml
index e8cd9bfd5b1..5e83ae4bcd3 100644
--- a/processing/pom.xml
+++ b/processing/pom.xml
@@ -36,7 +36,7 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <sigar.base.version>1.6.5</sigar.base.version>
     <sigar.version>${sigar.base.version}.132</sigar.version>
-    <oshi.version>6.9.1</oshi.version>
+    <oshi.version>7.4.4</oshi.version>
   </properties>
 
   <dependencies>
@@ -340,6 +340,11 @@
       <artifactId>oshi-core</artifactId>
       <version>${oshi.version}</version>
     </dependency>
+    <dependency>
+      <groupId>com.github.oshi</groupId>
+      <artifactId>oshi-common</artifactId>
+      <version>${oshi.version}</version>
+    </dependency>
 
     <!-- Tests -->
     <dependency>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to