Skip to content

Commit

Permalink
Bump plugin from 4.24 to 4.25
Browse files Browse the repository at this point in the history
Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.24 to 4.25.
- [Release notes](https://github.com/jenkinsci/plugin-pom/releases)
- [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md)
- [Commits](jenkinsci/plugin-pom@plugin-4.24...plugin-4.25)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 19, 2021
1 parent be65aeb commit e61f74a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.24</version>
<version>4.25</version>
<relativePath />
</parent>

Expand All @@ -31,27 +31,27 @@

<!-- Test Library Dependencies Versions -->
<equalsverifier.version>3.7</equalsverifier.version>
<junit.version>5.7.2</junit.version>
<junit.version>5.8.0</junit.version>
<junit-platform-launcher.version>1.7.2</junit-platform-launcher.version>
<mockito.version>3.11.2</mockito.version>
<mockito.version>3.12.4</mockito.version>
<assertj.version>3.20.2</assertj.version>
<archunit.version>0.20.1</archunit.version>
<json-unit-fluent.version>2.27.0</json-unit-fluent.version>
<json-unit-fluent.version>2.28.0</json-unit-fluent.version>

<!-- Maven plug-in versions -->
<maven-pmd-plugin.version>3.14.0</maven-pmd-plugin.version>
<pmd.version>6.37.0</pmd.version>
<pmd.version>6.38.0</pmd.version>
<maven-checkstyle-plugin.version>3.1.2</maven-checkstyle-plugin.version>
<checkstyle.version>8.45</checkstyle.version>
<findsecbugs-plugin.version>1.11.0</findsecbugs-plugin.version>
<jacoco-maven-plugin.version>0.8.7</jacoco-maven-plugin.version>
<maven-surefire.plugin>3.0.0-M4</maven-surefire.plugin>
<maven-failsafe.plugin>3.0.0-M4</maven-failsafe.plugin>
<maven-javadoc-plugin.version>3.3.0</maven-javadoc-plugin.version>
<maven-javadoc-plugin.version>3.3.1</maven-javadoc-plugin.version>
<maven-jar-plugin.version>3.2.0</maven-jar-plugin.version>
<maven-dependency-plugin.version>3.2.0</maven-dependency-plugin.version>
<maven-resources-plugin.version>3.2.0</maven-resources-plugin.version>
<pitest-maven.plugin>1.6.8</pitest-maven.plugin>
<pitest-maven.plugin>1.7.0</pitest-maven.plugin>
<pitest-maven.junit5.plugin>0.14</pitest-maven.junit5.plugin>
<revapi-maven-plugin.version>0.14.3</revapi-maven-plugin.version>
<revapi-java.version>0.24.4</revapi-java.version>
Expand Down Expand Up @@ -81,7 +81,7 @@
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-${jenkins.baseline}.x</artifactId>
<version>918.vae501d2cdc99</version>
<version>950.v396cb834de1e</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit e61f74a

Please sign in to comment.