Closed renovate[bot] closed 1 week ago
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 5.x
releases. But if you manually upgrade to 5.x
then Renovate will re-enable minor
and patch
updates automatically.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
This PR contains the following updates:
4.3.1
->5.1.0
Release Notes
micronaut-projects/micronaut-cache (io.micronaut.cache:micronaut-cache-bom)
### [`v5.1.0`](https://redirect.github.com/micronaut-projects/micronaut-cache/releases/tag/v5.1.0): Micronaut Cache 5.1.0 #### What's Changed ##### Dependency updates 🚀 - fix(deps): update managed.infinispan to v15.0.10.final by [@renovate](https://redirect.github.com/renovate) in [https://github.com/micronaut-projects/micronaut-cache/pull/809](https://redirect.github.com/micronaut-projects/micronaut-cache/pull/809) - Update Cache to 4.7.0 by [@sdelamo](https://redirect.github.com/sdelamo) in [https://github.com/micronaut-projects/micronaut-cache/pull/821](https://redirect.github.com/micronaut-projects/micronaut-cache/pull/821) ##### CI ⚙️Build 🐘 - chore(deps): update graalvm/setup-graalvm action to v1.2.5 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/micronaut-projects/micronaut-cache/pull/813](https://redirect.github.com/micronaut-projects/micronaut-cache/pull/813) - fix(deps): update dependency org.graalvm.buildtools.native:org.graalvm.buildtools.native.gradle.plugin to v0.10.3 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/micronaut-projects/micronaut-cache/pull/805](https://redirect.github.com/micronaut-projects/micronaut-cache/pull/805) - chore(deps): update dependency gradle to v8.10.2 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/micronaut-projects/micronaut-cache/pull/803](https://redirect.github.com/micronaut-projects/micronaut-cache/pull/803) - chore(deps): update plugin io.micronaut.build.shared.settings to v7.2.3 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/micronaut-projects/micronaut-cache/pull/817](https://redirect.github.com/micronaut-projects/micronaut-cache/pull/817) - chore(deps): update mikepenz/action-junit-report action to v5 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/micronaut-projects/micronaut-cache/pull/820](https://redirect.github.com/micronaut-projects/micronaut-cache/pull/820) - chore(deps): update actions/checkout action to v4.2.2 - autoclosed by [@renovate](https://redirect.github.com/renovate) in [https://github.com/micronaut-projects/micronaut-cache/pull/808](https://redirect.github.com/micronaut-projects/micronaut-cache/pull/808) **Full Changelog**: https://github.com/micronaut-projects/micronaut-cache/compare/v5.0.1...v5.1.0 ### [`v5.0.1`](https://redirect.github.com/micronaut-projects/micronaut-cache/releases/tag/v5.0.1): Micronaut Cache 5.0.1 #### What's Changed ##### Dependency updates 🚀 - fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.6.4 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/micronaut-projects/micronaut-cache/pull/796](https://redirect.github.com/micronaut-projects/micronaut-cache/pull/796) - chore(deps): update actions/upload-artifact action to v4.4.0 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/micronaut-projects/micronaut-cache/pull/798](https://redirect.github.com/micronaut-projects/micronaut-cache/pull/798) - fix(deps): update managed.infinispan to v15.0.8.final by [@renovate](https://redirect.github.com/renovate) in [https://github.com/micronaut-projects/micronaut-cache/pull/797](https://redirect.github.com/micronaut-projects/micronaut-cache/pull/797) - chore(deps): update plugin io.micronaut.build.shared.settings to v7.2.1 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/micronaut-projects/micronaut-cache/pull/795](https://redirect.github.com/micronaut-projects/micronaut-cache/pull/795) - fix(deps): update dependency io.micronaut.testresources:micronaut-test-resources-bom to v2.6.0 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/micronaut-projects/micronaut-cache/pull/799](https://redirect.github.com/micronaut-projects/micronaut-cache/pull/799) ##### GraalVM 🏆 - graal: Remove all --initialize-at-runtime flags that references beandefinition classes by [@radovanradic](https://redirect.github.com/radovanradic) in [https://github.com/micronaut-projects/micronaut-cache/pull/800](https://redirect.github.com/micronaut-projects/micronaut-cache/pull/800) - graal: Remove all --initialize-at-runtime flags that references beandefinition classes by [@radovanradic](https://redirect.github.com/radovanradic) in [https://github.com/micronaut-projects/micronaut-cache/pull/801](https://redirect.github.com/micronaut-projects/micronaut-cache/pull/801) #### New Contributors - [@radovanradic](https://redirect.github.com/radovanradic) made their first contribution in [https://github.com/micronaut-projects/micronaut-cache/pull/800](https://redirect.github.com/micronaut-projects/micronaut-cache/pull/800) **Full Changelog**: https://github.com/micronaut-projects/micronaut-cache/compare/v5.0.0...v5.0.1 ### [`v5.0.0`](https://redirect.github.com/micronaut-projects/micronaut-cache/releases/tag/v5.0.0): Micronaut Cache 5.0.0 #### What's Changed ##### GraalVM 🏆 - graal: Remove all --initialize-at-runtime flags that references bean … by [@sdelamo](https://redirect.github.com/sdelamo) in [https://github.com/micronaut-projects/micronaut-cache/pull/794](https://redirect.github.com/micronaut-projects/micronaut-cache/pull/794) ##### Other Changes 💡 - Added unit tests to check when the cahce bounde and when its unbounded by [@munishchouhan](https://redirect.github.com/munishchouhan) in [https://github.com/micronaut-projects/micronaut-cache/pull/782](https://redirect.github.com/micronaut-projects/micronaut-cache/pull/782) ##### Dependency updates 🚀 - fix(deps): update dependency org.objenesis:objenesis to v3.4 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/micronaut-projects/micronaut-cache/pull/770](https://redirect.github.com/micronaut-projects/micronaut-cache/pull/770) ##### Hazelcast - fix(deps): update dependency com.hazelcast:hazelcast to v5.3.7 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/micronaut-projects/micronaut-cache/pull/751](https://redirect.github.com/micronaut-projects/micronaut-cache/pull/751) - fix(deps): update dependency com.hazelcast:hazelcast to v5.3.7 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/micronaut-projects/micronaut-cache/pull/754](https://redirect.github.com/micronaut-projects/micronaut-cache/pull/754) ##### Infinispan - fix(deps): update managed.infinispan to v15 (major) by [@renovate](https://redirect.github.com/renovate) in [https://github.com/micronaut-projects/micronaut-cache/pull/749](https://redirect.github.com/micronaut-projects/micronaut-cache/pull/749) - fix(deps): update managed.infinispan to v15.0.2.final by [@renovate](https://redirect.github.com/renovate) in [https://github.com/micronaut-projects/micronaut-cache/pull/759](https://redirect.github.com/micronaut-projects/micronaut-cache/pull/759) - fix(deps): update managed.infinispan to v15.0.3.final by [@renovate](https://redirect.github.com/renovate) in [https://github.com/micronaut-projects/micronaut-cache/pull/772](https://redirect.github.com/micronaut-projects/micronaut-cache/pull/772) - fix(deps): update managed.infinispan to v15.0.4.final by [@renovate](https://redirect.github.com/renovate) in [https://github.com/micronaut-projects/micronaut-cache/pull/774](https://redirect.github.com/micronaut-projects/micronaut-cache/pull/774) - fix(deps): update managed.infinispan to v15.0.5.final by [@renovate](https://redirect.github.com/renovate) in [https://github.com/micronaut-projects/micronaut-cache/pull/784](https://redirect.github.com/micronaut-projects/micronaut-cache/pull/784) - fix(deps): update managed.infinispan to v15.0.6.final by [@renovate](https://redirect.github.com/renovate) in [https://github.com/micronaut-projects/micronaut-cache/pull/789](https://redirect.github.com/micronaut-projects/micronaut-cache/pull/789) - fix(deps): update managed.infinispan to v15.0.7.final by [@renovate](https://redirect.github.com/renovate) in [https://github.com/micronaut-projects/micronaut-cache/pull/791](https://redirect.github.com/micronaut-projects/micronaut-cache/pull/791) ##### Micronaut Modules ##### Micronaut Core - fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.4.1 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/micronaut-projects/micronaut-cache/pull/753](https://redirect.github.com/micronaut-projects/micronaut-cache/pull/753) - fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.4.5 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/micronaut-projects/micronaut-cache/pull/761](https://redirect.github.com/micronaut-projects/micronaut-cache/pull/761) - fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.4.9 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/micronaut-projects/micronaut-cache/pull/763](https://redirect.github.com/micronaut-projects/micronaut-cache/pull/763) - fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.6.1 - autoclosed by [@renovate](https://redirect.github.com/renovate) in [https://github.com/micronaut-projects/micronaut-cache/pull/776](https://redirect.github.com/micronaut-projects/micronaut-cache/pull/776) ##### Micronaut Serialization - fix(deps): update dependency io.micronaut.serde:micronaut-serde-bom to v2.9.0 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/micronaut-projects/micronaut-cache/pull/750](https://redirect.github.com/micronaut-projects/micronaut-cache/pull/750) - fix(deps): update dependency io.micronaut.serde:micronaut-serde-bom to v2.11.0 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/micronaut-projects/micronaut-cache/pull/780](https://redirect.github.com/micronaut-projects/micronaut-cache/pull/780) ##### Micronaut Micrometer - fix(deps): update dependency io.micronaut.micrometer:micronaut-micrometer-bom to v5.5.0 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/micronaut-projects/micronaut-cache/pull/756](https://redirect.github.com/micronaut-projects/micronaut-cache/pull/756) - fix(deps): update dependency io.micronaut.micrometer:micronaut-micrometer-bom to v5.8.0 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/micronaut-projects/micronaut-cache/pull/778](https://redirect.github.com/micronaut-projects/micronaut-cache/pull/778) ##### Micronaut Validation - fix(deps): update dependency io.micronaut.validation:micronaut-validation-bom to v4.7.0 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/micronaut-projects/micronaut-cache/pull/767](https://redirect.github.com/micronaut-projects/micronaut-cache/pull/767) ##### Micronaut Test Resources - fix(deps): update dependency io.micronaut.testresources:micronaut-test-resources-bom to v2.5.4 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/micronaut-projects/micronaut-cache/pull/757](https://redirect.github.com/micronaut-projects/micronaut-cache/pull/757) ##### CI ⚙️Build 🐘 - chore(deps): update gradle/gradle-build-action action to v3.2.1 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/micronaut-projects/micronaut-cache/pull/752](https://redirect.github.com/micronaut-projects/micronaut-cache/pull/752) - fix(deps): update dependency org.graalvm.buildtools.native:org.graalvm.buildtools.native.gradle.plugin to v0.10.2 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/micronaut-projects/micronaut-cache/pull/773](https://redirect.github.com/micronaut-projects/micronaut-cache/pull/773) - chore(deps): update dependency gradle to v8.10 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/micronaut-projects/micronaut-cache/pull/793](https://redirect.github.com/micronaut-projects/micronaut-cache/pull/793) ##### GraalVM - chore(deps): update graalvm/setup-graalvm action to v1.2.2 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/micronaut-projects/micronaut-cache/pull/781](https://redirect.github.com/micronaut-projects/micronaut-cache/pull/781) - chore(deps): update graalvm/setup-graalvm action to v1.2.3 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/micronaut-projects/micronaut-cache/pull/792](https://redirect.github.com/micronaut-projects/micronaut-cache/pull/792) ##### Kotlin Gradle Plugin - fix(deps): update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.9.25 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/micronaut-projects/micronaut-cache/pull/788](https://redirect.github.com/micronaut-projects/micronaut-cache/pull/788) - fix(deps): update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.9.24 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/micronaut-projects/micronaut-cache/pull/771](https://redirect.github.com/micronaut-projects/micronaut-cache/pull/771) ##### Micronaut Build Plugin - chore(deps): update plugin io.micronaut.build.shared.settings to v6.7.1 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/micronaut-projects/micronaut-cache/pull/762](https://redirect.github.com/micronaut-projects/micronaut-cache/pull/762) - chore(deps): update plugin io.micronaut.build.shared.settings to v7 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/micronaut-projects/micronaut-cache/pull/768](https://redirect.github.com/micronaut-projects/micronaut-cache/pull/768) ##### SVM - fix(deps): update dependency org.graalvm.nativeimage:svm to v23.1.3 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/micronaut-projects/micronaut-cache/pull/764](https://redirect.github.com/micronaut-projects/micronaut-cache/pull/764) - fix(deps): update dependency org.graalvm.nativeimage:svm to v23.1.4 - autoclosed by [@renovate](https://redirect.github.com/renovate) in [https://github.com/micronaut-projects/micronaut-cache/pull/786](https://redirect.github.com/micronaut-projects/micronaut-cache/pull/786) #### New Contributors - [@munishchouhan](https://redirect.github.com/munishchouhan) made their first contribution in [https://github.com/micronaut-projects/micronaut-cache/pull/782](https://redirect.github.com/micronaut-projects/micronaut-cache/pull/782) **Full Changelog**: https://github.com/micronaut-projects/micronaut-cache/compare/v4.3.0...v5.0.0Configuration
📅 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 was generated by Mend Renovate. View the repository job log.