Skip to content

Commit

Permalink
Bump checks-api.version from 2.0.0 to 2.0.1 in /bom-weekly (jenkinsci…
Browse files Browse the repository at this point in the history
…#2471)

* Bump checks-api.version from 2.0.0 to 2.0.1 in /bom-weekly

Bumps `checks-api.version` from 2.0.0 to 2.0.1.

Updates `io.jenkins.plugins:checks-api` from 2.0.0 to 2.0.1
- [Release notes](https://github.com/jenkinsci/checks-api-plugin/releases)
- [Commits](jenkinsci/checks-api-plugin@v2.0.0...v2.0.1)

Updates `io.jenkins.plugins:checks-api:tests` from 2.0.0 to 2.0.1
- [Release notes](https://github.com/jenkinsci/checks-api-plugin/releases)
- [Commits](jenkinsci/checks-api-plugin@v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: io.jenkins.plugins:checks-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.jenkins.plugins:checks-api:tests
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* Remove unnecessary workaround

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Basil Crow <me@basilcrow.com>
  • Loading branch information
dependabot[bot] and basil committed Sep 6, 2023
1 parent 92e83aa commit 729dfb2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ if (BRANCH_NAME == 'master' || fullTestMarkerFile || env.CHANGE_ID && pullReques
if (repository == 'blueocean-plugin') {
// TODO JENKINS-71803
jdk = 17
} else if (repository == 'checks-api-plugin') {
// TODO JENKINS-71804
jdk = 17
} else if (repository == 'jacoco-plugin') {
// TODO JENKINS-71806
jdk = 17
Expand Down
2 changes: 1 addition & 1 deletion bom-weekly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<aws-java-sdk-plugin.version>1.12.529-406.vdeff15e5817d</aws-java-sdk-plugin.version>
<blueocean-plugin.version>1.27.6</blueocean-plugin.version>
<branch-api-plugin.version>2.1122.v09cb_8ea_8a_724</branch-api-plugin.version>
<checks-api.version>2.0.0</checks-api.version>
<checks-api.version>2.0.1</checks-api.version>
<cloudbees-folder-plugin.version>6.848.ve3b_fd7839a_81</cloudbees-folder-plugin.version>
<configuration-as-code-plugin.version>1700.v6f448841296e</configuration-as-code-plugin.version>
<data-tables-api.version>1.13.5-1</data-tables-api.version>
Expand Down

0 comments on commit 729dfb2

Please sign in to comment.