Bump io.micronaut.platform:micronaut-platform from 4.7.6 to 4.8.3 #452

Closed
dependabot[bot] wants to merge 1 commit from dependabot/maven/io.micronaut.platform-micronaut-platform-4.8.3 into main
dependabot[bot] commented 2025-06-13 08:24:49 +02:00 (Migrated from github.com)

Bumps io.micronaut.platform:micronaut-platform from 4.7.6 to 4.8.3.

Release notes

Sourced from io.micronaut.platform:micronaut-platform's releases.

Micronaut Platform 4.8.3

Micronaut Modules

Micronaut Platform 4.8.2

What's Changed

Other Changes 💡

  • Revert "fix(deps): update dependency io.micronaut.sourcegen:micronaut-sourcegen-bom to v1.7.3 (#1966)"

  • fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.8.11 (#1973)

  • fix(deps): update dependency org.graalvm.nativeimage:svm to v23.1.7 (#1969)

  • fix(deps): update dependency org.graalvm.sdk:graal-sdk to v24.2.1 (#1974)

  • Micronaut Core 4.8.11

Full Changelog: https://github.com/micronaut-projects/micronaut-platform/compare/v4.8.1...v4.8.2

Micronaut Platform 4.8.1

WARNING

Unfortunately there is an issue with the release. If you upgrade to 4.8.1 you will have to rollback the version of Micronaut SourceGen to 1.7.2

configurations.all {
    resolutionStrategy {
        eachDependency { DependencyResolveDetails details ->
            if (details.requested.group == "io.micronaut.sourcegen") {
                details.useVersion("1.7.2")
            }
        }
    }
}

What's Changed

Bug Fixes 🐞

... (truncated)

Commits
  • b1ccddf [skip ci] Release v4.8.3
  • ae388b4 core 4.8.18
  • 9f5f5fe managed-micronaut-security = "4.12.2"
  • 9b9ecea serialization 2.14.1
  • 383a851 fix(deps): update dependency io.micronaut.oraclecloud:micronaut-oraclecloud-b...
  • 5aedcb7 fix(deps): update dependency io.micronaut.sourcegen:micronaut-sourcegen-bom t...
  • 9059692 fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.8.15 (#1987)
  • 3e2fc7c fix(deps): update dependency io.micronaut.data:micronaut-data-bom to v4.12.2 ...
  • a215cc2 fix(deps): update dependency io.micronaut.micrometer:micronaut-micrometer-bom...
  • 112f3a0 chore(deps): update dependency gradle to v8.14 (#1979)
  • Additional commits viewable in compare view

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)
Bumps [io.micronaut.platform:micronaut-platform](https://github.com/micronaut-projects/micronaut-platform) from 4.7.6 to 4.8.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/micronaut-projects/micronaut-platform/releases">io.micronaut.platform:micronaut-platform's releases</a>.</em></p> <blockquote> <h2>Micronaut Platform 4.8.3</h2> <h2>Micronaut Modules</h2> <ul> <li><a href="https://github.com/micronaut-projects/micronaut-core/releases/tag/v4.8.18">Micronaut Core 4.8.18</a></li> <li><a href="https://github.com/micronaut-projects/micronaut-security/releases/v4.12.2">Micronaut Security 4.12.2</a></li> <li><a href="https://github.com/micronaut-projects/micronaut-serialization/releases/v2.14.1">Micronaut Serde 2.14.1</a></li> <li><a href="https://github.com/micronaut-projects/micronaut-oracle-cloud/releases/v5.0.2">Micronaut Oracle Cloud 5.0.2</a></li> <li><a href="https://github.com/micronaut-projects/micronaut-sourcegen/releases/v1.7.10">Micronaut Sourcegen 1.7.10</a></li> <li><a href="https://github.com/micronaut-projects/micronaut-spring/releases/v5.10.1">Micronaut Spring 5.10.1</a></li> <li><a href="https://github.com/micronaut-projects/micronaut-data/releases/tag/v4.12.2">Micronaut Data 4.12.2</a></li> <li><a href="https://github.com/micronaut-projects/micronaut-micrometer/releases/tag/v5.10.2">Micronaut Micrometer 5.10.2</a></li> <li><a href="https://github.com/micronaut-projects/micronaut-coherence/releases/tag/v5.0.6">Micronaut Coherence 5.0.6</a></li> </ul> <h2>Micronaut Platform 4.8.2</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>Other Changes 💡</h3> <ul> <li> <p>Revert &quot;fix(deps): update dependency io.micronaut.sourcegen:micronaut-sourcegen-bom to v1.7.3 (<a href="https://redirect.github.com/micronaut-projects/micronaut-platform/issues/1966">#1966</a>)&quot;</p> </li> <li> <p>fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.8.11 (<a href="https://redirect.github.com/micronaut-projects/micronaut-platform/issues/1973">#1973</a>)</p> </li> <li> <p>fix(deps): update dependency org.graalvm.nativeimage:svm to v23.1.7 (<a href="https://redirect.github.com/micronaut-projects/micronaut-platform/issues/1969">#1969</a>)</p> </li> <li> <p>fix(deps): update dependency org.graalvm.sdk:graal-sdk to v24.2.1 (<a href="https://redirect.github.com/micronaut-projects/micronaut-platform/issues/1974">#1974</a>)</p> </li> <li> <p><a href="https://github.com/micronaut-projects/micronaut-core/releases/tag/v4.8.11">Micronaut Core 4.8.11</a></p> </li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/micronaut-projects/micronaut-platform/compare/v4.8.1...v4.8.2">https://github.com/micronaut-projects/micronaut-platform/compare/v4.8.1...v4.8.2</a></p> <h2>Micronaut Platform 4.8.1</h2> <!-- raw HTML omitted --> <h1>WARNING</h1> <p><strong>Unfortunately there is an issue with the release</strong>. If you upgrade to 4.8.1 you will have to rollback the version of Micronaut SourceGen to 1.7.2</p> <pre lang="java"><code>configurations.all { resolutionStrategy { eachDependency { DependencyResolveDetails details -&gt; if (details.requested.group == &quot;io.micronaut.sourcegen&quot;) { details.useVersion(&quot;1.7.2&quot;) } } } } </code></pre> <h2>What's Changed</h2> <h3>Bug Fixes 🐞</h3> <ul> <li>Fix Shade Plugin exclusion filter by <a href="https://github.com/alvarosanchez"><code>@​alvarosanchez</code></a> in <a href="https://redirect.github.com/micronaut-projects/micronaut-platform/pull/1961">micronaut-projects/micronaut-platform#1961</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/micronaut-projects/micronaut-platform/commit/b1ccddf28bbca9edd9d1b2b8e1f98db14fcc86f1"><code>b1ccddf</code></a> [skip ci] Release v4.8.3</li> <li><a href="https://github.com/micronaut-projects/micronaut-platform/commit/ae388b4598343d1dc44ea5d8ea2442bfda5be018"><code>ae388b4</code></a> core 4.8.18</li> <li><a href="https://github.com/micronaut-projects/micronaut-platform/commit/9f5f5fefc43ac78e887fa16f83710dd92d92079a"><code>9f5f5fe</code></a> managed-micronaut-security = &quot;4.12.2&quot;</li> <li><a href="https://github.com/micronaut-projects/micronaut-platform/commit/9b9ecea1b21e4412e3e51d25671c6048732a8f1c"><code>9b9ecea</code></a> serialization 2.14.1</li> <li><a href="https://github.com/micronaut-projects/micronaut-platform/commit/383a851589d52818da6cf13ffedcc0aa02a26124"><code>383a851</code></a> fix(deps): update dependency io.micronaut.oraclecloud:micronaut-oraclecloud-b...</li> <li><a href="https://github.com/micronaut-projects/micronaut-platform/commit/5aedcb7ecd31b37f57231a82fe57cdac93120441"><code>5aedcb7</code></a> fix(deps): update dependency io.micronaut.sourcegen:micronaut-sourcegen-bom t...</li> <li><a href="https://github.com/micronaut-projects/micronaut-platform/commit/9059692041b20e3dc04ab1b5fc8664563b25ce89"><code>9059692</code></a> fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.8.15 (<a href="https://redirect.github.com/micronaut-projects/micronaut-platform/issues/1987">#1987</a>)</li> <li><a href="https://github.com/micronaut-projects/micronaut-platform/commit/3e2fc7cd8a1dc78457cd39789a0a063b65ca80f3"><code>3e2fc7c</code></a> fix(deps): update dependency io.micronaut.data:micronaut-data-bom to v4.12.2 ...</li> <li><a href="https://github.com/micronaut-projects/micronaut-platform/commit/a215cc235d343c74327bea18a8841592a51c8915"><code>a215cc2</code></a> fix(deps): update dependency io.micronaut.micrometer:micronaut-micrometer-bom...</li> <li><a href="https://github.com/micronaut-projects/micronaut-platform/commit/112f3a0a2339c241c4cb6c2aa9cc0ff3a87b61b5"><code>112f3a0</code></a> chore(deps): update dependency gradle to v8.14 (<a href="https://redirect.github.com/micronaut-projects/micronaut-platform/issues/1979">#1979</a>)</li> <li>Additional commits viewable in <a href="https://github.com/micronaut-projects/micronaut-platform/compare/v4.7.6...v4.8.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.micronaut.platform:micronaut-platform&package-manager=maven&previous-version=4.7.6&new-version=4.8.3)](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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
sschnabe (Migrated from github.com) reviewed 2025-06-13 08:24:49 +02:00
rpahli (Migrated from github.com) reviewed 2025-06-13 08:24:49 +02:00
fabian-schlegel (Migrated from github.com) reviewed 2025-06-13 08:24:49 +02:00
wistefan (Migrated from github.com) reviewed 2025-06-13 08:24:49 +02:00
kokuwaio-bot (Migrated from github.com) approved these changes 2025-06-13 08:24:59 +02:00
dependabot[bot] commented 2025-06-26 08:33:02 +02:00 (Migrated from github.com)

Superseded by #456.

Superseded by #456.

Pull request closed

Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference
kokuwaio/micronaut-openapi-codegen!452
No description provided.