Skip to content

Commit 1b964dc

Browse files
Bump kotlin and gson dependencies (#455)
- Updates `org.jetbrains.kotlin.jvm` from 2.2.0 to 2.2.20 - Updates `com.google.code.gson:gson` from 2.13.1 to 2.13.2 Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3e4001a commit 1b964dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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

77
plugins {
88
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"
1010
}
1111

1212

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
@@ -21,7 +21,7 @@ dependencies {
2121
implementation 'org.hyperledger.fabric-chaincode-java:fabric-chaincode-shim:2.5.7'
2222
implementation 'org.hyperledger.fabric:fabric-protos:0.3.7'
2323
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'
2525
}
2626

2727
shadowJar {

0 commit comments

Comments
 (0)