Bump github-api from 1.129 to 1.130 #660

Merged
dependabot[bot] merged 1 commit from dependabot/maven/greg-dev/org.kohsuke-github-api-1.130 into greg-dev 2021-06-03 16:12:45 +02:00
dependabot[bot] commented 2021-06-03 15:07:10 +02:00 (Migrated from github.com)

Bumps github-api from 1.129 to 1.130.

Release notes

Sourced from github-api's releases.

v1.130 🌈

Overview

This release reverts #1083, returning to using reflection if needed to support PATCH HTTP methods. While most endpoints supported the fix, some did not. This resulted in confusing errors which were hard to diagnose. Thanks to @​gsmet and @​hcoles for finding and debugging this problem.

Changes

Dependencies

Test Dependencies

Commits
  • b1ff0a4 [maven-release-plugin] prepare release github-api-1.130
  • 6564648 Merge pull request #1163 from hub4j/dependabot/maven/org.eclipse.jgit-org.ecl...
  • 48cadbc Chore(deps-dev): Bump org.eclipse.jgit
  • fbfba70 Merge pull request #1159 from gsmet/check-run-enum
  • 30a6cc5 Merge pull request #1168 from hub4j/dependabot/maven/com.google.code.gson-gso...
  • 54d8fe9 Merge branch 'main' into check-run-enum
  • 4abf33a Merge pull request #1167 from shuheiktgw/add_meta
  • c00d562 Remove internal map-only enum
  • fad4753 Chore(deps-dev): Bump gson from 2.8.6 to 2.8.7
  • c24df1d Merge pull request #1164 from bitwiseman/revert/reflective
  • 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)
Bumps [github-api](https://github.com/hub4j/github-api) from 1.129 to 1.130. <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.130 🌈</h2> <h2>Overview</h2> <p>This release reverts <a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1083">#1083</a>, returning to using reflection if needed to support <code>PATCH</code> HTTP methods. While most endpoints supported the fix, some did not. This resulted in confusing errors which were hard to diagnose. Thanks to <a href="https://github.com/gsmet"><code>@​gsmet</code></a> and <a href="https://github.com/hcoles"><code>@​hcoles</code></a> for finding and debugging this problem.</p> <h2>Changes</h2> <ul> <li>Fix issues related to introduction of new values in GHEvent <a href="https://github.com/gsmet"><code>@​gsmet</code></a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1159">#1159</a>)</li> <li>Add packages, actions and dependabot to meta <a href="https://github.com/shuheiktgw"><code>@​shuheiktgw</code></a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1167">#1167</a>)</li> <li>Revert <a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1083">#1083</a> reflective access for PATCH method <a href="https://github.com/bitwiseman"><code>@​bitwiseman</code></a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1164">#1164</a>)</li> <li>Remove a trailing slash from getWorkflowJob <a href="https://github.com/shuheiktgw"><code>@​shuheiktgw</code></a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1158">#1158</a>)</li> <li>Fix withCredetials() to correctly detect missing creds <a href="https://github.com/bitwiseman"><code>@​bitwiseman</code></a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1160">#1160</a>)</li> </ul> <h2>Dependencies</h2> <ul> <li>Chore(deps): Bump actions/cache from 2.1.5 to 2.1.6 <a href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1169">#1169</a>)</li> <li>Chore(deps): Bump spotless-maven-plugin from 2.10.3 to 2.11.1 <a href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1166">#1166</a>)</li> <li>Chore(deps): Bump maven-javadoc-plugin from 3.2.0 to 3.3.0 <a href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1148">#1148</a>)</li> <li>Chore(deps): Bump bridge-method-annotation from 1.18 to 1.21 <a href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1147">#1147</a>)</li> <li>Chore(deps): Bump jacoco-maven-plugin from 0.8.6 to 0.8.7 <a href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1150">#1150</a>)</li> </ul> <h2>Test Dependencies</h2> <ul> <li>Chore(deps-dev): Bump org.eclipse.jgit from 5.11.0.202103091610-r to 5.11.1.202105131744-r <a href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1163">#1163</a>)</li> <li>Chore(deps-dev): Bump gson from 2.8.6 to 2.8.7 <a href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1168">#1168</a>)</li> <li>Chore(deps-dev): Bump archunit from 0.18.0 to 0.19.0 <a href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1170">#1170</a>)</li> <li>Chore(deps-dev): Bump awaitility from 4.0.3 to 4.1.0 <a href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1165">#1165</a>)</li> <li>Chore(deps-dev): Bump wiremock-jre8-standalone from 2.27.2 to 2.28.0 <a href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1161">#1161</a>)</li> <li>Chore(deps-dev): Bump mockito-core from 3.9.0 to 3.10.0 <a href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1149">#1149</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hub4j/github-api/commit/b1ff0a4453a0651e400709aedf3b55478bc55fc0"><code>b1ff0a4</code></a> [maven-release-plugin] prepare release github-api-1.130</li> <li><a href="https://github.com/hub4j/github-api/commit/6564648230099eda7ae0e4f5e52d04971e0bb53f"><code>6564648</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1163">#1163</a> from hub4j/dependabot/maven/org.eclipse.jgit-org.ecl...</li> <li><a href="https://github.com/hub4j/github-api/commit/48cadbc8146c6e3924ac15a5180e456bca589f2f"><code>48cadbc</code></a> Chore(deps-dev): Bump org.eclipse.jgit</li> <li><a href="https://github.com/hub4j/github-api/commit/fbfba707145b723033ad3a1811cdc02129ec3292"><code>fbfba70</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1159">#1159</a> from gsmet/check-run-enum</li> <li><a href="https://github.com/hub4j/github-api/commit/30a6cc504e9e4e764e3c0e2253625030e3264371"><code>30a6cc5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1168">#1168</a> from hub4j/dependabot/maven/com.google.code.gson-gso...</li> <li><a href="https://github.com/hub4j/github-api/commit/54d8fe93a85b376c406edbb56c9c15026462d994"><code>54d8fe9</code></a> Merge branch 'main' into check-run-enum</li> <li><a href="https://github.com/hub4j/github-api/commit/4abf33acdb7c0700b8984ddc374df6111fd58366"><code>4abf33a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1167">#1167</a> from shuheiktgw/add_meta</li> <li><a href="https://github.com/hub4j/github-api/commit/c00d562b48d4bdaee2089f8d16c160f06ad3d95b"><code>c00d562</code></a> Remove internal map-only enum</li> <li><a href="https://github.com/hub4j/github-api/commit/fad4753f0fbb9842a222fc46ac7fadc2ec512c46"><code>fad4753</code></a> Chore(deps-dev): Bump gson from 2.8.6 to 2.8.7</li> <li><a href="https://github.com/hub4j/github-api/commit/c24df1d022bc09e3f29ff4d82145fab9dd014f4d"><code>c24df1d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/hub4j/github-api/issues/1164">#1164</a> from bitwiseman/revert/reflective</li> <li>Additional commits viewable in <a href="https://github.com/hub4j/github-api/compare/github-api-1.129...github-api-1.130">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.kohsuke:github-api&package-manager=maven&previous-version=1.129&new-version=1.130)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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) </details>
greg6775 (Migrated from github.com) reviewed 2021-06-03 15:07:10 +02:00
Schlauer-Hax (Migrated from github.com) reviewed 2021-06-03 15:07:10 +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#660
No description provided.