chore(deps): bump socket.io-client from 1.0.0 to 1.0.2

Bumps [socket.io-client](https://github.com/socketio/socket.io-client-java) from 1.0.0 to 1.0.2.
- [Release notes](https://github.com/socketio/socket.io-client-java/releases)
- [Changelog](https://github.com/socketio/socket.io-client-java/blob/main/History.md)
- [Commits](https://github.com/socketio/socket.io-client-java/compare/socket.io-client-1.0.0...socket.io-client-1.0.2)

---
updated-dependencies:
- dependency-name: io.socket:socket.io-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-12-06 08:01:53 +00:00 committed by GitHub
parent 6a3f833a82
commit 4dca03d477
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ dependencies {
// NSClient, Tidepool
api("io.socket:socket.io-client:1.0.0") {
api("io.socket:socket.io-client:1.0.2") {
// excluding org.json which is provided by Android
exclude group: "org.json", module: "json"
}