jenkinsci / github-autostatus-plugin

Jenkins plugin to provide automatic status for multibranch jobs
https://plugins.jenkins.io/github-autostatus/
MIT License
52 stars 34 forks source link

Update hamcrest #173

Open NotMyFault opened 1 year ago

NotMyFault commented 1 year ago

🤖 This is an automatic PR for replacing the deprecated 'hamcrest-*' modules with 'hamcrest'.

All deprecated modules' code has been merged into 'hamcrest'. Consumers of hamcrest-* should replace the dependency with hamcrest, which is the drop-in module containing the code of the deprecated hamcrest-* modules.

Ping @NotMyFault if you have questions.

script source

jxpearce-godaddy commented 1 year ago

@NotMyFault - looks like it's not building correctly

NotMyFault commented 1 year ago

NotMyFault - looks like it's not building correctly

The build is failing due to the consumption of outdated dependencies and the lack of exclusion rules. See your dependabot PR backlog. Once both conditions have been satisfied, this PR is green too.