From 6a153b135e097b00246aa2de0108b5142d5a4005 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 08:29:23 +0000 Subject: [PATCH] Bump the java group across 8 directories with 2 updates Bumps the java group with 1 update in the / directory: com.github.ben-manes.versions. Bumps the java group with 1 update in the /examples/fabric-contract-example-as-service directory: [com.gradleup.shadow](https://github.com/GradleUp/shadow). Bumps the java group with 1 update in the /examples/fabric-contract-example-gradle directory: [com.gradleup.shadow](https://github.com/GradleUp/shadow). Bumps the java group with 1 update in the /examples/fabric-contract-example-gradle-kotlin directory: [com.gradleup.shadow](https://github.com/GradleUp/shadow). Bumps the java group with 1 update in the /examples/ledger-api directory: [com.gradleup.shadow](https://github.com/GradleUp/shadow). Bumps the java group with 1 update in the /fabric-chaincode-integration-test/src/contracts/bare-gradle directory: [com.gradleup.shadow](https://github.com/GradleUp/shadow). Bumps the java group with 1 update in the /fabric-chaincode-integration-test/src/contracts/fabric-ledger-api directory: [com.gradleup.shadow](https://github.com/GradleUp/shadow). Bumps the java group with 1 update in the /fabric-chaincode-integration-test/src/contracts/fabric-shim-api directory: [com.gradleup.shadow](https://github.com/GradleUp/shadow). Updates `com.github.ben-manes.versions` from 0.52.0 to 0.53.0 Updates `com.gradleup.shadow` from 9.1.0 to 9.2.1 - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/9.1.0...9.2.1) Updates `com.gradleup.shadow` from 9.1.0 to 9.2.1 - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/9.1.0...9.2.1) Updates `com.gradleup.shadow` from 9.1.0 to 9.2.1 - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/9.1.0...9.2.1) Updates `com.gradleup.shadow` from 9.1.0 to 9.2.1 - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/9.1.0...9.2.1) Updates `com.gradleup.shadow` from 9.1.0 to 9.2.1 - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/9.1.0...9.2.1) Updates `com.gradleup.shadow` from 9.1.0 to 9.2.1 - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/9.1.0...9.2.1) Updates `com.gradleup.shadow` from 9.1.0 to 9.2.1 - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/9.1.0...9.2.1) --- updated-dependencies: - dependency-name: com.github.ben-manes.versions dependency-version: 0.53.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java - dependency-name: com.gradleup.shadow dependency-version: 9.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java - dependency-name: com.gradleup.shadow dependency-version: 9.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java - dependency-name: com.gradleup.shadow dependency-version: 9.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java - dependency-name: com.gradleup.shadow dependency-version: 9.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java - dependency-name: com.gradleup.shadow dependency-version: 9.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java - dependency-name: com.gradleup.shadow dependency-version: 9.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java - dependency-name: com.gradleup.shadow dependency-version: 9.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- examples/fabric-contract-example-as-service/build.gradle | 2 +- examples/fabric-contract-example-gradle-kotlin/build.gradle.kts | 2 +- examples/fabric-contract-example-gradle/build.gradle | 2 +- examples/ledger-api/build.gradle | 2 +- .../src/contracts/bare-gradle/build.gradle | 2 +- .../src/contracts/fabric-ledger-api/build.gradle | 2 +- .../src/contracts/fabric-shim-api/build.gradle | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/build.gradle b/build.gradle index ef1e5325..598f1e5a 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ */ plugins { - id "com.github.ben-manes.versions" version "0.52.0" + id "com.github.ben-manes.versions" version "0.53.0" id "com.diffplug.spotless" version "7.2.1" } diff --git a/examples/fabric-contract-example-as-service/build.gradle b/examples/fabric-contract-example-as-service/build.gradle index 107c0024..cfc15dba 100644 --- a/examples/fabric-contract-example-as-service/build.gradle +++ b/examples/fabric-contract-example-as-service/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'com.gradleup.shadow' version '9.1.0' + id 'com.gradleup.shadow' version '9.2.1' id 'java' } diff --git a/examples/fabric-contract-example-gradle-kotlin/build.gradle.kts b/examples/fabric-contract-example-gradle-kotlin/build.gradle.kts index b06caf6a..ade7ec84 100644 --- a/examples/fabric-contract-example-gradle-kotlin/build.gradle.kts +++ b/examples/fabric-contract-example-gradle-kotlin/build.gradle.kts @@ -5,7 +5,7 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar plugins { - id("com.gradleup.shadow") version "9.1.0" + id("com.gradleup.shadow") version "9.2.1" id("org.jetbrains.kotlin.jvm") version "2.2.20" } diff --git a/examples/fabric-contract-example-gradle/build.gradle b/examples/fabric-contract-example-gradle/build.gradle index deb5ab72..1a3753fd 100644 --- a/examples/fabric-contract-example-gradle/build.gradle +++ b/examples/fabric-contract-example-gradle/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'com.gradleup.shadow' version '9.1.0' + id 'com.gradleup.shadow' version '9.2.1' id 'java' } diff --git a/examples/ledger-api/build.gradle b/examples/ledger-api/build.gradle index d346b2ea..bc79455f 100644 --- a/examples/ledger-api/build.gradle +++ b/examples/ledger-api/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'com.gradleup.shadow' version '9.1.0' + id 'com.gradleup.shadow' version '9.2.1' id 'java' } diff --git a/fabric-chaincode-integration-test/src/contracts/bare-gradle/build.gradle b/fabric-chaincode-integration-test/src/contracts/bare-gradle/build.gradle index 17d13b56..c2486537 100644 --- a/fabric-chaincode-integration-test/src/contracts/bare-gradle/build.gradle +++ b/fabric-chaincode-integration-test/src/contracts/bare-gradle/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'com.gradleup.shadow' version '9.1.0' + id 'com.gradleup.shadow' version '9.2.1' id 'java' } diff --git a/fabric-chaincode-integration-test/src/contracts/fabric-ledger-api/build.gradle b/fabric-chaincode-integration-test/src/contracts/fabric-ledger-api/build.gradle index 051f2401..a181162a 100644 --- a/fabric-chaincode-integration-test/src/contracts/fabric-ledger-api/build.gradle +++ b/fabric-chaincode-integration-test/src/contracts/fabric-ledger-api/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'com.gradleup.shadow' version '9.1.0' + id 'com.gradleup.shadow' version '9.2.1' id 'java' } diff --git a/fabric-chaincode-integration-test/src/contracts/fabric-shim-api/build.gradle b/fabric-chaincode-integration-test/src/contracts/fabric-shim-api/build.gradle index 59288e8d..68b3d3dc 100644 --- a/fabric-chaincode-integration-test/src/contracts/fabric-shim-api/build.gradle +++ b/fabric-chaincode-integration-test/src/contracts/fabric-shim-api/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'com.gradleup.shadow' version '9.1.0' + id 'com.gradleup.shadow' version '9.2.1' id 'java' }