jenkins-infra / pipeline-library

Collection of custom steps and variables for our Jenkins instance(s)
295 stars 136 forks source link

build(deps-dev): bump com.lesfurets:jenkins-pipeline-unit from 1.19 to 1.20 #857

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps com.lesfurets:jenkins-pipeline-unit from 1.19 to 1.20.

Release notes

Sourced from com.lesfurets:jenkins-pipeline-unit's releases.

1.20

⚠️ Breaking changes

This change removes the null argument to addShMock/addBatMock for registering a default matcher. The new API takes only a Closure, meaning that you can simply remove the null argument. Adapting your code should look something like this:

-helper.addShMock(null) { println(“No call matched”) }
+helper.addShMock { println(“No call matched”) }

✍ Other changes

📦 Dependency updates

... (truncated)

Commits
  • c57b088 [Gradle Release Plugin] - pre tag commit: 'v1.20'.
  • 18b3054 Merge pull request #657 from rmartine-ias/patch-1
  • e5b7d01 Add match-all addShMock invocation
  • 8b708a9 Merge pull request #658 from jenkinsci/dependabot/gradle/com.cloudbees-groovy...
  • c253397 Bump com.cloudbees:groovy-cps
  • fe63d98 Merge pull request #656 from jenkinsci/dependabot/gradle/commons-io-commons-i...
  • bfc5acc Bump commons-io:commons-io from 2.16.0 to 2.16.1
  • 5cf5c30 Merge pull request #655 from jenkinsci/dependabot/gradle/commons-io-commons-i...
  • 91f5a93 Bump commons-io:commons-io from 2.15.1 to 2.16.0
  • 197a70b Merge pull request #654 from jenkinsci/dependabot/gradle/com.cloudbees-groovy...
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)