File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
examples/fabric-contract-example-gradle-kotlin
fabric-chaincode-integration-test/src/contracts/fabric-shim-api Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
6
6
7
7
plugins {
8
8
id(" com.gradleup.shadow" ) version " 9.1.0"
9
- id(" org.jetbrains.kotlin.jvm" ) version " 2.2.0 "
9
+ id(" org.jetbrains.kotlin.jvm" ) version " 2.2.20 "
10
10
}
11
11
12
12
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ dependencies {
21
21
implementation ' org.hyperledger.fabric-chaincode-java:fabric-chaincode-shim:2.5.7'
22
22
implementation ' org.hyperledger.fabric:fabric-protos:0.3.7'
23
23
implementation ' commons-logging:commons-logging:1.3.5'
24
- implementation ' com.google.code.gson:gson:2.13.1 '
24
+ implementation ' com.google.code.gson:gson:2.13.2 '
25
25
}
26
26
27
27
shadowJar {
You can’t perform that action at this time.
0 commit comments