Skip to content

Commit 5e71b3d

Browse files
Bump the java group across 9 directories with 2 updates
Bumps the java group with 1 update in the / directory: [io.opentelemetry:opentelemetry-bom](https://github.com/open-telemetry/opentelemetry-java). 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). Bumps the java group with 1 update in the /fabric-chaincode-shim directory: [io.opentelemetry:opentelemetry-bom](https://github.com/open-telemetry/opentelemetry-java). Updates `io.opentelemetry:opentelemetry-bom` from 1.52.0 to 1.53.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-java@v1.52.0...v1.53.0) Updates `com.gradleup.shadow` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](GradleUp/shadow@9.0.0...9.0.1) Updates `com.gradleup.shadow` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](GradleUp/shadow@9.0.0...9.0.1) Updates `com.gradleup.shadow` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](GradleUp/shadow@9.0.0...9.0.1) Updates `com.gradleup.shadow` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](GradleUp/shadow@9.0.0...9.0.1) Updates `com.gradleup.shadow` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](GradleUp/shadow@9.0.0...9.0.1) Updates `com.gradleup.shadow` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](GradleUp/shadow@9.0.0...9.0.1) Updates `com.gradleup.shadow` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](GradleUp/shadow@9.0.0...9.0.1) Updates `io.opentelemetry:opentelemetry-bom` from 1.52.0 to 1.53.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-java@v1.52.0...v1.53.0) --- updated-dependencies: - dependency-name: io.opentelemetry:opentelemetry-bom dependency-version: 1.53.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java - dependency-name: com.gradleup.shadow dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java - dependency-name: com.gradleup.shadow dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java - dependency-name: com.gradleup.shadow dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java - dependency-name: com.gradleup.shadow dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java - dependency-name: com.gradleup.shadow dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java - dependency-name: com.gradleup.shadow dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java - dependency-name: com.gradleup.shadow dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java - dependency-name: io.opentelemetry:opentelemetry-bom dependency-version: 1.53.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6b95437 commit 5e71b3d

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

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.0.0'
2+
id 'com.gradleup.shadow' version '9.0.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.0.0"
8+
id("com.gradleup.shadow") version "9.0.1"
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 '9.0.0'
2+
id 'com.gradleup.shadow' version '9.0.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.0.0'
2+
id 'com.gradleup.shadow' version '9.0.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.0.0'
2+
id 'com.gradleup.shadow' version '9.0.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.0.0'
2+
id 'com.gradleup.shadow' version '9.0.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.0.0'
2+
id 'com.gradleup.shadow' version '9.0.1'
33
id 'java'
44
}
55

fabric-chaincode-shim/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies {
3737
}
3838
implementation platform('com.google.protobuf:protobuf-bom:4.31.1')
3939
implementation platform('io.grpc:grpc-bom:1.74.0')
40-
implementation platform('io.opentelemetry:opentelemetry-bom:1.52.0')
40+
implementation platform('io.opentelemetry:opentelemetry-bom:1.53.0')
4141

4242
implementation 'org.hyperledger.fabric:fabric-protos:0.3.7'
4343
implementation 'org.bouncycastle:bcpkix-jdk18on:1.81'

0 commit comments

Comments
 (0)