Skip to content

Commit 7f6cf32

Browse files
benjsmidenyeart
authored andcommitted
Address Joda-Time CVE-2024-23080.
Signed-off-by: Ben Smith <[email protected]>
1 parent 0d8fe8f commit 7f6cf32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fabric-chaincode-shim/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ dependencies {
5454
implementation 'org.bouncycastle:bcpkix-jdk18on:1.77'
5555
implementation 'org.bouncycastle:bcprov-jdk18on:1.77'
5656
implementation 'io.github.classgraph:classgraph:4.8.165'
57-
implementation 'com.github.everit-org.json-schema:org.everit.json.schema:1.14.2'
58-
implementation 'org.json:json:20231013'
57+
implementation 'com.github.everit-org.json-schema:org.everit.json.schema:1.14.4'
58+
implementation 'org.json:json:20240303'
5959
implementation 'com.google.protobuf:protobuf-java-util:3.24.4'
6060

6161
// Required if using Java 11+ as no longer bundled in the core libraries

0 commit comments

Comments
 (0)