chore(deps): bump io.micrometer:micrometer-registry-prometheus from 1.16.4 to 1.16.5#3915
Merged
mergify[bot] merged 1 commit intoApr 20, 2026
Conversation
Bumps [io.micrometer:micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer) from 1.16.4 to 1.16.5. - [Release notes](https://github.com/micrometer-metrics/micrometer/releases) - [Commits](micrometer-metrics/micrometer@v1.16.4...v1.16.5) --- updated-dependencies: - dependency-name: io.micrometer:micrometer-registry-prometheus dependency-version: 1.16.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Up to standards ✅🟢 Issues
|
robfrank
approved these changes
Apr 20, 2026
dependabot
Bot
deleted the
dependabot/maven/io.micrometer-micrometer-registry-prometheus-1.16.5
branch
April 20, 2026 06:51
tae898
pushed a commit
to humemai/arcadedb-embedded-python
that referenced
this pull request
Jun 28, 2026
…kip ci] Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.9 to 42.7.10. Release notes *Sourced from [org.postgresql:postgresql's releases](https://github.com/pgjdbc/pgjdbc/releases).* > v42.7.10 > -------- > > Changes > ------- > > * Update site for 42.7.10 release [`@davecramer`](https://github.com/davecramer) ([ArcadeData#3936](https://redirect.github.com/pgjdbc/pgjdbc/issues/3936)) > * Create DisabledIfServerGreater annotation [`@davecramer`](https://github.com/davecramer) ([ArcadeData#3937](https://redirect.github.com/pgjdbc/pgjdbc/issues/3937)) > * fix non-standard strings failing test for version 19 [`@davecramer`](https://github.com/davecramer) ([ArcadeData#3934](https://redirect.github.com/pgjdbc/pgjdbc/issues/3934)) > * Revert "fix: make all Calendar instances proleptic Gregorian ([ArcadeData#3837](https://redirect.github.com/pgjdbc/pgjdbc/issues/3837))" [`@davecramer`](https://github.com/davecramer) ([ArcadeData#3932](https://redirect.github.com/pgjdbc/pgjdbc/issues/3932)) > * fix small issues in ConnectionFactoryImpl [`@davecramer`](https://github.com/davecramer) ([ArcadeData#3929](https://redirect.github.com/pgjdbc/pgjdbc/issues/3929)) > * Migrate to Shadow 9 [`@Goooler`](https://github.com/Goooler) ([ArcadeData#3931](https://redirect.github.com/pgjdbc/pgjdbc/issues/3931)) > * style: fix empty line before javadoc for checkstyle compliance [`@Praveen7294`](https://github.com/Praveen7294) ([ArcadeData#3925](https://redirect.github.com/pgjdbc/pgjdbc/issues/3925)) > * style: fix lambda argument indentation for checkstyle compliance [`@aclfe`](https://github.com/aclfe) ([ArcadeData#3922](https://redirect.github.com/pgjdbc/pgjdbc/issues/3922)) > * test: add autosave=always|never|conservative and cleanupSavepoints=true|false to the randomized CI jobs [`@vlsi`](https://github.com/vlsi) ([ArcadeData#3917](https://redirect.github.com/pgjdbc/pgjdbc/issues/3917)) > * doc: use.md, fix typos [`@mjschwaiger`](https://github.com/mjschwaiger) ([ArcadeData#3911](https://redirect.github.com/pgjdbc/pgjdbc/issues/3911)) > * doc: datasource.md, fix minor formatting issue [`@mjschwaiger`](https://github.com/mjschwaiger) ([ArcadeData#3912](https://redirect.github.com/pgjdbc/pgjdbc/issues/3912)) > * lastEditYear to 2026 and bump version [`@davecramer`](https://github.com/davecramer) ([ArcadeData#3909](https://redirect.github.com/pgjdbc/pgjdbc/issues/3909)) > > 🐛 Bug Fixes > ----------- > > * fix: process pending responses before fastpath to avoid protocol errors [`@vlsi`](https://github.com/vlsi) ([ArcadeData#3913](https://redirect.github.com/pgjdbc/pgjdbc/issues/3913)) > > ⬆️ Dependencies > --------------- > > * chore(deps): update github/codeql-action digest to 4bdb89f [`@renovate-bot`](https://github.com/renovate-bot) ([ArcadeData#3914](https://redirect.github.com/pgjdbc/pgjdbc/issues/3914)) > * chore(deps): update ubuntu:24.04 docker digest to cd1dba6 [`@renovate-bot`](https://github.com/renovate-bot) ([ArcadeData#3915](https://redirect.github.com/pgjdbc/pgjdbc/issues/3915)) > * chore(deps): update dependency com.typesafe.play:sbt-plugin to v2.9.10 [`@renovate-bot`](https://github.com/renovate-bot) ([ArcadeData#3916](https://redirect.github.com/pgjdbc/pgjdbc/issues/3916)) Changelog *Sourced from [org.postgresql:postgresql's changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md).* > [42.7.10] (2026-02-11) > ---------------------- > > ### Changed > > * chore: Migrate to Shadow 9 [PR 3931](https://redirect.github.com/pgjdbc/pgjdbc/pull/3931) > * style: fix empty line before javadoc for checkstyle compliance [PR [ArcadeData#3925](https://redirect.github.com/pgjdbc/pgjdbc/issues/3925)]([pgjdbc/pgjdbc#3925](https://redirect.github.com/pgjdbc/pgjdbc/pull/3925)) > * style: fix lambda argument indentation for checkstyle compliance [PR [ArcadeData#3922](https://redirect.github.com/pgjdbc/pgjdbc/issues/3922)]([pgjdbc/pgjdbc#3922](https://redirect.github.com/pgjdbc/pgjdbc/pull/3922)) > * test: add autosave=always|never|conservative and cleanupSavepoints=true|false to the randomized CI jobs [PR [ArcadeData#3917](https://redirect.github.com/pgjdbc/pgjdbc/issues/3917)]([pgjdbc/pgjdbc#3917](https://redirect.github.com/pgjdbc/pgjdbc/pull/3917)) > > ### Fixed > > * fix: non-standard strings failing test for version 19 [PR [ArcadeData#3934](https://redirect.github.com/pgjdbc/pgjdbc/issues/3934)]([pgjdbc/pgjdbc#3934](https://redirect.github.com/pgjdbc/pgjdbc/pull/3934)) > * fix: small issues in ConnectionFactoryImpl [PR [ArcadeData#3929](https://redirect.github.com/pgjdbc/pgjdbc/issues/3929)]([pgjdbc/pgjdbc#3929](https://redirect.github.com/pgjdbc/pgjdbc/pull/3929)) > * fix: process pending responses before fastpath to avoid protocol errors [PR # 3913](https://redirect.github.com/pgjdbc/pgjdbc/pull/3913) > * doc: use.md, fix typos [PR [ArcadeData#3911](https://redirect.github.com/pgjdbc/pgjdbc/issues/3911)]([pgjdbc/pgjdbc#3911](https://redirect.github.com/pgjdbc/pgjdbc/pull/3911)) > * doc: datasource.md, fix minor formatting issue [PR [ArcadeData#3912](https://redirect.github.com/pgjdbc/pgjdbc/issues/3912)]([pgjdbc/pgjdbc#3912](https://redirect.github.com/pgjdbc/pgjdbc/pull/3912)) > * doc: add the new PGP signing key to the official documentation [PR [ArcadeData#3912](https://redirect.github.com/pgjdbc/pgjdbc/issues/3912)]([pgjdbc/pgjdbc#3813](https://redirect.github.com/pgjdbc/pgjdbc/pull/3813)) > > ### Reverted > > * Revert "fix: make all Calendar instances proleptic Gregorian ([ArcadeData#3837](https://redirect.github.com/pgjdbc/pgjdbc/issues/3837)) ([ArcadeData#3887](https://redirect.github.com/pgjdbc/pgjdbc/issues/3887))" [PR [ArcadeData#3932](https://redirect.github.com/pgjdbc/pgjdbc/issues/3932)]([pgjdbc/pgjdbc#3932](https://redirect.github.com/pgjdbc/pgjdbc/pull/3932)) Commits * [`27571c8`](pgjdbc/pgjdbc@27571c8) Update site for 42.7.10 release ([ArcadeData#3936](https://redirect.github.com/pgjdbc/pgjdbc/issues/3936)) * [`c7b512d`](pgjdbc/pgjdbc@c7b512d) Create DisabledIfServerGreater annotation for disabling tests for newer serve... * [`47f7e3b`](pgjdbc/pgjdbc@47f7e3b) fix non-standard strings failing test for version 19 ([ArcadeData#3934](https://redirect.github.com/pgjdbc/pgjdbc/issues/3934)) * [`d4cf420`](pgjdbc/pgjdbc@d4cf420) Revert "fix: make all Calendar instances proleptic Gregorian ([ArcadeData#3837](https://redirect.github.com/pgjdbc/pgjdbc/issues/3837)) ([ArcadeData#3887](https://redirect.github.com/pgjdbc/pgjdbc/issues/3887))"... * [`6ea732c`](pgjdbc/pgjdbc@6ea732c) fix small issues in ConnectionFactoryImpl ([ArcadeData#3929](https://redirect.github.com/pgjdbc/pgjdbc/issues/3929)) * [`95cecdb`](pgjdbc/pgjdbc@95cecdb) Migrate to Shadow 9 * [`5762c42`](pgjdbc/pgjdbc@5762c42) style: fix empty line before javadoc for checkstyle compliance * [`1ac8d99`](pgjdbc/pgjdbc@1ac8d99) style: fix lambda argument indentation for checkstyle compliance * [`3fab588`](pgjdbc/pgjdbc@3fab588) test: add autosave=always|never|conservative and cleanupSavepoints=true|false... * [`9c20cc2`](pgjdbc/pgjdbc@9c20cc2) chore(deps): update github/codeql-action digest to 4bdb89f * Additional commits viewable in [compare view](pgjdbc/pgjdbc@REL42.7.9...REL42.7.10) [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
tae898
pushed a commit
to humemai/arcadedb-embedded-python
that referenced
this pull request
Jun 28, 2026
…o [skip ci] [//]: # (dependabot-start)⚠️ \*\*Dependabot is rebasing this PR\*\*⚠️ 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. --- [//]: # (dependabot-end) Bumps [marked](https://github.com/markedjs/marked) from 17.0.4 to 17.0.5. Release notes *Sourced from [marked's releases](https://github.com/markedjs/marked/releases).* > v17.0.5 > ------- > > [17.0.5](markedjs/marked@v17.0.4...v17.0.5) (2026-03-20) > ----------------------------------------------------------------------------------- > > ### Bug Fixes > > * Fix catastrophic backtracking (ReDoS) in link/reflink label regex ([ArcadeData#3918](https://redirect.github.com/markedjs/marked/issues/3918)) ([4625980](markedjs/marked@4625980)) > * prevent quadratic complexity in emStrongLDelim regex ([ArcadeData#3906](https://redirect.github.com/markedjs/marked/issues/3906)) ([c732dd2](markedjs/marked@c732dd2)) > * prevent single-tilde strikethrough false positives ([ArcadeData#3910](https://redirect.github.com/markedjs/marked/issues/3910)) ([5e03369](markedjs/marked@5e03369)) > * re-assign tokenizer.lexer and renderer.parser at start of each parse call ([ArcadeData#3907](https://redirect.github.com/markedjs/marked/issues/3907)) ([f3a3ec0](markedjs/marked@f3a3ec0)) > * trim trailing whitespace from lheading text ([ArcadeData#3920](https://redirect.github.com/markedjs/marked/issues/3920)) ([3ea7e88](markedjs/marked@3ea7e88)) Commits * [`811ea59`](markedjs/marked@811ea59) chore(release): 17.0.5 [skip ci] * [`c732dd2`](markedjs/marked@c732dd2) fix: prevent quadratic complexity in emStrongLDelim regex ([ArcadeData#3906](https://redirect.github.com/markedjs/marked/issues/3906)) * [`f3a3ec0`](markedjs/marked@f3a3ec0) fix: re-assign tokenizer.lexer and renderer.parser at start of each parse cal... * [`4625980`](markedjs/marked@4625980) fix: Fix catastrophic backtracking (ReDoS) in link/reflink label regex ([ArcadeData#3918](https://redirect.github.com/markedjs/marked/issues/3918)) * [`5e03369`](markedjs/marked@5e03369) fix: prevent single-tilde strikethrough false positives ([ArcadeData#3910](https://redirect.github.com/markedjs/marked/issues/3910)) * [`288349d`](markedjs/marked@288349d) test: add heading edge case tests ([ArcadeData#3919](https://redirect.github.com/markedjs/marked/issues/3919)) * [`3ea7e88`](markedjs/marked@3ea7e88) fix: trim trailing whitespace from lheading text ([ArcadeData#3920](https://redirect.github.com/markedjs/marked/issues/3920)) * [`d4c0fe5`](markedjs/marked@d4c0fe5) chore(deps-dev): Bump esbuild from 0.27.3 to 0.27.4 ([ArcadeData#3915](https://redirect.github.com/markedjs/marked/issues/3915)) * [`30682c1`](markedjs/marked@30682c1) chore(deps-dev): Bump undici from 6.23.0 to 6.24.0 ([ArcadeData#3914](https://redirect.github.com/markedjs/marked/issues/3914)) * [`59752c4`](markedjs/marked@59752c4) chore(deps-dev): Bump minimatch from 9.0.5 to 9.0.9 ([ArcadeData#3913](https://redirect.github.com/markedjs/marked/issues/3913)) * Additional commits viewable in [compare view](markedjs/marked@v17.0.4...v17.0.5) [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
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.
Bumps io.micrometer:micrometer-registry-prometheus from 1.16.4 to 1.16.5.
Release notes
Sourced from io.micrometer:micrometer-registry-prometheus's releases.
Commits
cf727d0Bump com.netflix.spectator:spectator-reg-atlas from 1.9.5 to 1.9.6 (#7393)55b8f06Fix OkHttp tests140b83bHarmonize@Nullableannotations in okhttp instrumentation (#7375)8c1758bHandle null peerName in GrpcClientObservationConvention (#7381)5ee71b4Merge branch '1.15.x' into 1.16.x84faaa6Fix build cache misses from overlapping outputs in statsd module (#7349)9a0441dMerge branch '1.15.x' into 1.16.x1010433NullMeterTagSupportTests does not match its filenamec2770fcBump org.apache.logging.log4j:log4j-core from 2.25.3 to 2.25.4 (#7362)26f6da0Bump io.netty:netty-bom from 4.1.131.Final to 4.1.132.Final (#7335)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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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)