Skip to content

Commit

Permalink
Bump maven-enforcer-plugin from 3.1.0 to 3.2.1 and `incrementals-pl…
Browse files Browse the repository at this point in the history
…ugin` from 1.5 to 1.6 (#387)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 16, 2023
1 parent bd7873d commit 0cdfb7f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<exec-maven-plugin.version>3.1.0</exec-maven-plugin.version>
<hpi-plugin.version>3.38</hpi-plugin.version>
<incrementals-enforce-minimum.version>1.0-beta-4</incrementals-enforce-minimum.version>
<incrementals-plugin.version>1.5</incrementals-plugin.version>
<incrementals-plugin.version>1.6</incrementals-plugin.version>
<lifecycle-mapping.version>1.0.0</lifecycle-mapping.version>
<localizer-maven-plugin.version>1.31</localizer-maven-plugin.version>
<maven-antrun-plugin.version>3.1.0</maven-antrun-plugin.version>
Expand All @@ -99,7 +99,7 @@
<maven-dependency-plugin.version>3.5.0</maven-dependency-plugin.version>
<maven-deploy-plugin.version>3.1.0</maven-deploy-plugin.version>
<maven-eclipse-plugin.version>2.10</maven-eclipse-plugin.version>
<maven-enforcer-plugin.version>3.1.0</maven-enforcer-plugin.version>
<maven-enforcer-plugin.version>3.2.1</maven-enforcer-plugin.version>
<maven-gpg-plugin.version>3.0.1</maven-gpg-plugin.version>
<maven-help-plugin.version>3.3.0</maven-help-plugin.version>
<maven-install-plugin.version>3.1.0</maven-install-plugin.version>
Expand Down Expand Up @@ -787,9 +787,9 @@
<id>display-info</id>
<configuration>
<rules>
<rule implementation="io.jenkins.tools.incrementals.enforcer.RequireExtensionVersion">
<requireExtensionVersion>
<version>[${incrementals-enforce-minimum.version},)</version>
</rule>
</requireExtensionVersion>
</rules>
</configuration>
</execution>
Expand Down

0 comments on commit 0cdfb7f

Please sign in to comment.