build(deps): bump metrics.version from 4.2.17 to 4.2.18#954
Merged
Conversation
Bumps `metrics.version` from 4.2.17 to 4.2.18. Updates `metrics-core` from 4.2.17 to 4.2.18 - [Release notes](https://github.com/dropwizard/metrics/releases) - [Commits](dropwizard/metrics@v4.2.17...v4.2.18) Updates `metrics-jmx` from 4.2.17 to 4.2.18 - [Release notes](https://github.com/dropwizard/metrics/releases) - [Commits](dropwizard/metrics@v4.2.17...v4.2.18) --- updated-dependencies: - dependency-name: io.dropwizard.metrics:metrics-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.dropwizard.metrics:metrics-jmx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
9a8c9ff to
8b8334b
Compare
tae898
pushed a commit
to humemai/arcadedb-embedded-python
that referenced
this pull request
Jun 28, 2026
Bumps `metrics.version` from 4.2.17 to 4.2.18. Updates `metrics-core` from 4.2.17 to 4.2.18 - [Release notes](https://github.com/dropwizard/metrics/releases) - [Commits](dropwizard/metrics@v4.2.17...v4.2.18) Updates `metrics-jmx` from 4.2.17 to 4.2.18 - [Release notes](https://github.com/dropwizard/metrics/releases) - [Commits](dropwizard/metrics@v4.2.17...v4.2.18) --- updated-dependencies: - dependency-name: io.dropwizard.metrics:metrics-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.dropwizard.metrics:metrics-jmx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
mergify Bot
added a commit
that referenced
this pull request
Jun 29, 2026
…4.2 in /e2e-python [skip ci] Updates the requirements on [testcontainers](https://github.com/testcontainers/testcontainers-python) to permit the latest version. Release notes *Sourced from [testcontainers's releases](https://github.com/testcontainers/testcontainers-python/releases).* > testcontainers: v4.14.2 > ----------------------- > > [4.14.2](testcontainers/testcontainers-python@testcontainers-v4.14.1...testcontainers-v4.14.2) (2026-03-18) > -------------------------------------------------------------------------------------------------------------------------------------- > > ### Features > > * **kafka:** allow configurable listener name and security protocol ([#966](https://redirect.github.com/testcontainers/testcontainers-python/issues/966)) ([44dd40b](testcontainers/testcontainers-python@44dd40b)) Changelog *Sourced from [testcontainers's changelog](https://github.com/testcontainers/testcontainers-python/blob/main/CHANGELOG.md).* > [4.14.2](testcontainers/testcontainers-python@testcontainers-v4.14.1...testcontainers-v4.14.2) (2026-03-18) > -------------------------------------------------------------------------------------------------------------------------------------- > > ### Features > > * **kafka:** allow configurable listener name and security protocol ([#966](https://redirect.github.com/testcontainers/testcontainers-python/issues/966)) ([44dd40b](testcontainers/testcontainers-python@44dd40b)) > > [4.14.1](testcontainers/testcontainers-python@testcontainers-v4.14.0...testcontainers-v4.14.1) (2026-01-31) > -------------------------------------------------------------------------------------------------------------------------------------- > > ### Bug Fixes > > * Allow passing in a custom wait strategy string in MySQL, Cassandra, Kafka and Trino ([#953](https://redirect.github.com/testcontainers/testcontainers-python/issues/953)) ([be4d09e](testcontainers/testcontainers-python@be4d09e)) > * **compose:** expose useful compose options ([#951](https://redirect.github.com/testcontainers/testcontainers-python/issues/951)) ([183e1aa](testcontainers/testcontainers-python@183e1aa)) > * **core:** bring back dind tests ([7337266](testcontainers/testcontainers-python@7337266)) > * **core:** Use WaitStrategy internally for wait\_for function ([#942](https://redirect.github.com/testcontainers/testcontainers-python/issues/942)) ([e323317](testcontainers/testcontainers-python@e323317)) > * **nats:** add support for jetstream ([#938](https://redirect.github.com/testcontainers/testcontainers-python/issues/938)) ([49c9af8](testcontainers/testcontainers-python@49c9af8)) > * Support Elasticsearch 9.x ([#881](https://redirect.github.com/testcontainers/testcontainers-python/issues/881)) ([f690e88](testcontainers/testcontainers-python@f690e88)), closes [#860](https://redirect.github.com/testcontainers/testcontainers-python/issues/860) > > [4.14.0](testcontainers/testcontainers-python@testcontainers-v4.13.3...testcontainers-v4.14.0) (2026-01-07) > -------------------------------------------------------------------------------------------------------------------------------------- > > ### Features > > * Add ExecWaitStrategy and migrate Postgres from deprecated decorator ([#935](https://redirect.github.com/testcontainers/testcontainers-python/issues/935)) ([2d9eee3](testcontainers/testcontainers-python@2d9eee3)) > > ### Bug Fixes > > * add ruff to deps ([#919](https://redirect.github.com/testcontainers/testcontainers-python/issues/919)) ([5853d32](testcontainers/testcontainers-python@5853d32)) > * **cassandra,mysqk,kafka:** Use wait strategy instead of deprecated wait\_for\_logs ([#945](https://redirect.github.com/testcontainers/testcontainers-python/issues/945)) ([b7791b9](testcontainers/testcontainers-python@b7791b9)) > * **core:** recreate poetry lockfile with latest versions of libraries ([#946](https://redirect.github.com/testcontainers/testcontainers-python/issues/946)) ([9a97385](testcontainers/testcontainers-python@9a97385)) > * **elasticsearch:** Use wait strategy instead of deprecated decorator ([#915](https://redirect.github.com/testcontainers/testcontainers-python/issues/915)) ([c785ecd](testcontainers/testcontainers-python@c785ecd)) > * **minio:** minio client requires kwargs now ([#933](https://redirect.github.com/testcontainers/testcontainers-python/issues/933)) ([37f5902](testcontainers/testcontainers-python@37f5902)) > * **minio:** Use wait strategy instead of deprecated decorator ([#899](https://redirect.github.com/testcontainers/testcontainers-python/issues/899)) ([febccb7](testcontainers/testcontainers-python@febccb7)) > > [4.13.3](testcontainers/testcontainers-python@testcontainers-v4.13.2...testcontainers-v4.13.3) (2025-11-14) > -------------------------------------------------------------------------------------------------------------------------------------- > > ### Bug Fixes > > * do not require consumer of library to state nonsupport for py4 ([#912](https://redirect.github.com/testcontainers/testcontainers-python/issues/912)) ([f608df9](testcontainers/testcontainers-python@f608df9)) > * **docs:** Update dependencies for docs ([#900](https://redirect.github.com/testcontainers/testcontainers-python/issues/900)) ([3f66784](testcontainers/testcontainers-python@3f66784)) > * support python 3.14!!! - ([#917](https://redirect.github.com/testcontainers/testcontainers-python/issues/917)) ([f76e982](testcontainers/testcontainers-python@f76e982)) > > [4.13.2](testcontainers/testcontainers-python@testcontainers-v4.13.1...testcontainers-v4.13.2) (2025-10-07) > -------------------------------------------------------------------------------------------------------------------------------------- > > ### Bug Fixes ... (truncated) Commits * [`5c67efb`](testcontainers/testcontainers-python@5c67efb) chore(main): release testcontainers 4.14.2 ([#969](https://redirect.github.com/testcontainers/testcontainers-python/issues/969)) * [`44dd40b`](testcontainers/testcontainers-python@44dd40b) feat(kafka): allow configurable listener name and security protocol ([#966](https://redirect.github.com/testcontainers/testcontainers-python/issues/966)) * [`a78475a`](testcontainers/testcontainers-python@a78475a) chore(main): Migrate to uv ([#960](https://redirect.github.com/testcontainers/testcontainers-python/issues/960)) * [`17eb0b0`](testcontainers/testcontainers-python@17eb0b0) chore(main): release testcontainers 4.14.1 ([#954](https://redirect.github.com/testcontainers/testcontainers-python/issues/954)) * [`f690e88`](testcontainers/testcontainers-python@f690e88) fix: Support Elasticsearch 9.x ([#881](https://redirect.github.com/testcontainers/testcontainers-python/issues/881)) * [`15e99ee`](testcontainers/testcontainers-python@15e99ee) add modifications * [`7337266`](testcontainers/testcontainers-python@7337266) fix(core): bring back dind tests * [`49c9af8`](testcontainers/testcontainers-python@49c9af8) fix(nats): add support for jetstream ([#938](https://redirect.github.com/testcontainers/testcontainers-python/issues/938)) * [`e323317`](testcontainers/testcontainers-python@e323317) fix(core): Use WaitStrategy internally for wait\_for function ([#942](https://redirect.github.com/testcontainers/testcontainers-python/issues/942)) * [`183e1aa`](testcontainers/testcontainers-python@183e1aa) fix(compose): expose useful compose options ([#951](https://redirect.github.com/testcontainers/testcontainers-python/issues/951)) * Additional commits viewable in [compare view](testcontainers/testcontainers-python@testcontainers-v4.13.3...testcontainers-v4.14.2)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps
metrics.versionfrom 4.2.17 to 4.2.18.Updates
metrics-corefrom 4.2.17 to 4.2.18Commits
d6ff88b[maven-release-plugin] prepare release v4.2.1872e75f4Update slf4j.version to v2.0.72764da3Update logback14.version to v1.4.6a77c3d5Update actions/checkout digest to 24cb908 (#3238)711bb12Update logback13.version to v1.3.6292d619Update dependency org.apache.maven.plugins:maven-surefire-plugin to v3 (#3233)22a64bbUpdate dependency net.bytebuddy:byte-buddy to v1.14.23e2c44fUpdate dependency maven-wrapper to v3.2.0 (#3228)e6a7e50Update actions/cache action to v3.3.1ec94e07Update dependency org.mockito:mockito-core to v5.2.0 (#3224)Updates
metrics-jmxfrom 4.2.17 to 4.2.18Commits
d6ff88b[maven-release-plugin] prepare release v4.2.1872e75f4Update slf4j.version to v2.0.72764da3Update logback14.version to v1.4.6a77c3d5Update actions/checkout digest to 24cb908 (#3238)711bb12Update logback13.version to v1.3.6292d619Update dependency org.apache.maven.plugins:maven-surefire-plugin to v3 (#3233)22a64bbUpdate dependency net.bytebuddy:byte-buddy to v1.14.23e2c44fUpdate dependency maven-wrapper to v3.2.0 (#3228)e6a7e50Update actions/cache action to v3.3.1ec94e07Update dependency org.mockito:mockito-core to v5.2.0 (#3224)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)