elimu-ai / webapp

🖥 Web application for hosting Android applications and educational content
https://hin.elimu.ai
MIT License
30 stars 54 forks source link

chore(deps): bump com.github.scribejava:scribejava-apis from 8.3.1 to 8.3.3 #1680

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps com.github.scribejava:scribejava-apis from 8.3.1 to 8.3.3.

Release notes

Sourced from com.github.scribejava:scribejava-apis's releases.

scribejava-8.3.3

  • update dependencies, including security updates in libraries

scribejava-8.3.2

[8.3.2]

  • minor fixes and enhances
  • update dependencies
  • while using async HTTP client, you could miss some Throwables, now they will be thrown
Changelog

Sourced from com.github.scribejava:scribejava-apis's changelog.

[8.3.3]

  • update dependencies, including security updates in libraries

[8.3.2]

  • minor fixes and enhances
  • update dependencies
  • while using async HTTP client, you could miss some Throwables, now they will be thrown

[8.3.1]

[8.3.0]

[8.2.0]

  • add ScopeBuilder to easily specify multiple scopes while requesting OAuth2.0 Access Tokens
  • make Base64 en/de-coding not dependent from java8 implementation (use three optional implementation (internal java 8+, Apache Commons Codec, JAXB) detected in runtime) (thanks to https://github.com/CodingFabian)
  • implement possibility to add extra parameters to Access Token Request (AccessTokenRequestParams#*ExtraParameters methods), scribejava/scribejava#980 (thanks to https://github.com/pmorch)

[8.1.0]

[8.0.0]

[7.1.1]

[7.0.0]

[6.9.0]

... (truncated)

Commits
  • 763a959 [maven-release-plugin] prepare release scribejava-8.3.3
  • 77e0b8d update dependencies, including security updates in libraries
  • fcd3f46 [maven-release-plugin] prepare for next development iteration
  • 466f37c [maven-release-plugin] prepare release scribejava-8.3.2
  • bda9ac6 prepare v8.3.2
  • 8cb3790 update github urls in pom.xml
  • 0f05e63 remove old unused exclude element from checkstyle's config
  • 23890ec set netty version in tests to run armeria examples (it requires newer netty v...
  • 12c6b05 throw Throwable from callback (it got lost before)
  • d30eb24 move some tests from blocked Facebook to vk.com to simplify release testing
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 15.03%. Comparing base (971db12) to head (4a178dd).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1680 +/- ## ========================================= Coverage 15.03% 15.03% Complexity 452 452 ========================================= Files 249 249 Lines 7760 7760 Branches 812 812 ========================================= Hits 1167 1167 Misses 6541 6541 Partials 52 52 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.