Bump github-api from 1.125 to 1.127 #643

Merged
dependabot-preview[bot] merged 1 commit from dependabot/maven/greg-dev/org.kohsuke-github-api-1.127 into greg-dev 2021-04-09 15:38:02 +02:00
dependabot-preview[bot] commented 2021-04-09 15:36:52 +02:00 (Migrated from github.com)

Bumps github-api from 1.125 to 1.127.

Release notes

Sourced from github-api's releases.

v1.127 🌈

Changes

  • Fix JaCoCo execution when we have additional Surefire options @gsmet (#1079)
  • Add support for workflow jobs @gsmet (#1081)
  • Add support for repository visibility @nvahren (#1074)
  • Expose repository for artifacts, workflows and workflow runs @gsmet (#1078)
  • Chore(deps): Bump spotbugs.version from 4.2.1 to 4.2.2 @dependabot (#1070)
  • Add support for artifacts and logs of workflow runs @gsmet (#1075)
  • Chore(deps-dev): Bump org.eclipse.jgit from 5.10.0.202012080955-r to 5.11.0.202103091610-r @dependabot (#1072)
  • Chore(deps-dev): Bump mockito-core from 3.7.7 to 3.8.0 @dependabot (#1073)
  • Chore(deps): Bump spotless-maven-plugin from 2.8.1 to 2.9.0 @dependabot (#1069)

v1.126 🌈

Changes

  • Fix GHRepository#listWorkflows() and add a test @gsmet (#1067)
Commits
  • 9022455 [maven-release-plugin] prepare release github-api-1.127
  • 7c8a7ff Merge pull request #1079 from gsmet/fix-jacoco-java16
  • 064d694 Merge pull request #1081 from gsmet/workflow-jobs
  • b8b3cf9 Merge branch 'master' into fix-jacoco-java16
  • 18e7138 Update src/main/java/org/kohsuke/github/GHWorkflowRun.java
  • bfb3b94 Update src/main/java/org/kohsuke/github/GHWorkflowRun.java
  • 6167d19 Remove enable-ci from build-only job
  • 43ed7c7 Add verification that jacoco.exec exists after run
  • fc98e72 Rename GHWorkflowRunJob to GHWorkflowJob
  • 258acf7 Small adjustments to the API exposed to get jobs
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)
Bumps [github-api](https://github.com/hub4j/github-api) from 1.125 to 1.127. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hub4j/github-api/releases">github-api's releases</a>.</em></p> <blockquote> <h2>v1.127 🌈</h2> <h2>Changes</h2> <ul> <li>Fix JaCoCo execution when we have additional Surefire options <a href="https://github.com/gsmet"><code>@gsmet</code></a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1079">#1079</a>)</li> <li>Add support for workflow jobs <a href="https://github.com/gsmet"><code>@gsmet</code></a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1081">#1081</a>)</li> <li>Add support for repository visibility <a href="https://github.com/nvahren"><code>@nvahren</code></a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1074">#1074</a>)</li> <li>Expose repository for artifacts, workflows and workflow runs <a href="https://github.com/gsmet"><code>@gsmet</code></a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1078">#1078</a>)</li> <li>Chore(deps): Bump spotbugs.version from 4.2.1 to 4.2.2 <a href="https://github.com/dependabot"><code>@dependabot</code></a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1070">#1070</a>)</li> <li>Add support for artifacts and logs of workflow runs <a href="https://github.com/gsmet"><code>@gsmet</code></a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1075">#1075</a>)</li> <li>Chore(deps-dev): Bump org.eclipse.jgit from 5.10.0.202012080955-r to 5.11.0.202103091610-r <a href="https://github.com/dependabot"><code>@dependabot</code></a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1072">#1072</a>)</li> <li>Chore(deps-dev): Bump mockito-core from 3.7.7 to 3.8.0 <a href="https://github.com/dependabot"><code>@dependabot</code></a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1073">#1073</a>)</li> <li>Chore(deps): Bump spotless-maven-plugin from 2.8.1 to 2.9.0 <a href="https://github.com/dependabot"><code>@dependabot</code></a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1069">#1069</a>)</li> </ul> <h2>v1.126 🌈</h2> <h2>Changes</h2> <ul> <li>Fix GHRepository#listWorkflows() and add a test <a href="https://github.com/gsmet"><code>@gsmet</code></a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1067">#1067</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hub4j/github-api/commit/9022455d856d1ccd605203ef68fb3ea146d13b20"><code>9022455</code></a> [maven-release-plugin] prepare release github-api-1.127</li> <li><a href="https://github.com/hub4j/github-api/commit/7c8a7ff26ebfb31aed3bfdd8f0825ea56142ba4e"><code>7c8a7ff</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1079">#1079</a> from gsmet/fix-jacoco-java16</li> <li><a href="https://github.com/hub4j/github-api/commit/064d6944f319c7af816ccc1548cf41901ae10a49"><code>064d694</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1081">#1081</a> from gsmet/workflow-jobs</li> <li><a href="https://github.com/hub4j/github-api/commit/b8b3cf9c80362a61e63c41723e58c85d7e5c30eb"><code>b8b3cf9</code></a> Merge branch 'master' into fix-jacoco-java16</li> <li><a href="https://github.com/hub4j/github-api/commit/18e71388126ac99bbd55554eb6a6c732313add8e"><code>18e7138</code></a> Update src/main/java/org/kohsuke/github/GHWorkflowRun.java</li> <li><a href="https://github.com/hub4j/github-api/commit/bfb3b944785ec01831296c3b11a002694185379a"><code>bfb3b94</code></a> Update src/main/java/org/kohsuke/github/GHWorkflowRun.java</li> <li><a href="https://github.com/hub4j/github-api/commit/6167d196d9f3323e1026e22914032d806ab70c9b"><code>6167d19</code></a> Remove enable-ci from build-only job</li> <li><a href="https://github.com/hub4j/github-api/commit/43ed7c7ac7182034e5fac7c0a311a97a549120aa"><code>43ed7c7</code></a> Add verification that jacoco.exec exists after run</li> <li><a href="https://github.com/hub4j/github-api/commit/fc98e725692cfa06a150c1e3aa191914e460cb48"><code>fc98e72</code></a> Rename GHWorkflowRunJob to GHWorkflowJob</li> <li><a href="https://github.com/hub4j/github-api/commit/258acf79f6fccbd9e954daaa41ba530f32fa5861"><code>258acf7</code></a> Small adjustments to the API exposed to get jobs</li> <li>Additional commits viewable in <a href="https://github.com/hub4j/github-api/compare/github-api-1.125...github-api-1.127">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=org.kohsuke:github-api&package-manager=maven&previous-version=1.125&new-version=1.127)](https://dependabot.com/compatibility-score/?dependency-name=org.kohsuke:github-api&package-manager=maven&previous-version=1.125&new-version=1.127) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
greg6775 (Migrated from github.com) reviewed 2021-04-09 15:36:52 +02:00
Schlauer-Hax (Migrated from github.com) reviewed 2021-04-09 15:36:52 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: greg6775/Hadder#643
No description provided.