From 629c952912b6281a424e5560c8132796cbb394de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 03:25:04 +0000 Subject: [PATCH 1/2] Bump the all-dependencies group across 1 directory with 5 updates Bumps the all-dependencies group with 4 updates in the / directory: [com.github.oshi:oshi-core](https://github.com/oshi/oshi), [com.diffplug.spotless:spotless-plugin-gradle](https://github.com/diffplug/spotless), [net.ltgt.gradle:gradle-errorprone-plugin](https://github.com/tbroyer/gradle-errorprone-plugin) and [net.ltgt.gradle:gradle-nullaway-plugin](https://github.com/tbroyer/gradle-nullaway-plugin). Updates `com.github.oshi:oshi-core` from 7.5.0 to 7.6.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.5.0...oshi-parent-7.6.0) Updates `com.diffplug.spotless:spotless-plugin-gradle` from 8.10.0 to 8.10.1 - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](https://github.com/diffplug/spotless/compare/gradle/8.10.0...gradle/8.10.1) Updates `net.ltgt.gradle:gradle-errorprone-plugin` from 5.1.0 to 5.1.1 - [Release notes](https://github.com/tbroyer/gradle-errorprone-plugin/releases) - [Commits](https://github.com/tbroyer/gradle-errorprone-plugin/compare/v5.1.0...v5.1.1) Updates `net.ltgt.gradle:gradle-nullaway-plugin` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/tbroyer/gradle-nullaway-plugin/releases) - [Commits](https://github.com/tbroyer/gradle-nullaway-plugin/compare/v3.1.0...v3.2.0) Updates `com.diffplug.spotless` from 8.10.0 to 8.10.1 --- updated-dependencies: - dependency-name: com.github.oshi:oshi-core dependency-version: 7.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: com.diffplug.spotless:spotless-plugin-gradle dependency-version: 8.10.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: net.ltgt.gradle:gradle-errorprone-plugin dependency-version: 5.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: net.ltgt.gradle:gradle-nullaway-plugin dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: com.diffplug.spotless dependency-version: 8.10.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- agent/agent-tooling/build.gradle.kts | 2 +- agent/agent-tooling/gradle.lockfile | 4 ++-- buildSrc/build.gradle.kts | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/agent/agent-tooling/build.gradle.kts b/agent/agent-tooling/build.gradle.kts index 85351e97de..fa2f08214f 100644 --- a/agent/agent-tooling/build.gradle.kts +++ b/agent/agent-tooling/build.gradle.kts @@ -47,7 +47,7 @@ dependencies { compileOnly("io.opentelemetry:opentelemetry-sdk-extension-autoconfigure") compileOnly("io.opentelemetry:opentelemetry-extension-trace-propagators") - implementation("com.github.oshi:oshi-core:7.5.0") { + implementation("com.github.oshi:oshi-core:7.6.0") { exclude("org.slf4j", "slf4j-api") } diff --git a/agent/agent-tooling/gradle.lockfile b/agent/agent-tooling/gradle.lockfile index 8d6b36fd5c..6764ae3f93 100644 --- a/agent/agent-tooling/gradle.lockfile +++ b/agent/agent-tooling/gradle.lockfile @@ -21,8 +21,8 @@ com.fasterxml.jackson.core:jackson-core:2.22.2=runtimeClasspath com.fasterxml.jackson.core:jackson-databind:2.22.2=runtimeClasspath com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.22.2=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.22.2=runtimeClasspath -com.github.oshi:oshi-common:7.5.0=runtimeClasspath -com.github.oshi:oshi-core:7.5.0=runtimeClasspath +com.github.oshi:oshi-common:7.6.0=runtimeClasspath +com.github.oshi:oshi-core:7.6.0=runtimeClasspath com.google.errorprone:error_prone_annotations:2.50.0=runtimeClasspath com.microsoft.azure:msal4j-persistence-extension:1.3.0=runtimeClasspath com.microsoft.azure:msal4j:1.23.1=runtimeClasspath diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index 2f3bed0474..167ad52716 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -2,7 +2,7 @@ plugins { `java-gradle-plugin` `kotlin-dsl` // When updating, update below in dependencies too - id("com.diffplug.spotless") version "8.10.0" + id("com.diffplug.spotless") version "8.10.1" } spotless { @@ -30,7 +30,7 @@ dependencies { implementation(gradleApi()) // When updating, update above in plugins too - implementation("com.diffplug.spotless:spotless-plugin-gradle:8.10.0") + implementation("com.diffplug.spotless:spotless-plugin-gradle:8.10.1") implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:6.5.11") implementation("com.gradleup.shadow:shadow-gradle-plugin:9.6.1") @@ -38,8 +38,8 @@ dependencies { implementation("io.opentelemetry.instrumentation:gradle-plugins:2.28.1-alpha") - implementation("net.ltgt.gradle:gradle-errorprone-plugin:5.1.0") - implementation("net.ltgt.gradle:gradle-nullaway-plugin:3.1.0") + implementation("net.ltgt.gradle:gradle-errorprone-plugin:5.1.1") + implementation("net.ltgt.gradle:gradle-nullaway-plugin:3.2.0") implementation("gradle.plugin.io.morethan.jmhreport:gradle-jmh-report:0.9.6") implementation("me.champeau.jmh:jmh-gradle-plugin:0.7.3") From 60da4b97ff8827276d531340421ed10d1147f950 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 03:27:53 +0000 Subject: [PATCH 2/2] ./gradlew generateLicenseReport --- licenses/more-licenses.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/licenses/more-licenses.md b/licenses/more-licenses.md index 2bc8e46731..31b77db450 100644 --- a/licenses/more-licenses.md +++ b/licenses/more-licenses.md @@ -382,12 +382,12 @@ > - **POM Project URL**: [https://github.com/Azure/azure-sdk-for-java](https://github.com/Azure/azure-sdk-for-java) > - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT) -**74** **Group:** `com.github.oshi` **Name:** `oshi-common` **Version:** `7.5.0` +**74** **Group:** `com.github.oshi` **Name:** `oshi-common` **Version:** `7.6.0` > - **Manifest Project URL**: [https://github.com/oshi/oshi/oshi-common](https://github.com/oshi/oshi/oshi-common) > - **Manifest License**: [https://opensource.org/licenses/MIT](MIT License) > - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT) -**75** **Group:** `com.github.oshi` **Name:** `oshi-core` **Version:** `7.5.0` +**75** **Group:** `com.github.oshi` **Name:** `oshi-core` **Version:** `7.6.0` > - **Manifest Project URL**: [https://github.com/oshi/oshi/oshi-core](https://github.com/oshi/oshi/oshi-core) > - **Manifest License**: [https://opensource.org/licenses/MIT](MIT License) > - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)