fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.3.9 #169
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.
This PR contains the following updates:
4.2.3
->4.3.9
Release Notes
micronaut-projects/micronaut-core (io.micronaut:micronaut-core-bom)
v4.3.9
: Micronaut Core v4.3.9What's Changed
Other Changes 💡
Full Changelog: micronaut-projects/micronaut-core@v4.3.8...v4.3.9
v4.3.8
: Micronaut Core 4.3.8What's Changed
KSP Fixes 🐞
Bug Fixes 🐞
Dependency updates 🚀
CI ⚙️Build 🐘
Full Changelog: micronaut-projects/micronaut-core@v4.3.7...v4.3.8
v4.3.7
: Micronaut Core v4.3.7What's Changed
Bug Fixes 🐞
Full Changelog: micronaut-projects/micronaut-core@v4.3.6...v4.3.7
v4.3.6
: Micronaut Core 4.3.6What's Changed
Docs 📖
KSP Fixes 🐞
Dependency updates 🚀
Micronaut Modules
Micronaut Validation
Micronaut Session
Micronaut Groovy
CI ⚙️Build 🐘
Full Changelog: micronaut-projects/micronaut-core@v4.3.5...v4.3.6
v4.3.5
: Micronaut Core 4.3.5What's Changed
KSP
Bug Fixes 🐞
Docs 📖
Dependency updates 🚀
GraalVM 🏆
SameSiteConverter
to fix Graalvm Dev build by @dstepanov in https://github.com/micronaut-projects/micronaut-core/pull/10466CI ⚙️Build 🐘
Full Changelog: micronaut-projects/micronaut-core@v4.3.4...v4.3.5
v4.3.4
: Micronaut Core 4.3.4What's Changed
KSP
Bug Fixes 🐞
Dependency updates 🚀
2.16.1
by @timyates in https://github.com/micronaut-projects/micronaut-core/pull/10455Other Changes 💡
Build & CI ⚙️
Tests ✅
New Contributors
Full Changelog: micronaut-projects/micronaut-core@v4.3.3...v4.3.4
v4.3.3
: Micronaut Core 4.3.3What's Changed
Bug Fixes 🐞
Other Changes 💡
Full Changelog: micronaut-projects/micronaut-core@v4.3.2...v4.3.3
v4.3.2
: Micronaut Core 4.3.2What's Changed
Bug Fixes 🐞
Improvements ⭐
Docs 📖
Dependency updates 🚀
Full Changelog: micronaut-projects/micronaut-core@v4.3.1...v4.3.2
v4.3.1
: Micronaut Core 4.3.1What's Changed
Bug Fixes 🐞
Dependency updates 🚀
Full Changelog: micronaut-projects/micronaut-core@v4.3.0...v4.3.1
v4.3.0
: Micronaut Core v4.3.0What's Changed
New Features 🎉
Bug Fixes 🐞
Don't log decompression exception by @yawkat in https://github.com/micronaut-projects/micronaut-core/pull/10323
Fail
PostponeToNextRoundException
on error generic element by @dstepanov in https://github.com/micronaut-projects/micronaut-core/pull/10387Fix getting the name of
FilteringCompositeQualifier
by @dstepanov in https://github.com/micronaut-projects/micronaut-core/pull/10397Fix ReadableBytesTypeConverter by @altro3 in https://github.com/micronaut-projects/micronaut-core/pull/10403
KSP Improvements and Bug Fixes
overrides
method instead offindOverridee()
by @dstepanov in https://github.com/micronaut-projects/micronaut-core/pull/10272Other Changes 💡
URI
by @dstepanov in https://github.com/micronaut-projects/micronaut-core/pull/10178fulfillArguments
by @dstepanov in https://github.com/micronaut-projects/micronaut-core/pull/10214RequestLifecycle
for backwards compatibility with Servet by @dstepanov in https://github.com/micronaut-projects/micronaut-core/pull/10224isAccessible
by @dstepanov in https://github.com/micronaut-projects/micronaut-core/pull/10287Improvements ⭐
MessageBodyReader
for reading the body by @dstepanov in https://github.com/micronaut-projects/micronaut-core/pull/10186EnclosedElementsQuery
to improve performance by @dstepanov in https://github.com/micronaut-projects/micronaut-core/pull/10237overrides
to determine if the method is overridden by @dstepanov in https://github.com/micronaut-projects/micronaut-core/pull/10281TypeConverter
defined as beans by @dstepanov in https://github.com/micronaut-projects/micronaut-core/pull/10315MethodElement#getOverriddenMethods
to get all the methods overridden by this method by @dstepanov in https://github.com/micronaut-projects/micronaut-core/pull/10342InterceptorRegistry
into an AOP proxy, avoid multiple get bean calls by @dstepanov in https://github.com/micronaut-projects/micronaut-core/pull/10359TypeElementVisitorProcessor
and allow to veto elements by @dstepanov in https://github.com/micronaut-projects/micronaut-core/pull/10385Docs 📖
Dependency updates 🚀
Netty
Netty Incubator Codec HTTP3
SLF4J API
log4j
com/fix(deps): update dependency com.fasterxml.jackson.core:jackson-databind to v2.16.0 micronaut-core#10133
Groovy
Jackson Databind
Kotlin
Micronaut Modules
Micronaut RxJava2
Micronaut RxJava3
Micronaut Reactor
CI ⚙️Build 🐘
Micronaut Build Plugin
Micronaut Gradle Plugin
SVM
New Contributors
Full Changelog: micronaut-projects/micronaut-core@v4.2.3...v4.3.0
v4.2.4
: Micronaut Core 4.2.4What's Changed
Dependency updates 🚀
build: Update netty monorepo to v4.1.106.Final (#10399)
Docs 📖
Other Changes 💡
Full Changelog: micronaut-projects/micronaut-core@v4.2.3...v4.2.4
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.
This PR has been generated by Mend Renovate. View repository job log here.