Skip to content

Commit

Permalink
Bump org.apache.maven:maven-parent from 42 to 43 (#324)
Browse files Browse the repository at this point in the history
* Bump org.apache.maven:maven-parent from 42 to 43

Bumps [org.apache.maven:maven-parent](https://github.com/apache/maven-parent) from 42 to 43.
- [Release notes](https://github.com/apache/maven-parent/releases)
- [Commits](https://github.com/apache/maven-parent/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Fix build with new parent

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Slawomir Jaranowski <[email protected]>
  • Loading branch information
dependabot[bot] and slawekjaranowski authored Nov 3, 2024
1 parent 4aeb757 commit 55447d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ public final class RequirePluginVersions extends AbstractStandardEnforcerRule {

private final PlexusContainer container;

@SuppressWarnings("checkstyle:ParameterNumber")
@Inject
public RequirePluginVersions(
PluginManager pluginManager,
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-parent</artifactId>
<version>42</version>
<version>43</version>
<relativePath />
</parent>
<groupId>org.apache.maven.enforcer</groupId>
Expand Down

0 comments on commit 55447d7

Please sign in to comment.