From 40f69f795290bfec11ed46839015027a6faea2b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 18:12:42 +0000 Subject: [PATCH] build(deps): bump com.github.oshi:oshi-core from 7.3.0 to 7.4.0 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](https://github.com/oshi/oshi/compare/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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2f5de64a447..16a067fb887 100644 --- a/build.gradle +++ b/build.gradle @@ -136,7 +136,7 @@ def libraries = [ mysql : 'com.mysql:mysql-connector-j:9.7.0', objenesis : 'org.objenesis:objenesis:3.5', oscache : 'opensymphony:oscache:2.4.1', - oshi : 'com.github.oshi:oshi-core:7.3.0', + oshi : 'com.github.oshi:oshi-core:7.4.0', postgresql : 'org.postgresql:postgresql:42.7.11', quartz : 'org.quartz-scheduler:quartz:2.5.2', rack : 'com.github.gocd-contrib:jruby-rack:1.3.0.11',