Skip to content

Commit 50106a3

Browse files
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](apache/commons-cli@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](GradleUp/shadow@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](GradleUp/shadow@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](GradleUp/shadow@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](GradleUp/shadow@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](GradleUp/shadow@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](GradleUp/shadow@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](GradleUp/shadow@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] <[email protected]>
1 parent 15cf83b commit 50106a3

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ subprojects {
5959
}
6060

6161
dependencies {
62-
implementation 'commons-cli:commons-cli:1.9.0'
62+
implementation 'commons-cli:commons-cli:1.10.0'
6363
implementation 'commons-logging:commons-logging:1.3.5'
6464

6565
testImplementation platform('org.junit:junit-bom:5.13.4')

examples/fabric-contract-example-as-service/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'com.gradleup.shadow' version '8.3.8'
2+
id 'com.gradleup.shadow' version '8.3.9'
33
id 'java'
44
}
55

examples/fabric-contract-example-gradle-kotlin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
55

66

77
plugins {
8-
id("com.gradleup.shadow") version "8.3.8"
8+
id("com.gradleup.shadow") version "8.3.9"
99
id("org.jetbrains.kotlin.jvm") version "2.2.0"
1010
}
1111

examples/fabric-contract-example-gradle/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'com.gradleup.shadow' version '8.3.8'
2+
id 'com.gradleup.shadow' version '8.3.9'
33
id 'java'
44
}
55

examples/ledger-api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'com.gradleup.shadow' version '8.3.8'
2+
id 'com.gradleup.shadow' version '8.3.9'
33
id 'java'
44
}
55

fabric-chaincode-integration-test/src/contracts/bare-gradle/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'com.gradleup.shadow' version '8.3.8'
2+
id 'com.gradleup.shadow' version '8.3.9'
33
id 'java'
44
}
55

fabric-chaincode-integration-test/src/contracts/fabric-ledger-api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'com.gradleup.shadow' version '8.3.8'
2+
id 'com.gradleup.shadow' version '8.3.9'
33
id 'java'
44
}
55

fabric-chaincode-integration-test/src/contracts/fabric-shim-api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'com.gradleup.shadow' version '8.3.8'
2+
id 'com.gradleup.shadow' version '8.3.9'
33
id 'java'
44
}
55

0 commit comments

Comments
 (0)