Bump github-api from 1.109 to 1.110 #444

Merged
dependabot-preview[bot] merged 1 commit from dependabot/maven/greg-dev/org.kohsuke-github-api-1.110 into greg-dev 2020-04-07 19:37:26 +02:00
dependabot-preview[bot] commented 2020-04-07 15:19:22 +02:00 (Migrated from github.com)

Bumps github-api from 1.109 to 1.110.

Release notes

Sourced from github-api's releases.

v1.110 🌈

Features and Fixes

Commits
  • f95e89a [maven-release-plugin] prepare release github-api-1.110
  • 2dff60a Merge pull request #777 from bitwiseman/issue/775
  • 95f83d1 Merge pull request #774 from martinvanzijl/issue_518_allow_getref_with_prefix
  • b875cce Reverse removal of misnamed gitHttpTransportUrl
  • e4c3802 Revert accidental changes to addCollaborators test files.
  • 081e485 Merge pull request #773 from martinvanzijl/issue_444_unset_milestone
  • 4adf88d Merge pull request #767 from XiongKezhi/installation-repository-event
  • 31e2b1b Merge branch 'master' into issue_444_unset_milestone
  • bd28abd Allow "refs/" prefix in parameter to GHRepository.getRef().
  • 955690b Rename refreash to populate and add node_id for GHRepository
  • 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/github-api/github-api) from 1.109 to 1.110. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/github-api/github-api/releases">github-api's releases</a>.</em></p> <blockquote> <h2>v1.110 🌈</h2> <h2>Features and Fixes</h2> <ul> <li>Reverse removal of misnamed <code>gitHttpTransportUrl()</code> <a href="https://github.com/bitwiseman">@bitwiseman</a> (<a href="https://github-redirect.dependabot.com/github-api/github-api/issues/777">#777</a>)</li> <li>Allow &quot;refs/&quot; prefix in parameter to GHRepository.getRef() <a href="https://github.com/martinvanzijl">@martinvanzijl</a> (<a href="https://github-redirect.dependabot.com/github-api/github-api/issues/774">#774</a>)</li> <li>Add ability to unset the milestone of an issue <a href="https://github.com/martinvanzijl">@martinvanzijl</a> (<a href="https://github-redirect.dependabot.com/github-api/github-api/issues/773">#773</a>)</li> <li>Add Installation repository event <a href="https://github.com/XiongKezhi">@XiongKezhi</a> (<a href="https://github-redirect.dependabot.com/github-api/github-api/issues/767">#767</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/github-api/github-api/commit/f95e89a13646eef91c089f2b2237e2f4d60964a0"><code>f95e89a</code></a> [maven-release-plugin] prepare release github-api-1.110</li> <li><a href="https://github.com/github-api/github-api/commit/2dff60a23c05c3f8c9282c2d13daa54f5fb1925e"><code>2dff60a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/github-api/github-api/issues/777">#777</a> from bitwiseman/issue/775</li> <li><a href="https://github.com/github-api/github-api/commit/95f83d1a299d71905cb7f8c9ef8ff9038d6dd538"><code>95f83d1</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/github-api/github-api/issues/774">#774</a> from martinvanzijl/issue_518_allow_getref_with_prefix</li> <li><a href="https://github.com/github-api/github-api/commit/b875ccecc1ff3ad0943ea781fe33e3c952d6398e"><code>b875cce</code></a> Reverse removal of misnamed gitHttpTransportUrl</li> <li><a href="https://github.com/github-api/github-api/commit/e4c3802f1631695157dda58c6294b4e560bdab5f"><code>e4c3802</code></a> Revert accidental changes to addCollaborators test files.</li> <li><a href="https://github.com/github-api/github-api/commit/081e485f4fc58685b56d8835201371fd41dc07b4"><code>081e485</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/github-api/github-api/issues/773">#773</a> from martinvanzijl/issue_444_unset_milestone</li> <li><a href="https://github.com/github-api/github-api/commit/4adf88da19731e1d4c281d3b48e6698167672c62"><code>4adf88d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/github-api/github-api/issues/767">#767</a> from XiongKezhi/installation-repository-event</li> <li><a href="https://github.com/github-api/github-api/commit/31e2b1b8d39966908e10c74e5ae72c57c9f4dc46"><code>31e2b1b</code></a> Merge branch 'master' into issue_444_unset_milestone</li> <li><a href="https://github.com/github-api/github-api/commit/bd28abd343c2533576fee99b4b080799876f998a"><code>bd28abd</code></a> Allow &quot;refs/&quot; prefix in parameter to GHRepository.getRef().</li> <li><a href="https://github.com/github-api/github-api/commit/955690b124bcb0b05594200049a96f27b96ee63d"><code>955690b</code></a> Rename refreash to populate and add node_id for GHRepository</li> <li>Additional commits viewable in <a href="https://github.com/github-api/github-api/compare/github-api-1.109...github-api-1.110">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.109&new-version=1.110)](https://dependabot.com/compatibility-score/?dependency-name=org.kohsuke:github-api&package-manager=maven&previous-version=1.109&new-version=1.110) 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 2020-04-07 15:19:22 +02:00
Schlauer-Hax (Migrated from github.com) reviewed 2020-04-07 15:19:22 +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#444
No description provided.