iZettle / dropwizard-metrics-influxdb

Dropwizard Metrics v3 InfluxDB
Apache License 2.0
88 stars 37 forks source link

build(deps): bump dropwizard.version from 2.0.21 to 2.0.23 #183

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

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

Release notes

Sourced from dropwizard-bom's releases.

v2.0.23

Improvements

  • Add @JsonProperty for layout in AbstractAppenderFactory (#4018)
  • Add support for HTTP/2 over TLSv1.3 (#4067)

Dependency updates

  • Bump jetty.version from 9.4.41.v20210516 to 9.4.42.v20210604 (#4033)
  • Upgrade to Dropwizard Metrics 4.1.23 (#4077)
  • Update slf4j.version to v1.7.31 (#4074)
  • Update dependency net.bytebuddy:byte-buddy to v1.11.5 (#4016, #4041, #4045, #4076)
  • Bump checker-qual from 3.13.0 to 3.15.0 (#4015, #4075)
  • Bump hibernate-core from 5.4.32.Final to 5.5.2.Final (#4017, #4058)
  • Bump jdbi3-bom from 3.20.0 to 3.20.1 (#4034)
  • Bump Mustache compiler from 0.9.7 to 0.9.10 (#4009)
  • Update dependency org.apache.tomcat:tomcat-jdbc to v9.0.48 (#4062)
  • Update dependency org.bouncycastle:bcprov-jdk15on to v1.69
  • Update dependency org.assertj:assertj-core to v3.20.2 (#4063, #4070, #4079)
  • Update mockito.version to v3.11.1 (#4023, #4022)
  • Update jmh.version to v1.32 (#4004)
  • Bump pgpverify-maven-plugin from 1.12.0 to 1.13.0 (#4028)
  • Bump actions/cache from 2.1.5 to 2.1.6 (#4010)

Assorted

v2.0.22

Upgrade notes for dropwizard-jdbi3 users

Starting with Jdbi 3.19.0, the Jdbi project started pulling in Caffeine 3.x as a transitive dependency which only works with Java 11 or later:

Java 8 support is considered deprecated and will be maintained best-effort for now, but will be going away soon! In order to run on 8, you might need to dependency-manage your caffeine version back to 2.x. 3.x is required to run on newer JDKs, but will not run on 8.

Source: http://jdbi.org/#_java_compatibility

If you're still on Java 8, you'll have to exclude the com.github.ben-manes.caffeine:caffeine dependency or force the version to a Caffeine release which still works with Java 8.

See also jdbi/jdbi#1853.

Improvements

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

Dependency updates

... (truncated)

Commits
  • 79c3770 [maven-release-plugin] prepare release v2.0.23
  • 71f9921 Update dependency org.checkerframework:checker-qual to v3.15.0
  • e45ba97 Update slf4j.version to v1.7.31
  • d1ddc7f Update dependency org.assertj:assertj-core to v3.20.2 (release/2.0.x) (#4079)
  • 9a6963e Upgrade to Dropwizard Metrics 4.1.23 (#4077)
  • 669ed8c Update dependency net.bytebuddy:byte-buddy to v1.11.5 (release/2.0.x) (#4076)
  • 56227e6 Update dependency net.bytebuddy:byte-buddy to v1.11.3 (release/2.0.x) (#4045)
  • 0109394 Update dependency org.assertj:assertj-core to v3.20.1 (release/2.0.x) (#4070)
  • 99c483c Add test cases for deferred EL expressions
  • a28fc5a Remove Dependabot config
  • Additional commits viewable in compare view


Updates dropwizard-dependencies from 2.0.21 to 2.0.23

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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #184.