timols / java-gitlab-api

A wrapper for the Gitlab API written in Java
Apache License 2.0
383 stars 317 forks source link

optimize some details #399

Open hanhuafeng opened 2 years ago

hanhuafeng commented 2 years ago

GitlabIssue.java

  1. add new field movedToId GitlabHTTPRequestor.java
  2. add a try catch when the method throws an exception pom.xml
  3. update jackson-core version
  4. update jackson-databind version
  5. add new dependency jackson-annotations