Bump maven-enforcer-plugin from 3.1.0 to 3.2.1 by dependabot[bot] · Pull Request #78 · amsa-code/sgb-decoder
Navigation Menu
{{ message }}
amsa-code / sgb-decoder Public
- Notifications You must be signed in to change notification settings
- Fork 2
Merged
github-actions[bot] merged 1 commit intomasterfrom
Feb 1, 2023Merged
Conversation
Copy link
Contributor
dependabot
bot
commented
on behalf of github
Feb 1, 2023
dependabot
bot
commented
on behalf of github
Bumps maven-enforcer-plugin from 3.1.0 to 3.2.1.
Release notes
Sourced from maven-enforcer-plugin's releases.
3.2.1
🚨 Removed
- [MENFORCER-435] - Remove not needed maven-dependency-tree and maven-compat (#202)
@slawekjaranowski- remove specific IDE m2e files (#192)
@olamy🚀 New features and improvements
- [MENFORCER-463] - Change success message from executed to passed (#242)
@slawekjaranowski- [MENFORCER-415] - Move error message to MojoException (#239)
@slawekjaranowski- [MENFORCER-460] - Deprecate display-info mojo (#237)
@slawekjaranowski- [MENFORCER-458] - Move Build-in rules to new API (#236)
@slawekjaranowski- [MENFORCER-458] - Move Build-in rules to new API (#233)
@slawekjaranowski- [MENFORCER-458] - Move Require Java, Maven Version to new API (#232)
@slawekjaranowski- [MENFORCER-458] - Move Require Property,Environment to new API (#231)
@slawekjaranowski- [MENFORCER-458] - Move Require*Checksum to new API (#230)
@slawekjaranowski- [MENFORCER-458] - Move RequireFiles* to new API (#228)
@slawekjaranowski- [MENFORCER-458] - Move RequireOS to new API (#227)
@slawekjaranowski- [MENFORCER-456] - New Enforcer API - RuleConfigProvider (#220)
@slawekjaranowski- [MENFORCER-444] - Improve error message for failed version rules (#218)
@kwin- [MENFORCER-455] - New Enforcer API (#216)
@slawekjaranowski- [MENFORCER-445] - Include JAVA_HOME location in the Java rule failure messages (#213)
@psiroky- [MENFORCER-454] - Deprecate 'rules' property and introduce 'enforcer.rules' as a replacement (#211)
@psiroky- [MENFORCER-431] - Introduce option to skip specific rules via custom property (#205)
@psiroky- [MENFORCER-453] - Mange rules configuration by plugin (#207)
@slawekjaranowski- [MENFORCER-435] - Replacing maven-compat and maven-dependency-tree usage with Resolver (#198)
@ajarmoniuk- [MENFORCER-440] - Allow 8 as JDK version for requireJavaVersion (#195)
@slawekjaranowski- [MENFORCER-411] - DependencyConvergence takes include/exclude parameters to filter errors (#136)
@fdfea- [MENFORCER-427] - New rule to ban dynamic versions (#187)
@kwin- [MENFORCER-430] - Allow one of many files in RequireFiles rules to pass (#183)
@raupachz- [MENFORCER-423] - Add rule to enforce an explicit dependency scope (#179)
@kwin- [MENFORCER-422] - Added externalRules rule (#180)
@gastaldi- [MENFORCER-397] - allow no rules (#178)
@raupachz- [MENFORCER-398] - show rules processed (#175)
@raupachz- [MENFORCER-424] - add enforcer rule which bans scope from (#169)
@kwin🐛 Bug Fixes
- [MENFORCER-462] - Execute ReactorModuleConvergence only once (#241)
@slawekjaranowski- [MENFORCER-461] - Fix NPE in RequirePluginVersions (#240)
@slawekjaranowski- [MENFORCER-459] - Avoid NullPointerException where there is no plugins (#193)
@turbanoff- [MENFORCER-434] - Regression bannedDependencies - matching with not existing versions (#223)
@slawekjaranowski- [MENFORCER-378] - Regression for non existing optional dependency (#222)
@slawekjaranowski- [MENFORCER-407] - Regression for dependencyConvergence - transitive provided (#221)
@slawekjaranowski📦 Dependency updates
- [MENFORCER-457] - Bump assertj-core from 3.24.1 to 3.24.2 (#235)
@dependabot- [MENFORCER-443] - Bump junit-bom from 5.9.1 to 5.9.2 (#229)
@dependabot
... (truncated)
Commits
4244e6a[maven-release-plugin] prepare release enforcer-3.2.165d68a3[MENFORCER-464] Refresh site descriptors73fef5a[MENFORCER-463] Change success message from executed to passed769da0a[MENFORCER-462] Execute ReactorModuleConvergence only once3e12af9[MENFORCER-461] Fix NPE in RequirePluginVersions86c0cc5[maven-release-plugin] prepare for next development iteration1937067[maven-release-plugin] prepare release enforcer-3.2.084e0363[MENFORCER-440] Fix pattern for Java 8 version4bbf7cd[MENFORCER-415] Move error message to MojoException26697b1[MENFORCER-450] Code cleanup- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.1.0 to 3.2.1. - [Release notes](https://github.com/apache/maven-enforcer/releases) - [Commits](apache/maven-enforcer@enforcer-3.1.0...enforcer-3.2.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-enforcer-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
github-actions
bot
merged commit
0f6f105
into
master
dependabot
bot
deleted the
dependabot/maven/org.apache.maven.plugins-maven-enforcer-plugin-3.2.1
branch
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