socketio / socket.io-client-java

Full-featured Socket.IO Client Library for Java, which is compatible with Socket.IO v1.0 and later.
https://socketio.github.io/socket.io-client-java/installation.html
Other
5.31k stars 969 forks source link

[1.x] Updated all dependencies to latest versions #739

Closed MJRLegends closed 7 months ago

MJRLegends commented 1 year ago

org.json:json from 20090211 to 20220320 junit:junit from 4.12 to 4.13.1

darrachequesne commented 7 months ago

Sorry for letting this PR unattended. The problem with the bump of the json dependency is that the version matches the one that is installed by default on old Android platforms, so we keep it to 20090211 in order to have the same interface.