ImSejin / lezhin-comics-downloader

📥 Downloader for lezhin comics
https://www.lezhin.com
Apache License 2.0
59 stars 4 forks source link

build(deps): bump common-utils from 0.11.0 to 0.12.0 #130

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps common-utils from 0.11.0 to 0.12.0.

Release notes

Sourced from common-utils's releases.

v0.12.0

See changelog

Changelog

Sourced from common-utils's changelog.

v0.12.0

Modification

  • 🔥 Remove: utility class PathnameUtils
  • 🔥 Remove: assertion methods isTypeOf(Object), isNotTypeOf(Object) in ClassAssert
  • 🚚 Rename: assertion method predicate(Predicate) to is(Predicate) in ObjectAssert
  • 🔨 Modify: pattern of return value from getSummary, getStatistics() in Stopwatch

New features

  • ✨ Add: assertion class UuidAssert
  • ✨ Add: assertion methods isNotInstanceOf(Class), isNot(Predicate) in ObjectAssert
  • ✨ Add: method getAverageTime() in Stopwatch

Troubleshooting

  • 🐞 Fix: wrong print of Stopwatch.getStatistics()

Dependencies

  • ♻️ Replace: dependency jsr305 with jakarta.validation-api
  • ⬆️ Upgrade: test dependency junit5 from 5.8.2 to 5.9.1
  • ⬆️ Upgrade: test dependency spock-core from 2.2-groovy-3.0 to 2.3-groovy-3.0
Commits
  • ea62f94 Merge branch 'release'
  • faaca7e Update: version 0.12.0
  • 6aa8f1c Update: test code
  • 21b1478 Update: changelog
  • f2c192d Remove: utility class PathnameUtils
  • 136946d Update: test code
  • 3cb5abd Update: javadoc
  • 08777d0 Remove: assertion methods isTypeOf(Object), isNotTypeOf(Object) in `Class...
  • 1994dcc Add: assertion method isNotInstanceOf(Class) in ObjectAssert
  • 7df750f Update: changelog
  • 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 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)
dependabot[bot] commented 2 years ago

Superseded by #135.