jenkins-infra / ircbot

Jenkins IRCbot
https://jenkins.io/projects/infrastructure/ircbot/
MIT License
23 stars 27 forks source link

fix: Update dependencies to remove NoClassDefFound error #151

Closed slide closed 2 years ago

slide commented 2 years ago

See #149

A NoClassDefFound error was being thrown (but not caught since it inherits from Error instead of Exception). I updated the dependencies and was able to test the bot updating the component to remove or set the lead in the TEST project in Jira.

NotMyFault commented 2 years ago

Nice one! Fingers crossed it works