From 50106a3c4bd5de699c472d92bc621cd95ff89ca3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 21:13:23 +0000 Subject: [PATCH] Bump the java group across 8 directories with 2 updates Bumps the java group with 1 update in the / directory: [commons-cli:commons-cli](https://github.com/apache/commons-cli). 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 `commons-cli:commons-cli` from 1.9.0 to 1.10.0 - [Changelog](https://github.com/apache/commons-cli/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-cli/compare/rel/commons-cli-1.9.0...rel/commons-cli-1.10.0) Updates `com.gradleup.shadow` from 8.3.8 to 8.3.9 - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/8.3.8...8.3.9) Updates `com.gradleup.shadow` from 8.3.8 to 8.3.9 - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/8.3.8...8.3.9) Updates `com.gradleup.shadow` from 8.3.8 to 8.3.9 - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/8.3.8...8.3.9) Updates `com.gradleup.shadow` from 8.3.8 to 8.3.9 - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/8.3.8...8.3.9) Updates `com.gradleup.shadow` from 8.3.8 to 8.3.9 - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/8.3.8...8.3.9) Updates `com.gradleup.shadow` from 8.3.8 to 8.3.9 - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/8.3.8...8.3.9) Updates `com.gradleup.shadow` from 8.3.8 to 8.3.9 - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/8.3.8...8.3.9) --- updated-dependencies: - dependency-name: commons-cli:commons-cli dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java - dependency-name: com.gradleup.shadow dependency-version: 8.3.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java - dependency-name: com.gradleup.shadow dependency-version: 8.3.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java - dependency-name: com.gradleup.shadow dependency-version: 8.3.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java - dependency-name: com.gradleup.shadow dependency-version: 8.3.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java - dependency-name: com.gradleup.shadow dependency-version: 8.3.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java - dependency-name: com.gradleup.shadow dependency-version: 8.3.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java - dependency-name: com.gradleup.shadow dependency-version: 8.3.9 dependency-type: direct:production update-type: version-update:semver-patch 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 a96d39c2..260241a2 100644 --- a/build.gradle +++ b/build.gradle @@ -59,7 +59,7 @@ subprojects { } dependencies { - implementation 'commons-cli:commons-cli:1.9.0' + implementation 'commons-cli:commons-cli:1.10.0' implementation 'commons-logging:commons-logging:1.3.5' testImplementation platform('org.junit:junit-bom:5.13.4') diff --git a/examples/fabric-contract-example-as-service/build.gradle b/examples/fabric-contract-example-as-service/build.gradle index a8c92c9a..3a0b1881 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.8' + id 'com.gradleup.shadow' version '8.3.9' 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 30f47c9d..93885a22 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.8" + id("com.gradleup.shadow") version "8.3.9" 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 c9f95829..8824efca 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.8' + id 'com.gradleup.shadow' version '8.3.9' id 'java' } diff --git a/examples/ledger-api/build.gradle b/examples/ledger-api/build.gradle index c25a8f48..bef46101 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.8' + id 'com.gradleup.shadow' version '8.3.9' 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 d704e1b0..7f8d4d77 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.8' + id 'com.gradleup.shadow' version '8.3.9' 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 39da6710..c04fb9e7 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.8' + id 'com.gradleup.shadow' version '8.3.9' 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 ec21dd7e..a920b165 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.8' + id 'com.gradleup.shadow' version '8.3.9' id 'java' }