Skip to content

Commit 4035b6e

Browse files
chore(deps): bump io.jenkins.plugins:coverage from 1.16.1 to 2.1.0 in /bom-weekly (#4491)
* chore(deps): bump io.jenkins.plugins:coverage in /bom-weekly Bumps [io.jenkins.plugins:coverage](https://github.com/jenkinsci/coverage-plugin) from 1.16.1 to 2.1.0. - [Release notes](https://github.com/jenkinsci/coverage-plugin/releases) - [Changelog](https://github.com/jenkinsci/coverage-plugin/blob/main/CHANGELOG.md) - [Commits](jenkinsci/coverage-plugin@v1.16.1...v2.1.0) --- updated-dependencies: - dependency-name: io.jenkins.plugins:coverage dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * chore(deps): bump io.jenkins.plugins:coverage in /bom-weekly Bumps [io.jenkins.plugins:coverage](https://github.com/jenkinsci/coverage-plugin) from 1.16.1 to 2.1.0. - [Release notes](https://github.com/jenkinsci/coverage-plugin/releases) - [Changelog](https://github.com/jenkinsci/coverage-plugin/blob/main/CHANGELOG.md) - [Commits](jenkinsci/coverage-plugin@v1.16.1...v2.1.0) --- updated-dependencies: - dependency-name: io.jenkins.plugins:coverage dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * pin to older versions --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Darin Pope <[email protected]>
1 parent fb42155 commit 4035b6e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

bom-2.462.x/pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<github-api-plugin.version>1.321-468.v6a_9f5f2d5a_7e</github-api-plugin.version>
1515
<data-tables-api.version>2.1.8-1</data-tables-api.version>
1616
<git-plugin.version>5.5.2</git-plugin.version>
17+
<forensics-api.version>2.7.0</forensics-api.version>
1718
<junit-plugin.version>1312.v1a_235a_b_94a_31</junit-plugin.version>
1819
<forensics-api.version>2.7.0</forensics-api.version>
1920
<okhttp-api-plugin.version>4.11.0-172.vda_da_1feeb_c6e</okhttp-api-plugin.version>
@@ -109,6 +110,11 @@
109110
<artifactId>commons-text-api</artifactId>
110111
<version>1.12.0-129.v99a_50df237f7</version>
111112
</dependency>
113+
<dependency>
114+
<groupId>io.jenkins.plugins</groupId>
115+
<artifactId>coverage</artifactId>
116+
<version>1.16.1</version>
117+
</dependency>
112118
<dependency>
113119
<groupId>io.jenkins.plugins</groupId>
114120
<artifactId>coverage-badges-extension</artifactId>

bom-weekly/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@
285285
<dependency>
286286
<groupId>io.jenkins.plugins</groupId>
287287
<artifactId>coverage</artifactId>
288-
<version>1.16.1</version>
288+
<version>2.1.0</version>
289289
</dependency>
290290
<dependency>
291291
<groupId>io.jenkins.plugins</groupId>

0 commit comments

Comments
 (0)