Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump dropwizard.version from 2.0.21 to 2.0.22 #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 25, 2021

Bumps dropwizard.version from 2.0.21 to 2.0.22.
Updates dropwizard-bom from 2.0.21 to 2.0.22

Release notes

Sourced from dropwizard-bom's releases.

v2.0.22

Improvements

  • Add method to AbstractDAO to get NamedQuery in a type-safe manner (#3978)
  • Implement expandChildren() in ContextRoutingHandler (#3997)

Dependency updates

  • Bump Dropwizard Metrics from 4.1.19 to 4.1.22 (#3893, #3990, #3939)
  • Bump byte-buddy from 1.10.22 to 1.11.0 (#3883)
  • Bump checker-qual from 3.12.0 to 3.13.0 (#3928)
  • Bump error_prone_annotations from 2.6.0 to 2.7.1 (#3966)
  • Bump hibernate-core from 5.4.30.Final to 5.4.31.Final (#3916)
  • Bump jdbi3-bom from 3.18.1 to 3.20.0 (#3855, #3892)
  • Bump jetty.version from 9.4.39.v20210325 to 9.4.41.v20210516 (#3879, #3976)
  • Force commons-codec 1.15 to address WS-2019-0379 (#3856)
  • Update dependency com.github.ben-manes.caffeine:caffeine to v2.9.1 (#3937)
  • Update dependency com.uber.nullaway:nullaway to v0.9.1 (#3848)
  • Update dependency org.apache.tomcat:tomcat-jdbc to v9.0.46 (#3965)
  • Bump awaitility from 4.0.3 to 4.1.0 (#3943)
  • Bump javassist from 3.27.0-GA to 3.28.0-GA (#3944)
  • Bump jmh.version from 1.29 to 1.31 (#3934, #3960)
  • Bump junit-jupiter from 5.7.1 to 5.7.2 (#3970, #3971)
  • Bump mockito.version from 3.8.0 to 3.10.0 (#3845, #3961)
  • Bump mysql-connector-java from 8.0.23 to 8.0.25 (#3886, #3954)
  • Bump testcontainers-bom from 1.15.2 to 1.15.3 (#3880)
  • Bump jacoco-maven-plugin from 0.8.6 to 0.8.7 (#3930)
  • Bump pgpverify-maven-plugin from 1.11.0 to 1.12.0 (#3862)
  • Bump maven-gpg-plugin from 1.6 to 3.0.1 (#3945)
  • Bump maven-javadoc-plugin from 3.2.0 to 3.3.0 (#3993, #3995)
  • Bump maven-project-info-reports-plugin from 3.1.1 to 3.1.2 (#3920, #3940)
  • Bump sonar-maven-plugin from 3.8.0.2131 to 3.9.0.2155 (#3915)
  • Bump octokit from 4.20.0 to 4.21.0 in /docs (#3906)
  • Bump sphinx from 3.5.3 to 4.0.2 in /docs (#3867, #3953, #3986)
  • Update actions/cache action to v2.1.5 (#3874)
  • Bump actions/checkout from 2 to 2.3.4 (#3958)
  • Update actions/stale action to v3.0.19

Documentation

  • Add example for using HK2 for DI in your project (#3177)

Assorted

  • Exclude TLSv1.1 in HttpsConnectorFactoryTest (#3894)
  • Make ResourceExtensionRandomPortsTest less flaky (#3897)
  • Use maven-surefire-plugin in archetype compatible with JUnit 5 (#3936)
Commits
  • a40301a [maven-release-plugin] prepare release v2.0.22
  • 15484de Bump jdbi3-bom from 3.19.0 to 3.20.0 (#3892)
  • 24a3d20 Bump jdbi3-bom from 3.18.1 to 3.19.0 (#3855)
  • ed83af1 Implement expandChildren() in ContextRoutingHandler (#3997)
  • ea0f5e6 Bump maven-javadoc-plugin from 3.2.0 to 3.3.0 (#3995)
  • df077be Update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.3.0 (re...
  • 041e4a9 Bump Dropwizard Metrics from 4.1.21 to 4.1.22 (#3990)
  • c0442ac Bump sphinx from 4.0.1 to 4.0.2 in /docs (#3986)
  • b27af92 Add method to AbstractDAO to get NamedQuery in a type-safe manner (#3978)
  • c5a7816 Bump sphinx from 3.5.4 to 4.0.1 in /docs (#3953)
  • Additional commits viewable in compare view

Updates dropwizard-json-logging from 2.0.21 to 2.0.22

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)

Bumps `dropwizard.version` from 2.0.21 to 2.0.22.

Updates `dropwizard-bom` from 2.0.21 to 2.0.22
- [Release notes](https://github.com/dropwizard/dropwizard/releases)
- [Changelog](https://github.com/dropwizard/dropwizard/blob/master/RELEASES.md)
- [Commits](dropwizard/dropwizard@v2.0.21...v2.0.22)

Updates `dropwizard-json-logging` from 2.0.21 to 2.0.22

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 25, 2021

The following labels could not be found: dependencies, govuk-pay, java.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants