Skip to content

Commit 175c81d

Browse files
Bump Gradle versions and shadow plugins (#460)
- 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 Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a4d5511 commit 175c81d

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
@@ -5,7 +5,7 @@
55
*/
66

77
plugins {
8-
id "com.github.ben-manes.versions" version "0.52.0"
8+
id "com.github.ben-manes.versions" version "0.53.0"
99
id "com.diffplug.spotless" version "7.2.1"
1010
}
1111

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 '9.1.0'
2+
id 'com.gradleup.shadow' version '9.2.1'
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 "9.1.0"
8+
id("com.gradleup.shadow") version "9.2.1"
99
id("org.jetbrains.kotlin.jvm") version "2.2.20"
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 '9.1.0'
2+
id 'com.gradleup.shadow' version '9.2.1'
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 '9.1.0'
2+
id 'com.gradleup.shadow' version '9.2.1'
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 '9.1.0'
2+
id 'com.gradleup.shadow' version '9.2.1'
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 '9.1.0'
2+
id 'com.gradleup.shadow' version '9.2.1'
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 '9.1.0'
2+
id 'com.gradleup.shadow' version '9.2.1'
33
id 'java'
44
}
55

0 commit comments

Comments
 (0)