Skip to content

Commit 4d5ef15

Browse files
Bump the java group across 2 directories with 2 updates
Bumps the java group with 1 update in the /examples/fabric-contract-example-gradle-kotlin directory: [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin). Bumps the java group with 1 update in the /fabric-chaincode-integration-test/src/contracts/fabric-shim-api directory: [com.google.code.gson:gson](https://github.com/google/gson). Updates `org.jetbrains.kotlin.jvm` from 2.2.0 to 2.2.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.0...v2.2.20) Updates `com.google.code.gson:gson` from 2.13.1 to 2.13.2 - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](google/gson@gson-parent-2.13.1...gson-parent-2.13.2) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.jvm dependency-version: 2.2.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java - dependency-name: com.google.code.gson:gson dependency-version: 2.13.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3e4001a commit 4d5ef15

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)