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:
parent
6a3f833a82
commit
4dca03d477
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ dependencies {
|
||||||
|
|
||||||
|
|
||||||
// NSClient, Tidepool
|
// 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
|
// excluding org.json which is provided by Android
|
||||||
exclude group: "org.json", module: "json"
|
exclude group: "org.json", module: "json"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue