diff --git a/trade-processor/build.gradle b/trade-processor/build.gradle index 16655c6f..8521316a 100644 --- a/trade-processor/build.gradle +++ b/trade-processor/build.gradle @@ -28,7 +28,7 @@ dependencies { implementation('org.json:json:20240303') { because 'previous versions are affected by multiple CVE' } - implementation ('io.socket:socket.io-client:2.1.0'){ + implementation ('io.socket:socket.io-client:2.1.1'){ exclude group: 'org.json', module: 'json' } diff --git a/trade-service/build.gradle b/trade-service/build.gradle index dab09a88..f14dbf93 100644 --- a/trade-service/build.gradle +++ b/trade-service/build.gradle @@ -32,7 +32,7 @@ dependencies { implementation('org.json:json:20240303') { because 'previous versions are affected by multiple CVE' } - implementation ('io.socket:socket.io-client:2.1.0') { + implementation ('io.socket:socket.io-client:2.1.1') { exclude group: 'org.json', module: 'json' }