Bump github-api from 1.115 to 1.116 #529

Merged
dependabot-preview[bot] merged 1 commit from dependabot/maven/greg-dev/org.kohsuke-github-api-1.116 into greg-dev 2020-08-13 15:18:21 +02:00
dependabot-preview[bot] commented 2020-08-13 15:15:27 +02:00 (Migrated from github.com)

Bumps github-api from 1.115 to 1.116.

Release notes

Sourced from github-api's releases.

v1.116 🌈

Features

Fixes

Dependencies

Commits
  • 349ef7a [maven-release-plugin] prepare release github-api-1.116
  • 94df5fc Merge pull request #923 from bitwiseman/feature/is-template
  • 906238a Add GHRepository.isTemplate()
  • 7963fa8 Ensure withPreview can be called multiple times
  • 1aba601 Centralize GHRepository read
  • ff4324a Merge pull request #897 from bonnie-young/add-create-repo-with-template-support
  • 11bc669 update code for create repository from template
  • dcf26d5 Merge pull request #919 from bitwiseman/task/one-more-date
  • 4d46872 Fixed and streamlined date parsing
  • 4f0d62f Merge pull request #920 from ewiegs4/deployment-payload
  • 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.115 to 1.116. <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.116 🌈</h2> <h2>Features</h2> <ul> <li>Added <code>GHRepository.isTemplate()</code> method <a href="https://github.com/bitwiseman">@bitwiseman</a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/923">#923</a>)</li> <li>Added create repo with template support <a href="https://github.com/bonnie-young">@bonnie-young</a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/897">#897</a>)</li> <li>Added Support for object deployment payloads <a href="https://github.com/ewiegs4">@ewiegs4</a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/920">#920</a>)</li> <li>Made <code>GHCheckRun.getPullRequests</code> public <a href="https://github.com/JKalash">@JKalash</a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/909">#909</a>)</li> <li>Support merging arbitrary branches <a href="https://github.com/JKalash">@JKalash</a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/906">#906</a>)</li> </ul> <h2>Fixes</h2> <ul> <li>Fixed and streamlined date parsing <a href="https://github.com/bitwiseman">@bitwiseman</a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/919">#919</a>)</li> <li>Added MAINTAIN and TRIAGE to GHOrganization.Permission enum <a href="https://github.com/Javaru">@Javaru</a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/904">#904</a>)</li> <li>Added GHEvent.WORKFLOW_RUN <a href="https://github.com/bitwiseman">@bitwiseman</a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/911">#911</a>)</li> <li>Changed <code>PullRequest.setMilestone()</code> to use the Issue API <a href="https://github.com/gastaldi">@gastaldi</a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/899">#899</a>)</li> <li>Fixed modifyCollaborators for multiple users <a href="https://github.com/gastaldi">@gastaldi</a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/900">#900</a>)</li> <li>Fixed <code>GHBranch.getProtection()</code> method to return correct number of reviewers <a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/890">#890</a> <a href="https://github.com/jeetchoudhary">@jeetchoudhary</a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/895">#895</a>)</li> </ul> <h2>Dependencies</h2> <ul> <li>Chore(deps): Bump spotbugs.version from 4.0.6 to 4.1.1 <a href="https://github.com/dependabot">@dependabot</a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/913">#913</a>)</li> <li>Chore(deps-dev): Bump mockito-core from 3.4.4 to 3.4.6 <a href="https://github.com/dependabot">@dependabot</a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/907">#907</a>)</li> <li>Chore(deps-dev): Bump mockito-core from 3.4.2 to 3.4.4 <a href="https://github.com/dependabot">@dependabot</a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/898">#898</a>)</li> <li>Chore(deps-dev): Bump mockito-core from 3.4.0 to 3.4.2 <a href="https://github.com/dependabot">@dependabot</a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/893">#893</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hub4j/github-api/commit/349ef7a54c81b4f15d08837b4863d00f0a207939"><code>349ef7a</code></a> [maven-release-plugin] prepare release github-api-1.116</li> <li><a href="https://github.com/hub4j/github-api/commit/94df5fc389f386b6f74e041e6c254aed089fac61"><code>94df5fc</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/923">#923</a> from bitwiseman/feature/is-template</li> <li><a href="https://github.com/hub4j/github-api/commit/906238a2979e1bf18806bd96cfd5aee4b656e989"><code>906238a</code></a> Add GHRepository.isTemplate()</li> <li><a href="https://github.com/hub4j/github-api/commit/7963fa82b58f1d026ccf717ddada55cd91c8838b"><code>7963fa8</code></a> Ensure withPreview can be called multiple times</li> <li><a href="https://github.com/hub4j/github-api/commit/1aba6012fb0cabff8b80e9e9eaf4372f3148908d"><code>1aba601</code></a> Centralize GHRepository read</li> <li><a href="https://github.com/hub4j/github-api/commit/ff4324ac67a2ddb42546d3d0a186ac1338bbf2e2"><code>ff4324a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/897">#897</a> from bonnie-young/add-create-repo-with-template-support</li> <li><a href="https://github.com/hub4j/github-api/commit/11bc669e1ded47b8cc1ddaf16be2a14f56ddf022"><code>11bc669</code></a> update code for create repository from template</li> <li><a href="https://github.com/hub4j/github-api/commit/dcf26d58e44de6e7f957ef3faa258995fecec48f"><code>dcf26d5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/919">#919</a> from bitwiseman/task/one-more-date</li> <li><a href="https://github.com/hub4j/github-api/commit/4d46872c3577d6e1aec969286050153425429880"><code>4d46872</code></a> Fixed and streamlined date parsing</li> <li><a href="https://github.com/hub4j/github-api/commit/4f0d62f421df0c1558ab9e4a6fe247e8f45f9b44"><code>4f0d62f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/920">#920</a> from ewiegs4/deployment-payload</li> <li>Additional commits viewable in <a href="https://github.com/hub4j/github-api/compare/github-api-1.115...github-api-1.116">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.115&new-version=1.116)](https://dependabot.com/compatibility-score/?dependency-name=org.kohsuke:github-api&package-manager=maven&previous-version=1.115&new-version=1.116) 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-08-13 15:15:27 +02:00
Schlauer-Hax (Migrated from github.com) reviewed 2020-08-13 15:15:27 +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#529
No description provided.