Bump micronaut-bom from 3.4.1 to 3.4.3 #50

Merged
dependabot[bot] merged 1 commit from dependabot/maven/io.micronaut-micronaut-bom-3.4.3 into main 2022-05-01 22:05:46 +02:00
dependabot[bot] commented 2022-05-01 22:04:39 +02:00 (Migrated from github.com)

Bumps micronaut-bom from 3.4.1 to 3.4.3.

Release notes

Sourced from micronaut-bom's releases.

Micronaut 3.4.3

v3.4.3 (2022-04-29)

Full Changelog

Issues:

  • Support for deserialization from Base64 into a byte array. (#7236)
  • Correct Kotlin coroutine interceptions (#7247)
  • Ignore unrecoverable ClosedChannelException errors (#7246)
  • Validation group inheritance, group validation (#7260)

Documentation:

Contributors

@​dstepanov, @​graemerocher, @​kevin-wise, @​ondrej-hrstka, @​sdelamo and @​wetted


Changes

🐛 Bug Fixes

Micronaut 3.4.2

Bug Fixes

... (truncated)

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 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 [micronaut-bom](https://github.com/micronaut-projects/micronaut-core) from 3.4.1 to 3.4.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/micronaut-projects/micronaut-core/releases">micronaut-bom's releases</a>.</em></p> <blockquote> <h2>Micronaut 3.4.3</h2> <h2><a href="https://github.com/micronaut-projects/micronaut-core/tree/v3.4.3">v3.4.3</a> (2022-04-29)</h2> <p><a href="https://github.com/micronaut-projects/micronaut-core/compare/v3.4.2...v3.4.3">Full Changelog</a></p> <p><strong>Issues:</strong></p> <ul> <li>Support for deserialization from Base64 into a byte array. (<a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/7236">#7236</a>)</li> <li>Correct Kotlin coroutine interceptions (<a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/7247">#7247</a>)</li> <li>Ignore unrecoverable ClosedChannelException errors (<a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/7246">#7246</a>)</li> <li>Validation group inheritance, group validation (<a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/7260">#7260</a>)</li> </ul> <p><strong>Documentation:</strong></p> <ul> <li><a href="https://github.com/Blocking"><code>@​Blocking</code></a> <a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/7228">#7228</a></li> <li>Default value for thread selection <a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/7240">#7240</a></li> <li>Correct io.micronaut.spring.tx documentation mentions <a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/7227">#7227</a></li> </ul> <h2>Contributors</h2> <p><a href="https://github.com/dstepanov"><code>@​dstepanov</code></a>, <a href="https://github.com/graemerocher"><code>@​graemerocher</code></a>, <a href="https://github.com/kevin-wise"><code>@​kevin-wise</code></a>, <a href="https://github.com/ondrej-hrstka"><code>@​ondrej-hrstka</code></a>, <a href="https://github.com/sdelamo"><code>@​sdelamo</code></a> and <a href="https://github.com/wetted"><code>@​wetted</code></a></p> <hr /> <h2>Changes</h2> <ul> <li>doc: <a href="https://github.com/Blocking"><code>@​Blocking</code></a> <a href="https://github.com/wetted"><code>@​wetted</code></a> (<a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/7228">#7228</a>)</li> <li>build: bump up problem from 2.2.2 to 2.2.3 <a href="https://github.com/sdelamo"><code>@​sdelamo</code></a> (<a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/7284">#7284</a>)</li> <li>fix: validation group inheritance, group validation <a href="https://github.com/kevin-wise"><code>@​kevin-wise</code></a> (<a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/7260">#7260</a>)</li> <li>Fixed support for deserialization from Base64 into a byte array. (<a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/7223">#7223</a>) <a href="https://github.com/ondrej-hrstka"><code>@​ondrej-hrstka</code></a> (<a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/7236">#7236</a>)</li> <li>doc: default value for thread selection <a href="https://github.com/sdelamo"><code>@​sdelamo</code></a> (<a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/7240">#7240</a>)</li> <li>doc: move blocking Operation to its own file <a href="https://github.com/sdelamo"><code>@​sdelamo</code></a> (<a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/7242">#7242</a>)</li> <li>Correct docs to reflect removal of <code>io.micronaut.spring/tx/annotation/Transactional</code> <a href="https://github.com/wetted"><code>@​wetted</code></a> (<a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/7227">#7227</a>)</li> <li>build: bump mikepenz/action-junit-report from 3.0.1 to 3.0.2 <a href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/7229">#7229</a>)</li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>Ignore unrecoverable ClosedChannelException errors <a href="https://github.com/graemerocher"><code>@​graemerocher</code></a> (<a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/7246">#7246</a>)</li> <li>Correct Kotlin coroutine interceptions <a href="https://github.com/dstepanov"><code>@​dstepanov</code></a> (<a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/7247">#7247</a>)</li> </ul> <h2>Micronaut 3.4.2</h2> <h2>Bug Fixes</h2> <ul> <li>fix: handle <a href="https://github.com/ConfigurationProperties"><code>@​ConfigurationProperties</code></a> nested in <a href="https://github.com/EachProperty"><code>@​EachProperty</code></a> properly <a href="https://github.com/Paullo612"><code>@​Paullo612</code></a> (<a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/7211">#7211</a>)</li> <li>Requires bean property with default interface method fix <a href="https://github.com/GavrilovSV"><code>@​GavrilovSV</code></a> (<a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/7200">#7200</a>)</li> <li>Properly proceed in filter processing when request is replaced <a href="https://github.com/yawkat"><code>@​yawkat</code></a> (<a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/7174">#7174</a>)</li> <li>Don't use custom BeanPropertyWriter for xml module <a href="https://github.com/yawkat"><code>@​yawkat</code></a> (<a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/7170">#7170</a>)</li> <li>Fix BeanProvider's find method <a href="https://github.com/Paullo612"><code>@​Paullo612</code></a> (<a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/7133">#7133</a>)</li> <li>Support absolute-form URI in HTTP requests <a href="https://github.com/yawkat"><code>@​yawkat</code></a> (<a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/7201">#7201</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-core/commit/15fcdf96e941e1feb469ce8d8f5954dce22b1d7e"><code>15fcdf9</code></a> [skip ci] Release v3.4.3</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/ae292ba05fc045bc21895dd7a0194b7ec54b50da"><code>ae292ba</code></a> doc: <a href="https://github.com/Blocking"><code>@​Blocking</code></a> (<a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/7228">#7228</a>)</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/2b6eb45ff5d9b9932a48ee9d4aefafd407314ebf"><code>2b6eb45</code></a> build: bump up problem from 2.2.2 to 2.2.3 (<a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/7284">#7284</a>)</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/8d69c5209f65127b02438921fbc93596e27436d8"><code>8d69c52</code></a> fix: validation group inheritance, group validation (<a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/7260">#7260</a>)</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/c351598e408793938139dbb828cabf325ee65c04"><code>c351598</code></a> ignore unrecoverable ClosedChannelException errors (<a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/7246">#7246</a>)</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/eec151b86b6b1d567f49717a71010e78a759d183"><code>eec151b</code></a> fix: correct Kotlin coroutine interceptions (<a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/7247">#7247</a>)</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/9fa427c94740a94f7e22ab14e6704ece5fb0959e"><code>9fa427c</code></a> Fixed support for deserialization from Base64 into a byte array. (<a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/7236">#7236</a>)</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/a612e4aba043e07ec6619fe37ed3b8fc5936541b"><code>a612e4a</code></a> doc: default value for thread selection (<a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/7240">#7240</a>)</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/2f05af8a983f8c2ea94375bf17353f3c44398d34"><code>2f05af8</code></a> doc: move blocking Operation to its own file (<a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/7242">#7242</a>)</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/cc1b2457d334392449f5b701c2bca1db450a8303"><code>cc1b245</code></a> Correct docs to reflect removal of `io.micronaut.spring/tx/annotation/Transac...</li> <li>Additional commits viewable in <a href="https://github.com/micronaut-projects/micronaut-core/compare/v3.4.1...v3.4.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.micronaut:micronaut-bom&package-manager=maven&previous-version=3.4.1&new-version=3.4.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 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 2022-05-01 22:04:39 +02:00
rpahli (Migrated from github.com) reviewed 2022-05-01 22:04:39 +02:00
fabian-schlegel (Migrated from github.com) reviewed 2022-05-01 22:04:39 +02:00
kokuwaio-bot (Migrated from github.com) approved these changes 2022-05-01 22:04:54 +02:00
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-logging#50
No description provided.