Skip to content

chore(deps-dev): bump io.micrometer:micrometer-core from 1.16.0 to 1.16.1#2932

Merged
mergify[bot] merged 1 commit into
mainfrom
dependabot/maven/io.micrometer-micrometer-core-1.16.1
Dec 14, 2025
Merged

chore(deps-dev): bump io.micrometer:micrometer-core from 1.16.0 to 1.16.1#2932
mergify[bot] merged 1 commit into
mainfrom
dependabot/maven/io.micrometer-micrometer-core-1.16.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 14, 2025

Copy link
Copy Markdown
Contributor

Bumps io.micrometer:micrometer-core from 1.16.0 to 1.16.1.

Release notes

Sourced from io.micrometer:micrometer-core's releases.

1.16.1

🐞 Bug Fixes

  • Don't filter log events in LogbackMetricsBenchmark #6891
  • Return value nullability is incorrect on function wrapper methods #6869

📔 Documentation

  • Add link to the latest Micrometer Team talk #6881
  • Document JSpecify dependency #6886
  • Make cross-references more consistent in the docs #6915

🔨 Dependency Upgrades

  • Bump ch.qos.logback:logback-classic from 1.5.20 to 1.5.21 #6877
  • Bump com.netflix.spectator:spectator-reg-atlas from 1.9.1 to 1.9.2 #6904
  • Bump com.uber.nullaway:nullaway from 0.12.12 to 0.12.14 #6937
  • Bump grpc from 1.76.0 to 1.76.1 #6902
  • Bump io.freefair.aspectj.post-compile-weaving from 8.14.2 to 8.14.3 #6876
  • Bump io.prometheus:prometheus-metrics-bom from 1.4.2 to 1.4.3 #6868
  • Bump spring6 from 6.2.12 to 6.2.14 #6890

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​MiLabuda, @​izeye, and @​ngocnhan-tran1996

Commits

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 show <dependency name> 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)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java labels Dec 14, 2025
@mergify

mergify Bot commented Dec 14, 2025

Copy link
Copy Markdown
Contributor

🧪 CI Insights

Here's what we observed from your CI run for f8a4b4f.

🟢 All jobs passed!

But CI Insights is watching 👀

@dependabot dependabot Bot force-pushed the dependabot/maven/io.micrometer-micrometer-core-1.16.1 branch from 659e4f7 to 5e04bef Compare December 14, 2025 16:28
Bumps [io.micrometer:micrometer-core](https://github.com/micrometer-metrics/micrometer) from 1.16.0 to 1.16.1.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.16.0...v1.16.1)

---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-core
  dependency-version: 1.16.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/maven/io.micrometer-micrometer-core-1.16.1 branch from 5e04bef to f8a4b4f Compare December 14, 2025 16:29
@mergify mergify Bot merged commit c9f44d6 into main Dec 14, 2025
11 of 15 checks passed
@dependabot dependabot Bot deleted the dependabot/maven/io.micrometer-micrometer-core-1.16.1 branch December 14, 2025 17:18
mergify Bot added a commit that referenced this pull request May 10, 2026
… [skip ci]

Bumps [pdfmake](https://github.com/bpampuch/pdfmake) from 0.3.7 to 0.3.8.
Release notes

*Sourced from [pdfmake's releases](https://github.com/bpampuch/pdfmake/releases).*

> 0.3.8
> -----
>
> * Added server-side method `setLocalAccessPolicy()` for defining a custom access policy for local file
>
>   Example:
>
>   ```
>   pdfmake.setLocalAccessPolicy((path) => {
>   	// check allowed local file path
>   	return path.startsWith("fonts/");
>   });
>   ```
> * Improved URL Access Policy (`setUrlAccessPolicy` method); URLs are now validated even before each redirection in Node.js and after final redirection in browser (browsers do not support validation before redirection)
> * Fixed extra blank page when using headerRows, dontBreakRows and cell pageBreak together
> * Fixed rendering of an invalid color name - previously it used the last valid color; now it defaults to black
> * Fixed dontBreakRows rowSpan ending offset across pages


Changelog

*Sourced from [pdfmake's changelog](https://github.com/bpampuch/pdfmake/blob/master/CHANGELOG.md).*

> 0.3.8 - 2026-05-06
> ------------------
>
> * Added server-side method `setLocalAccessPolicy()` for defining a custom access policy for local file
>
>   Example:
>
>   ```
>   pdfmake.setLocalAccessPolicy((path) => {
>   	// check allowed local file path
>   	return path.startsWith("fonts/");
>   });
>   ```
> * Improved URL Access Policy (`setUrlAccessPolicy` method); URLs are now validated even before each redirection in Node.js and after final redirection in browser (browsers do not support validation before redirection)
> * Fixed extra blank page when using headerRows, dontBreakRows and cell pageBreak together
> * Fixed rendering of an invalid color name - previously it used the last valid color; now it defaults to black
> * Fixed dontBreakRows rowSpan ending offset across pages


Commits

* [`700b4fa`](bpampuch/pdfmake@700b4fa) 0.3.8
* [`244ac8b`](bpampuch/pdfmake@244ac8b) 0.3.8
* [`2927f32`](bpampuch/pdfmake@2927f32) refresh pdf examples
* [`03c627d`](bpampuch/pdfmake@03c627d) update dependencies
* [`ed44141`](bpampuch/pdfmake@ed44141) improved URL access policy; URLs are now validated even before redirection in...
* [`8fc1fc4`](bpampuch/pdfmake@8fc1fc4) improved URL Access Policy; URLs are now validated even after redirection
* [`db68a45`](bpampuch/pdfmake@db68a45) Fix dontBreakRows rowSpan ending offset across pages ([#2932](https://redirect.github.com/bpampuch/pdfmake/issues/2932))
* [`4301e73`](bpampuch/pdfmake@4301e73) validate only string colors [#2872](https://redirect.github.com/bpampuch/pdfmake/issues/2872)
* [`b2cc389`](bpampuch/pdfmake@b2cc389) fixed rendering invalid color name for text decorator [#2872](https://redirect.github.com/bpampuch/pdfmake/issues/2872)
* [`3805f72`](bpampuch/pdfmake@3805f72) fixed rendering invalid color name [#2872](https://redirect.github.com/bpampuch/pdfmake/issues/2872)
* Additional commits viewable in [compare view](bpampuch/pdfmake@0.3.7...0.3.8)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=pdfmake&package-manager=npm\_and\_yarn&previous-version=0.3.7&new-version=0.3.8)](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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant