java
java copied to clipboard
Issue #52:
- Remove deprecated code
- upgrade dependencies (amongst other to fix CVE)
- fix typos
- fix tests expected result based on current results from IPInfo
- ordered the parameters correctly
- add comment for failed test case to know which test is failing
I fixed IPinfoTest.java in https://github.com/ipinfo/java/commit/8202b743330d75df3cbc5b5e6c6a080a43ca338f and https://github.com/ipinfo/java/commit/0c60f08cae905e8cac630d37bec20d7c55ed64bb, so that tests are passing again.
@tdltdl please rebase your PR with the latest changes. Thanks!