From ba45597c2d29894005114a43709738cae6ed061b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 09:21:46 +0000 Subject: [PATCH] Bump the java group across 7 directories with 1 update 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.gradleup.shadow` from 8.3.9 to 9.0.0 - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/8.3.9...9.0.0) Updates `com.gradleup.shadow` from 8.3.9 to 9.0.0 - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/8.3.9...9.0.0) Updates `com.gradleup.shadow` from 8.3.9 to 9.0.0 - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/8.3.9...9.0.0) Updates `com.gradleup.shadow` from 8.3.9 to 9.0.0 - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/8.3.9...9.0.0) Updates `com.gradleup.shadow` from 8.3.9 to 9.0.0 - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/8.3.9...9.0.0) Updates `com.gradleup.shadow` from 8.3.9 to 9.0.0 - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/8.3.9...9.0.0) Updates `com.gradleup.shadow` from 8.3.9 to 9.0.0 - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/8.3.9...9.0.0) --- updated-dependencies: - dependency-name: com.gradleup.shadow dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: java - dependency-name: com.gradleup.shadow dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: java - dependency-name: com.gradleup.shadow dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: java - dependency-name: com.gradleup.shadow dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: java - dependency-name: com.gradleup.shadow dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: java - dependency-name: com.gradleup.shadow dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: java - dependency-name: com.gradleup.shadow dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: java ... Signed-off-by: dependabot[bot] --- 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 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/fabric-contract-example-as-service/build.gradle b/examples/fabric-contract-example-as-service/build.gradle index 3a0b1881..0b4e270b 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 '8.3.9' + id 'com.gradleup.shadow' version '9.0.0' 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 93885a22..c549dd66 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 "8.3.9" + id("com.gradleup.shadow") version "9.0.0" id("org.jetbrains.kotlin.jvm") version "2.2.0" } diff --git a/examples/fabric-contract-example-gradle/build.gradle b/examples/fabric-contract-example-gradle/build.gradle index 8824efca..1b417ef8 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 '8.3.9' + id 'com.gradleup.shadow' version '9.0.0' id 'java' } diff --git a/examples/ledger-api/build.gradle b/examples/ledger-api/build.gradle index bef46101..3b8e2639 100644 --- a/examples/ledger-api/build.gradle +++ b/examples/ledger-api/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'com.gradleup.shadow' version '8.3.9' + id 'com.gradleup.shadow' version '9.0.0' 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 7f8d4d77..a4586895 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 '8.3.9' + id 'com.gradleup.shadow' version '9.0.0' 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 c04fb9e7..7c974b86 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 '8.3.9' + id 'com.gradleup.shadow' version '9.0.0' 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 a920b165..00910f5f 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 '8.3.9' + id 'com.gradleup.shadow' version '9.0.0' id 'java' }