jenkinsci / last-changes-plugin

https://plugins.jenkins.io/last-changes
https://plugins.jenkins.io/last-changes/
31 stars 31 forks source link

Update hamcrest #96

Closed NotMyFault closed 2 weeks 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

Edit: The build failure happened independantly to this PR:

java.lang.RuntimeException: Could not retrieve last changes of svn repository located at /home/jenkins/workspace/lugins_last-changes-plugin_PR-96/target/test-classes/svn-sample-repo due to following error: Could not retrieve last changes of svn repository located at /home/jenkins/workspace/lugins_last-changes-plugin_PR-96/target/test-classes/svn-sample-repo due to following error: svn: E170001: Authentication required for '<https://subversion.assembla.com:443> Assembla Restricted Area' - org.tmatesoft.svn.core.SVNAuthenticationException: svn: E170001: Authentication required for '<https://subversion.assembla.com:443> Assembla Restricted Area'

MarkEWaite commented 2 weeks ago

@dependabot skip this minor version

MarkEWaite commented 2 weeks ago

Already included in the parent pom when the parent pom is updated. Closing