Bump github-api from 1.127 to 1.128 #646

Merged
dependabot-preview[bot] merged 1 commit from dependabot/maven/greg-dev/org.kohsuke-github-api-1.128 into greg-dev 2021-04-23 09:29:30 +02:00
dependabot-preview[bot] commented 2021-04-22 20:41:09 +02:00 (Migrated from github.com)

Bumps github-api from 1.127 to 1.128.

Release notes

Sourced from github-api's releases.

v1.128 🌈

Fixes and Enhancements

Changes

Dependencies

Commits
  • f28f966 [maven-release-plugin] prepare release github-api-1.128
  • 0e9cc90 Merge pull request #1125 from gsmet/remove-jdk-16-workaround
  • 02e02d3 Remove now unnecessary JDK 16 specific workaround
  • f6e8a2c Merge pull request #1123 from bitwiseman/task/assertThat
  • 76bea51 Merge branch 'main' into task/assertThat
  • 2be27d1 Update maven-build.yml
  • cd1454a More assertThat matchers
  • b550910 Streamline assertThat calls using appropriate matchers
  • d13e490 Enforce use of assertThat
  • 3d45152 Deprecate all asserts other than assertThat
  • 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.127 to 1.128. <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.128 🌈</h2> <h2>Fixes and Enhancements</h2> <ul> <li>GHRepository#listLanguages returns correct Map type <a href="https://github.com/bitwiseman"><code>@​bitwiseman</code></a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1106">#1106</a>)</li> <li>GHIssue.addLabels and removeLabels() should return List<!-- raw HTML omitted --> not void <a href="https://github.com/akashRindhe"><code>@​akashRindhe</code></a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1105">#1105</a>)</li> <li>Add sort and order parameters to GHContentSearchBuilder <a href="https://github.com/breandan"><code>@​breandan</code></a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1101">#1101</a>)</li> <li>Add SCHEDULE to GHEvent and add UNKNOWN handling to GHEvent <a href="https://github.com/gsmet"><code>@​gsmet</code></a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1096">#1096</a>)</li> <li>Add label event payload <a href="https://github.com/gsmet"><code>@​gsmet</code></a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1087">#1087</a>)</li> <li>Properly wrap the check runs with the repository when listing them <a href="https://github.com/gsmet"><code>@​gsmet</code></a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1092">#1092</a>)</li> <li>Replace reflection for PATCH method with X-HTTP-Method-Override <a href="https://github.com/bitwiseman"><code>@​bitwiseman</code></a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1083">#1083</a>)</li> </ul> <h2>Changes</h2> <ul> <li>Remove now unnecessary JDK 16 specific workaround <a href="https://github.com/gsmet"><code>@​gsmet</code></a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1125">#1125</a>)</li> <li>Move to using assertThat() exclusively <a href="https://github.com/bitwiseman"><code>@​bitwiseman</code></a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1123">#1123</a>)</li> <li>Switch to 'main' as default branch <a href="https://github.com/bitwiseman"><code>@​bitwiseman</code></a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1119">#1119</a>)</li> <li>(refactor) Rename gitHubBeforeAfter to nonRecordingGitHub <a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1076">#1076</a> <a href="https://github.com/akashRindhe"><code>@​akashRindhe</code></a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1107">#1107</a>)</li> <li>Ignore ObsoleteUrlFactory for code coverage <a href="https://github.com/bitwiseman"><code>@​bitwiseman</code></a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1093">#1093</a>)</li> <li>Log 202 message at the FINE level <a href="https://github.com/gsmet"><code>@​gsmet</code></a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1095">#1095</a>)</li> <li>Use codecov.io to report coverage <a href="https://github.com/bitwiseman"><code>@​bitwiseman</code></a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1091">#1091</a>)</li> </ul> <h2>Dependencies</h2> <ul> <li>Chore(deps): Bump spotbugs.version from 4.2.2 to 4.2.3 <a href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1116">#1116</a>)</li> <li>Chore(deps): Bump jackson-databind from 2.12.1 to 2.12.3 <a href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1120">#1120</a>)</li> <li>Chore(deps): Bump actions/cache from v2.1.4 to v2.1.5 <a href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1115">#1115</a>)</li> <li>Chore(deps): Bump spotless-maven-plugin from 2.9.0 to 2.10.1 <a href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1117">#1117</a>)</li> <li>Chore(deps-dev): Bump mockito-core from 3.8.0 to 3.9.0 <a href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1122">#1122</a>)</li> <li>Chore(deps-dev): Bump stapler from 1.262 to 1.263 <a href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1121">#1121</a>)</li> <li>Chore(deps): Bump spotbugs-maven-plugin from 4.2.0 to 4.2.3 <a href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1113">#1113</a>)</li> <li>Chore(deps): Bump codecov/codecov-action from v1.3.2 to v1.4.0 <a href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1112">#1112</a>)</li> <li>Chore(deps-dev): Bump archunit from 0.17.0 to 0.18.0 <a href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1111">#1111</a>)</li> <li>Chore(deps-dev): Bump wordnet-random-name from 1.3 to 1.5 <a href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1118">#1118</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hub4j/github-api/commit/f28f9660406de249479712bc29fa904565872930"><code>f28f966</code></a> [maven-release-plugin] prepare release github-api-1.128</li> <li><a href="https://github.com/hub4j/github-api/commit/0e9cc90d31677c704f09a22ca8769b82e60e3fd6"><code>0e9cc90</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1125">#1125</a> from gsmet/remove-jdk-16-workaround</li> <li><a href="https://github.com/hub4j/github-api/commit/02e02d39b0cce7d60bbfcfe6ef3e100bc1a0125b"><code>02e02d3</code></a> Remove now unnecessary JDK 16 specific workaround</li> <li><a href="https://github.com/hub4j/github-api/commit/f6e8a2c7c604274e0dad5deeb33380320d82d8a2"><code>f6e8a2c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1123">#1123</a> from bitwiseman/task/assertThat</li> <li><a href="https://github.com/hub4j/github-api/commit/76bea5174f88c9b1fd0f3275751d9f3c9ef3f5b8"><code>76bea51</code></a> Merge branch 'main' into task/assertThat</li> <li><a href="https://github.com/hub4j/github-api/commit/2be27d1a413c9c7ef247aa8014ae5d9a329f5178"><code>2be27d1</code></a> Update maven-build.yml</li> <li><a href="https://github.com/hub4j/github-api/commit/cd1454ac03f25362da37ecf91f128a3893a3495b"><code>cd1454a</code></a> More assertThat matchers</li> <li><a href="https://github.com/hub4j/github-api/commit/b550910f4c1c50a79003d3cbf3f3d50281af1e2a"><code>b550910</code></a> Streamline assertThat calls using appropriate matchers</li> <li><a href="https://github.com/hub4j/github-api/commit/d13e490be2ecc6d4e0c38f4a7e012c486b290c5d"><code>d13e490</code></a> Enforce use of assertThat</li> <li><a href="https://github.com/hub4j/github-api/commit/3d451526ef5afd37a699fa88998e6e6a246412f2"><code>3d45152</code></a> Deprecate all asserts other than assertThat</li> <li>Additional commits viewable in <a href="https://github.com/hub4j/github-api/compare/github-api-1.127...github-api-1.128">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.127&new-version=1.128)](https://dependabot.com/compatibility-score/?dependency-name=org.kohsuke:github-api&package-manager=maven&previous-version=1.127&new-version=1.128) 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-22 20:41:09 +02:00
Schlauer-Hax (Migrated from github.com) reviewed 2021-04-22 20:41:09 +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#646
No description provided.