methics / laverca-csc-client

Laverca CSC client is a simple Java client for CSC v1.0.4.0 API
https://methics.github.io/laverca-csc-client/
Apache License 2.0
6 stars 0 forks source link

Dependency versions #4

Closed mkl-public closed 2 months ago

mkl-public commented 2 months ago

The laverca csc client depends on old third party libraries. In particular it depends on okhttp 2.7.5 which is some 8 years old. The current stable release appears to be 4.12.0 and there already are a number of 5.0.0-ALPHA releases.

Are there any plans to update the csc client to more current dependencies? Or are there any good reasons not to do so?

Hemuu commented 2 months ago

Are there any plans to update the csc client to more current dependencies? Or are there any good reasons not to do so?

No particular reason to not upgrade. Thanks for pointing this out. Will look into it - and possibly setup dependabot to warn about obsolete libraries.

mkl-public commented 2 months ago

Great that you updated the dependencies. I'll update to the new version.