patrickfav / bcrypt

A Java standalone implementation of the bcrypt password hash function. Based on the Blowfish cipher it is the default password hash algorithm for OpenBSD and other systems including some Linux distributions. Includes a CLI Tool.
https://favr.dev/opensource/bcrypt
Apache License 2.0
467 stars 50 forks source link

Bump common-parent from 18 to 20 #59

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps common-parent from 18 to 20.

Changelog

Sourced from common-parent's changelog.

20

  • update dependency check & compiler plugin

19

  • increase duration CVEs are valid and ignore everything below CVSS 3.9
  • add jdk17 & jdk17 with errorprone profile
  • add site maven plugin version
  • update dependency check, surefire, javadoc plugin
  • update errorprone to latest 2.18 and to latest 2.10 for java 8

18.1

  • add property on deploy profile
Commits
  • ae7b3bc Update some version and bump version
  • 978579d Add add jdk17 & jdk17 with errorprone profile
  • 1626575 Update various plugins
  • 7d0a25c Bump version to 19
  • f2cb41c Increase duration CVEs are valid and ignore everything below CVSS 3.9
  • c22dae5 Bump version
  • 08e26ab Add commonConfig.deployMode.active to be set in deploy mode
  • See full diff 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)