Bump maven-model from 3.8.5 to 3.8.6 #723

Merged
dependabot[bot] merged 1 commit from dependabot/maven/greg-dev/org.apache.maven-maven-model-3.8.6 into greg-dev 2022-10-05 19:45:19 +02:00
dependabot[bot] commented 2022-07-01 15:02:42 +02:00 (Migrated from github.com)

Bumps maven-model from 3.8.5 to 3.8.6.

Release notes

Sourced from maven-model's releases.

3.8.6

What's Changed

Full Changelog: https://github.com/apache/maven/compare/maven-3.8.5...maven-3.8.6

Commits
  • 84538c9 [maven-release-plugin] prepare release maven-3.8.6
  • a2ad4f2 deploy master, 3.8.x and 3.9.x
  • 9a8c4a4 [MNG-7490] Upgrade Plexus Utils to 3.3.1
  • 8b157e7 [MNG-7489] Upgrade JUnit to 4.13.2
  • afc0155 [MNG-7488] Upgrade SLF4J to 1.7.36
  • 5c0d6b9 [MNG-7476] Display a warning when an aggregator mojo is locking other mojos e...
  • 0b79a9e [MNG-7487] Fix deadlock during forked lifecycle executions
  • 88a03f8 [MNG-7486] Create a multiline message helper for boxed log messages
  • 23cc863 [MNG-7448] Don't ignore bin/ otherwise bin/ in apache-maven module cannot be ...
  • 7ae663f Revert "[MNG-7347] SessionScoped beans should be singletons for a given sessi...
  • 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 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 [maven-model](https://github.com/apache/maven) from 3.8.5 to 3.8.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven/releases">maven-model's releases</a>.</em></p> <blockquote> <h2>3.8.6</h2> <h2>What's Changed</h2> <ul> <li>[MNG-7441] 3.8.x Update version of logback by <a href="https://github.com/cstamas"><code>@​cstamas</code></a> in <a href="https://github-redirect.dependabot.com/apache/maven/pull/708">apache/maven#708</a></li> <li>[MNG-7432] Resolver session contains non-MavenWorkspaceReader by <a href="https://github.com/laeubi"><code>@​laeubi</code></a> in <a href="https://github-redirect.dependabot.com/apache/maven/pull/695">apache/maven#695</a></li> <li>[MNG-7459] Revert &quot;[3.8.x][MNG-7347] SessionScoped beans should be singletons for a given session&quot; by <a href="https://github.com/gnodet"><code>@​gnodet</code></a> in <a href="https://github-redirect.dependabot.com/apache/maven/pull/715">apache/maven#715</a></li> <li>[3.8.x] [MNG-7476] Display a warning when an aggregator mojo locks other mojos executions by <a href="https://github.com/gnodet"><code>@​gnodet</code></a> in <a href="https://github-redirect.dependabot.com/apache/maven/pull/736">apache/maven#736</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/apache/maven/compare/maven-3.8.5...maven-3.8.6">https://github.com/apache/maven/compare/maven-3.8.5...maven-3.8.6</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven/commit/84538c9988a25aec085021c365c560670ad80f63"><code>84538c9</code></a> [maven-release-plugin] prepare release maven-3.8.6</li> <li><a href="https://github.com/apache/maven/commit/a2ad4f2f7b4c5be6c65191dbe721e35839f107ec"><code>a2ad4f2</code></a> deploy master, 3.8.x and 3.9.x</li> <li><a href="https://github.com/apache/maven/commit/9a8c4a464cdc2c5ea329a8340142892319173b5d"><code>9a8c4a4</code></a> [MNG-7490] Upgrade Plexus Utils to 3.3.1</li> <li><a href="https://github.com/apache/maven/commit/8b157e7b0e2eb89a704e42bfda641d460236645f"><code>8b157e7</code></a> [MNG-7489] Upgrade JUnit to 4.13.2</li> <li><a href="https://github.com/apache/maven/commit/afc0155a9aeb57027958ff9bac9bcd2ae928a38d"><code>afc0155</code></a> [MNG-7488] Upgrade SLF4J to 1.7.36</li> <li><a href="https://github.com/apache/maven/commit/5c0d6b9a11a74493391ca5c1a3e78a5dc7dc0354"><code>5c0d6b9</code></a> [MNG-7476] Display a warning when an aggregator mojo is locking other mojos e...</li> <li><a href="https://github.com/apache/maven/commit/0b79a9e64325f21659923fd01606b26d4c993b63"><code>0b79a9e</code></a> [MNG-7487] Fix deadlock during forked lifecycle executions</li> <li><a href="https://github.com/apache/maven/commit/88a03f8ea53242bdcd18657b2ef10806b151f475"><code>88a03f8</code></a> [MNG-7486] Create a multiline message helper for boxed log messages</li> <li><a href="https://github.com/apache/maven/commit/23cc8633983f04f243b15b02fc2e92e2807e009d"><code>23cc863</code></a> [MNG-7448] Don't ignore bin/ otherwise bin/ in apache-maven module cannot be ...</li> <li><a href="https://github.com/apache/maven/commit/7ae663f73b287d07f561d28407fb401a4e7698d3"><code>7ae663f</code></a> Revert &quot;[MNG-7347] SessionScoped beans should be singletons for a given sessi...</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven/compare/maven-3.8.5...maven-3.8.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven:maven-model&package-manager=maven&previous-version=3.8.5&new-version=3.8.6)](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>
greg6775 (Migrated from github.com) reviewed 2022-07-01 15:02:42 +02:00
Schlauer-Hax (Migrated from github.com) reviewed 2022-07-01 15:02:42 +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.

Dependencies

No dependencies set.

Reference: greg6775/Hadder#723
No description provided.