Hi, I'm reading the issue events sent by GitLab's webhooks and I'm using gitlab4j-api v4.9.22.
Unfortunately, I'm facing the error Cannot deserialize instance of java.util.ArrayList out of START_OBJECT token when I use this library's WebhookManager to parse the response. It didn't happen with version v4.9.14 (the one I used earlier). Any tips?