JetBrains / plugin-repository-rest-client

Apache License 2.0
21 stars 15 forks source link

Update Retrofit converters and library version #34

Closed satamas closed 4 years ago

satamas commented 4 years ago

Current version of retrofit uses simplexml converter. It's

  1. Deprecated
  2. Depends on vulenrable simplexml lib

It should be replaced with jaxb converter. To do that we have to update retrofit to version 2.4+