Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump maven-model from 3.6.2 to 3.8.6 #5599

Merged
merged 3 commits into from
Dec 22, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 19, 2022

Bumps maven-model from 3.6.2 to 3.8.6.

Release notes

Sourced from maven-model's releases.

3.8.6

What's Changed

Full Changelog: apache/maven@maven-3.8.5...maven-3.8.6

3.8.5

What's Changed

New Contributors

Full Changelog: apache/maven@maven-3.8.4...maven-3.8.5

3.8.4

What's Changed

... (truncated)

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.6.2 to 3.8.6.
- [Release notes](https://github.com/apache/maven/releases)
- [Commits](apache/maven@maven-3.6.2...maven-3.8.6)

---
updated-dependencies:
- dependency-name: org.apache.maven:maven-model
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependabot PRs with auto version bumps from dependabot label Dec 19, 2022
@dependabot dependabot bot requested a review from ryanbogan as a code owner December 19, 2022 13:04
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 19, 2022
@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@tlfeng tlfeng added the backport 2.x Backport to 2.x branch label Dec 22, 2022
Tianli Feng added 2 commits December 22, 2022 10:06
Signed-off-by: Tianli Feng <ftianli@amazon.com>
…rg.apache.maven-maven-model-3.8.6

Signed-off-by: Tianli Feng <ftianli@amazon.com>

# Conflicts:
#	CHANGELOG.md
@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@codecov-commenter
Copy link

Codecov Report

Merging #5599 (31a00b5) into main (9c03010) will increase coverage by 0.02%.
The diff coverage is n/a.

❗ Current head 31a00b5 differs from pull request most recent head d31b2c2. Consider uploading reports for the commit d31b2c2 to get more accurate results

@@             Coverage Diff              @@
##               main    #5599      +/-   ##
============================================
+ Coverage     70.84%   70.87%   +0.02%     
+ Complexity    58306    58285      -21     
============================================
  Files          4741     4741              
  Lines        278541   278541              
  Branches      40268    40268              
============================================
+ Hits         197339   197406      +67     
+ Misses        65045    64994      -51     
+ Partials      16157    16141      -16     
Impacted Files Coverage Δ
...port/ResponseHandlerFailureTransportException.java 0.00% <0.00%> (-60.00%) ⬇️
...cluster/coordination/PendingClusterStateStats.java 20.00% <0.00%> (-48.00%) ⬇️
...nsearch/rest/action/cat/RestCatRecoveryAction.java 43.61% <0.00%> (-42.56%) ⬇️
...h/action/ingest/SimulateDocumentVerboseResult.java 60.71% <0.00%> (-39.29%) ⬇️
...cluster/coordination/PublishClusterStateStats.java 33.33% <0.00%> (-37.51%) ⬇️
...java/org/opensearch/threadpool/ThreadPoolInfo.java 56.25% <0.00%> (-37.50%) ⬇️
...arch/search/aggregations/pipeline/LinearModel.java 23.07% <0.00%> (-34.62%) ⬇️
...ensearch/client/indices/DetailAnalyzeResponse.java 20.54% <0.00%> (-34.25%) ⬇️
...min/cluster/snapshots/get/GetSnapshotsRequest.java 52.63% <0.00%> (-31.58%) ⬇️
...ations/bucket/terms/heuristic/ScriptHeuristic.java 5.55% <0.00%> (-31.49%) ⬇️
... and 477 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@tlfeng tlfeng merged commit 1dfea7b into main Dec 22, 2022
@dependabot dependabot bot deleted the dependabot/gradle/org.apache.maven-maven-model-3.8.6 branch December 22, 2022 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x Backport to 2.x branch dependabot PRs with auto version bumps from dependabot dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants