You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/04/20 23:04:10 UTC

[GitHub] [directory-server] dependabot[bot] opened a new pull request, #68: Bump forbiddenapis from 2.6 to 3.5.1

dependabot[bot] opened a new pull request, #68:
URL: https://github.com/apache/directory-server/pull/68

   Bumps [forbiddenapis](https://github.com/policeman-tools/forbidden-apis) from 2.6 to 3.5.1.
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/policeman-tools/forbidden-apis/commit/12e28a3e6f9a545c865b1d9f1e9fff63a540de56"><code>12e28a3</code></a> switch to release</li>
   <li><a href="https://github.com/policeman-tools/forbidden-apis/commit/679286e0ac0e10581df2a8bc7a1e37f383c25dae"><code>679286e</code></a> Restore the previous missing classes logging using DEBUG level (<a href="https://redirect.github.com/policeman-tools/forbidden-apis/issues/227">#227</a>)</li>
   <li><a href="https://github.com/policeman-tools/forbidden-apis/commit/17972309b58134bd4fe91c794d8c565ba6b84773"><code>1797230</code></a> Switch back to dev</li>
   <li><a href="https://github.com/policeman-tools/forbidden-apis/commit/2dcd578ca1c2db99dd090c06e263df1fe3cd65c4"><code>2dcd578</code></a> Switch to release</li>
   <li><a href="https://github.com/policeman-tools/forbidden-apis/commit/18e49506ca7c136bba26d3d8c7af6d07d4171e72"><code>18e4950</code></a> Merge branch 'main' of <a href="https://github.com/policeman-tools/forbidden-apis">https://github.com/policeman-tools/forbidden-apis</a> into...</li>
   <li><a href="https://github.com/policeman-tools/forbidden-apis/commit/020f4cbbd1768f9c1e3b591bdb30903eaab767fa"><code>020f4cb</code></a> Add HttpClient's BodySubscribers#ofFile(**) to forbidden APIS (buggy). This c...</li>
   <li><a href="https://github.com/policeman-tools/forbidden-apis/commit/c8cc5d590fe4683b3750ae1b03da1f257c652593"><code>c8cc5d5</code></a> Add support for Java 20 (<a href="https://redirect.github.com/policeman-tools/forbidden-apis/issues/224">#224</a>)</li>
   <li><a href="https://github.com/policeman-tools/forbidden-apis/commit/0267abf82c03d65a46ecc8b8a10085d9d5430442"><code>0267abf</code></a> Reorder classpath to make our own classes we first when compiling with Groovy</li>
   <li><a href="https://github.com/policeman-tools/forbidden-apis/commit/1269a860bb5644d49db044facf68b56c03f7788d"><code>1269a86</code></a> Remove plugin-init.groovy in resources and compile the plugin code with groov...</li>
   <li><a href="https://github.com/policeman-tools/forbidden-apis/commit/734fec9169411c8f6f4b813e2a00aeb3b0916a74"><code>734fec9</code></a> Use official Gradle-Plugin artifacts on Maven Central for linking against Gradle</li>
   <li>Additional commits viewable in <a href="https://github.com/policeman-tools/forbidden-apis/compare/2.6...3.5.1">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=de.thetaphi:forbiddenapis&package-manager=maven&previous-version=2.6&new-version=3.5.1)](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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
For additional commands, e-mail: dev-help@directory.apache.org


[GitHub] [directory-server] coheigea commented on pull request #68: Bump forbiddenapis from 2.6 to 3.5.1

Posted by "coheigea (via GitHub)" <gi...@apache.org>.
coheigea commented on PR #68:
URL: https://github.com/apache/directory-server/pull/68#issuecomment-1517312457

   @dependabot ignore this major version


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
For additional commands, e-mail: dev-help@directory.apache.org


[GitHub] [directory-server] dependabot[bot] closed pull request #68: Bump forbiddenapis from 2.6 to 3.5.1

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] closed pull request #68: Bump forbiddenapis from 2.6 to 3.5.1
URL: https://github.com/apache/directory-server/pull/68


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
For additional commands, e-mail: dev-help@directory.apache.org


[GitHub] [directory-server] dependabot[bot] commented on pull request #68: Bump forbiddenapis from 2.6 to 3.5.1

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #68:
URL: https://github.com/apache/directory-server/pull/68#issuecomment-1517312575

   OK, I won't notify you about version 3.x.x again, unless you re-open this PR. 😢


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
For additional commands, e-mail: dev-help@directory.apache.org