Bump github-api from 1.117 to 1.118 #601

Merged
dependabot-preview[bot] merged 1 commit from dependabot/maven/greg-dev/org.kohsuke-github-api-1.118 into greg-dev 2021-01-04 15:18:58 +01:00
dependabot-preview[bot] commented 2021-01-04 14:18:30 +01:00 (Migrated from github.com)

Bumps github-api from 1.117 to 1.118.

Release notes

Sourced from github-api's releases.

v1.118 🌈

Changes

Dependencies

  • Chore(deps-dev): Bump stapler from 1.260 to 1.262 @dependabot (#1011)
  • Chore(deps-dev): Bump org.eclipse.jgit from 5.9.0.202009080501-r to 5.10.0.202012080955-r @dependabot (#1006)
  • Chore(deps-dev): Bump slf4j-simple from 1.7.2 to 1.7.30 @dependabot (#1010)
  • Chore(deps): Bump spotbugs-maven-plugin from 4.0.4 to 4.1.4 @dependabot (#1009)
  • Chore(deps-dev): Bump archunit from 0.14.1 to 0.15.0 @dependabot (#1008)
  • Chore(deps): Bump maven-project-info-reports-plugin from 3.1.0 to 3.1.1 @dependabot (#990)
  • Chore(deps-dev): Bump mockito-core from 3.6.0 to 3.6.28 @dependabot (#991)
Commits
  • be3bd74 [maven-release-plugin] prepare release github-api-1.118
  • 0b14cee Merge pull request #1011 from hub4j/dependabot/maven/org.kohsuke.stapler-stap...
  • 252ca04 Chore(deps-dev): Bump stapler from 1.260 to 1.262
  • dc615e4 Merge pull request #985 from lower-case/bugfix-883
  • cf9caa6 Update test to check values
  • 15f7483 Merge remote-tracking branch 'upstream/master' into bugfix-883
  • b30d648 Merge pull request #939 from jgangemi/jae/bulk-update
  • 33d7056 Deprecate templateRepository() for isTemplate()
  • 865a49d Update GHRepository method to use Setter
  • 4fca68c Add GHRepository.Setter
  • 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.117 to 1.118. <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.118 🌈</h2> <h2>Changes</h2> <ul> <li>Fixes null commit date <a href="https://github.com/lower-case">@lower-case</a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/985">#985</a>)</li> <li>Bulk update of repository options <a href="https://github.com/jgangemi">@jgangemi</a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/939">#939</a>)</li> <li>Switch to using spotless plugin for formatting <a href="https://github.com/bitwiseman">@bitwiseman</a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1005">#1005</a>)</li> <li>Close Okhttp ResponseBody instances when closing the InputStream <a href="https://github.com/gsmet">@gsmet</a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/984">#984</a>)</li> <li>Implement BetaApi annotation for hub4j sdk <a href="https://github.com/marcoferrer">@marcoferrer</a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1002">#1002</a>)</li> <li>Implement static typing for previews and clean up usage declarations <a href="https://github.com/marcoferrer">@marcoferrer</a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1001">#1001</a>)</li> <li>Add arch test for preview API usage <a href="https://github.com/marcoferrer">@marcoferrer</a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/983">#983</a>)</li> <li>Deprecate OkHttp 2.x connector <a href="https://github.com/bitwiseman">@bitwiseman</a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/998">#998</a>)</li> <li>&quot;target_url&quot; for the payload of the status event <a href="https://github.com/tginiotis-at-work">@tginiotis-at-work</a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/999">#999</a>)</li> <li>Add affiliation filter for collaborators <a href="https://github.com/Irialad">@Irialad</a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/981">#981</a>)</li> <li>Implement deployment API support for ant-man and flash previews <a href="https://github.com/marcoferrer">@marcoferrer</a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/960">#960</a>)</li> <li>Make root field transient in all classes <a href="https://github.com/bitwiseman">@bitwiseman</a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1004">#1004</a>)</li> </ul> <h2>Dependencies</h2> <ul> <li>Chore(deps-dev): Bump stapler from 1.260 to 1.262 <a href="https://github.com/dependabot">@dependabot</a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1011">#1011</a>)</li> <li>Chore(deps-dev): Bump org.eclipse.jgit from 5.9.0.202009080501-r to 5.10.0.202012080955-r <a href="https://github.com/dependabot">@dependabot</a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1006">#1006</a>)</li> <li>Chore(deps-dev): Bump slf4j-simple from 1.7.2 to 1.7.30 <a href="https://github.com/dependabot">@dependabot</a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1010">#1010</a>)</li> <li>Chore(deps): Bump spotbugs-maven-plugin from 4.0.4 to 4.1.4 <a href="https://github.com/dependabot">@dependabot</a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1009">#1009</a>)</li> <li>Chore(deps-dev): Bump archunit from 0.14.1 to 0.15.0 <a href="https://github.com/dependabot">@dependabot</a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1008">#1008</a>)</li> <li>Chore(deps): Bump maven-project-info-reports-plugin from 3.1.0 to 3.1.1 <a href="https://github.com/dependabot">@dependabot</a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/990">#990</a>)</li> <li>Chore(deps-dev): Bump mockito-core from 3.6.0 to 3.6.28 <a href="https://github.com/dependabot">@dependabot</a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/991">#991</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hub4j/github-api/commit/be3bd74bb72420cb6093a9a29d65139ce6e4b6ad"><code>be3bd74</code></a> [maven-release-plugin] prepare release github-api-1.118</li> <li><a href="https://github.com/hub4j/github-api/commit/0b14cee817ad3125db8fcfc9cb40f895676588b5"><code>0b14cee</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1011">#1011</a> from hub4j/dependabot/maven/org.kohsuke.stapler-stap...</li> <li><a href="https://github.com/hub4j/github-api/commit/252ca040845ccccc9a570ba6ef5fcd48a5f047ae"><code>252ca04</code></a> Chore(deps-dev): Bump stapler from 1.260 to 1.262</li> <li><a href="https://github.com/hub4j/github-api/commit/dc615e432e83884542de1760ca59b19250b1edfd"><code>dc615e4</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/985">#985</a> from lower-case/bugfix-883</li> <li><a href="https://github.com/hub4j/github-api/commit/cf9caa6af5be2693b3bd60f4ae4bc25244273b6f"><code>cf9caa6</code></a> Update test to check values</li> <li><a href="https://github.com/hub4j/github-api/commit/15f748358d13e933a474264726ef02948b9642ef"><code>15f7483</code></a> Merge remote-tracking branch 'upstream/master' into bugfix-883</li> <li><a href="https://github.com/hub4j/github-api/commit/b30d648623037e872167e91dc5bb055ca2b04ca9"><code>b30d648</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/939">#939</a> from jgangemi/jae/bulk-update</li> <li><a href="https://github.com/hub4j/github-api/commit/33d70560b8601335c7d485cccf6c1af5a54458e1"><code>33d7056</code></a> Deprecate templateRepository() for isTemplate()</li> <li><a href="https://github.com/hub4j/github-api/commit/865a49d2e86c24c5777985f0f103e975c4b765b9"><code>865a49d</code></a> Update GHRepository method to use Setter</li> <li><a href="https://github.com/hub4j/github-api/commit/4fca68c25ce5f4d8f0f1c434d7063cbae318d420"><code>4fca68c</code></a> Add GHRepository.Setter</li> <li>Additional commits viewable in <a href="https://github.com/hub4j/github-api/compare/github-api-1.117...github-api-1.118">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.117&new-version=1.118)](https://dependabot.com/compatibility-score/?dependency-name=org.kohsuke:github-api&package-manager=maven&previous-version=1.117&new-version=1.118) 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-01-04 14:18:30 +01:00
Schlauer-Hax (Migrated from github.com) reviewed 2021-01-04 14:18:30 +01: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#601
No description provided.