From 040620afe187e5ea9e99ae972d77e297c339ffa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 18:14:06 +0000 Subject: [PATCH] build(deps): bump com.github.oshi:oshi-core from 7.3.0 to 7.3.2 Bumps [com.github.oshi:oshi-core](https://github.com/oshi/oshi) from 7.3.0 to 7.3.2. - [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.3.2) --- updated-dependencies: - dependency-name: com.github.oshi:oshi-core dependency-version: 7.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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..90ba91fc064 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.3.2', 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',