micronaut-gcp
micronaut-gcp copied to clipboard
fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.4.8
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
io.micronaut:micronaut-core-bom (source) | 4.4.0 -> 4.4.8 |
Release Notes
micronaut-projects/micronaut-core (io.micronaut:micronaut-core-bom)
v4.4.8
: Micronaut Core 4.4.8
What's Changed
Bug Fixes 🐞
- fix: KSP processing for package private properties by @timyates in https://github.com/micronaut-projects/micronaut-core/pull/10777
Docs 📖
- The health check endpoint configuration must be more explicit on regards of sensitive by @shadai-rafael in https://github.com/micronaut-projects/micronaut-core/pull/10759
New Contributors
- @shadai-rafael made their first contribution in https://github.com/micronaut-projects/micronaut-core/pull/10759
Full Changelog: https://github.com/micronaut-projects/micronaut-core/compare/v4.4.7...v4.4.8
v4.4.7
: Micronaut Core 4.4.7
What's Changed
Bug Fixes 🐞
- Force secure WebSocket connections to use http/1.1 (#10754)
Full Changelog: https://github.com/micronaut-projects/micronaut-core/compare/v4.4.6...v4.4.7
v4.4.6
: Micronaut Core 4.4.6
What's Changed
Other Changes 💡
- KSP: Correct replacing annotations by @dstepanov in https://github.com/micronaut-projects/micronaut-core/pull/10750
Full Changelog: https://github.com/micronaut-projects/micronaut-core/compare/v4.4.5...v4.4.6
v4.4.5
: Micronaut Core 4.4.5
What's Changed
Bug Fixes 🐞
- Make BlockHint public (#10743)
- fix: Wrong response for Kotlin suspend function with Unit return type. (#10746)
Full Changelog: https://github.com/micronaut-projects/micronaut-core/compare/v4.4.4...v4.4.5
v4.4.4
: Micronaut Core 4.4.4
What's Changed
Bug Fixes 🐞
- bug: Writeable responses not being offloaded since 4.0.0 by @timyates in https://github.com/micronaut-projects/micronaut-core/pull/10729
- Fix #10733 by @yawkat in https://github.com/micronaut-projects/micronaut-core/pull/10735
Full Changelog: https://github.com/micronaut-projects/micronaut-core/compare/v4.4.3...v4.4.4
v4.4.3
: Micronaut Core 4.4.3
What's Changed
Bug Fixes 🐞
- bug: Writeable responses not being offloaded since 4.0.0 by @timyates in https://github.com/micronaut-projects/micronaut-core/pull/10723
- Handle primitive HTTP client responses with MessageBodyReader (#10699)
Full Changelog: https://github.com/micronaut-projects/micronaut-core/compare/v4.4.2...v4.4.3
v4.4.2
: Micronaut Core 4.4.2
What's Changed
- Implement HTTP/2 access logging (#10706)
- Correct extracting embedded annotations expression (#10720)
- Implement HTTP/2 server push (#10705)
- fix: duplicate CompletedFileUpload in publisher if route is delayed (#10713)
- Fix NPE when part conversion fails (#10712)
- Remove gorm from docs and version catalog (#10696)
- fix(deps): update groovy monorepo to v4.0.21 (#10697)
- fix(deps): update dependency io.micronaut.aws:micronaut-aws-bom to v4.5.0 (#10691)
Full Changelog: https://github.com/micronaut-projects/micronaut-core/compare/v4.4.1...v4.4.2
v4.4.1
: Micronaut Core 4.4.1
What's Changed
- Set Accept header correctly in declarative client (#10685)
Dependency Upgrades 🚀
- fix(deps): update dependency com.github.javaparser:javaparser-symbol-solver-core to v3.25.10 (#10683)
KSP
- chore(deps): update managed.ksp to v1.9.23-1.0.20 (#10690)
Micronaut Modules
- fix(deps): update dependency io.micronaut.reactor:micronaut-reactor-bom to v3.3.0 (#10672)
- fix(deps): update dependency io.micronaut.rxjava2:micronaut-rxjava2-bom to v2.3.0 (#10682)
Full Changelog: https://github.com/micronaut-projects/micronaut-core/compare/v4.4.0...v4.4.1
Configuration
📅 Schedule: Branch creation - "after 10pm" in timezone Europe/Prague, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.
I have a fix once https://github.com/micronaut-projects/micronaut-servlet/pull/731 is released