Skip to content

Commit

Permalink
Bump plugin from 4.30 to 4.33 (#117)
Browse files Browse the repository at this point in the history
* Bump plugin from 4.30 to 4.33

Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.30 to 4.33.
- [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.30...plugin-4.33)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Force dependency on commons-lang3

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Arnaud TAMAILLON <arnaud.tamaillon@younited-credit.fr>
  • Loading branch information
dependabot[bot] and Arnaud TAMAILLON authored Jan 11, 2022
1 parent c4caf40 commit da1a6f1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion 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.30</version>
<version>4.33</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -143,6 +143,11 @@
<artifactId>checks-api</artifactId>
<version>1.7.2</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
</dependency>

<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down

0 comments on commit da1a6f1

Please sign in to comment.