chore(deps): update dependency maven to v3.9.15#51
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
chore(deps): update dependency maven to v3.9.15#51renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
f078b96 to
9bdf8cb
Compare
9bdf8cb to
065e18a
Compare
065e18a to
f910a37
Compare
f910a37 to
7d6b7d0
Compare
7d6b7d0 to
178ae73
Compare
178ae73 to
5bd343f
Compare
5bd343f to
36b7abc
Compare
36b7abc to
e2450f5
Compare
e2450f5 to
b38df2c
Compare
b38df2c to
de86a39
Compare
de86a39 to
91280fb
Compare
91280fb to
449f76b
Compare
449f76b to
d86412a
Compare
d86412a to
d40af92
Compare
d40af92 to
13cd0f3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.8.4→3.9.15Release Notes
apache/maven (maven)
v3.9.15Compare Source
v3.9.14Compare Source
v3.9.13Compare Source
v3.9.12: 3.9.12Compare Source
🚀 New features and improvements
🐛 Bug Fixes
📝 Documentation updates
👻 Maintenance
🔧 Build
📦 Dependency updates
v3.9.11: 3.9.11Compare Source
🚀 New features and improvements
🐛 Bug Fixes
👻 Maintenance
🔧 Build
📦 Dependency updates
v3.9.10: 3.9.10Compare Source
Release Notes - Maven - Version 3.9.10
Bug
Improvement
Task
Dependency upgrade
What's Changed
New Contributors
Full Changelog: apache/maven@maven-3.9.9...maven-3.9.10
v3.9.9: 3.9.9Compare Source
Release Notes - Maven - Version 3.9.9
Bug
Task
Dependency upgrade
What's Changed
New Contributors
Full Changelog: apache/maven@maven-3.9.8...maven-3.9.9
v3.9.8: 3.9.8Compare Source
Release Notes - Maven - Version 3.9.8
Bug
Improvement
Task
Dependency upgrade
What's Changed
Full Changelog: apache/maven@maven-3.9.7...maven-3.9.8
v3.9.7: 3.9.7Compare Source
Release Notes - Maven - Version 3.9.7
Bug
New Feature
Improvement
Task
Dependency upgrade
What's Changed
New Contributors
Full Changelog: apache/maven@maven-3.9.6...maven-3.9.7
v3.9.6: 3.9.6Compare Source
Release Notes - Maven - Version 3.9.6
Improvement
Dependency upgrade
v3.9.5: 3.9.5Compare Source
Release Notes - Maven - Version 3.9.5
Bug
Improvement
Task
Dependency upgrade
v3.9.4: 3.9.4Compare Source
Release Notes - Maven - Version 3.9.4
Bug
Dependency upgrade
Full Changelog: apache/maven@maven-3.9.3...maven-3.9.4
v3.9.3: 3.9.3Compare Source
Release Notes - Maven - Version 3.9.3
Bug
Improvement
Task
Dependency upgrade
v3.9.2: 3.9.2Compare Source
Release Notes - Maven - Version 3.9.2
Bug
Improvement
Task
Dependency upgrade
v3.9.1: 3.9.1Compare Source
Release Notes - Maven - Version 3.9.1
Overview About the Changes
Regression fixes from Maven 3.9.0. General performance and other fixes.
Potentially Breaking Core Changes (if migrating from 3.8.x)
The Maven Resolver transport has changed from Wagon to “native HTTP”, see Resolver Transport guide.
Maven 2.x was auto-injecting an ancient version of plexus-utils dependency into the plugin classpath, and Maven 3.x continued doing this to preserve backward compatibility. Starting with Maven 3.9, it does not happen anymore. This change may lead to plugin breakage. The fix for affected plugin maintainers is to explicitly declare a dependency on plexus-utils. The workaround for affected plugin users is to add this dependency to plugin dependencies until issue is fixed by the affected plugin maintainer. See MNG-6965.
Mojos are prevented to boostrap new instance of RepositorySystem (for example by using deprecated ServiceLocator), they should reuse RepositorySystem instance provided by Maven instead. See MNG-7471.
Each line in .mvn/maven.config is now interpreted as a single argument. That is, if the file contains multiple arguments, these must now be placed on separate lines, see MNG-7684.
Bug
Improvement
Task
Configuration
📅 Schedule: (UTC)
🚦 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.