Skip to content

Commit

Permalink
fix(deps): update dependency io.socket:socket.io-client to v2.1.1 (#213)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 31, 2024
1 parent 3937903 commit 6863fa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion trade-processor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

Expand Down
2 changes: 1 addition & 1 deletion trade-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

Expand Down

0 comments on commit 6863fa3

Please sign in to comment.