Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump firebase-admin from 7.3.0 to 9.0.0 #81

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 17, 2022

Bumps firebase-admin from 7.3.0 to 9.0.0.

Release notes

Sourced from firebase-admin's releases.

Firebase Admin Java SDK v9.0.0

Breaking Changes

  • change: Drop support for Java 7 (#690)

Miscellaneous

  • [chore] Release 9.0.0 (#693)
  • chore(deps): bump google-api-client-bom from 1.35.0 to 1.35.1 (#691)

Firebase Admin Java SDK v8.2.0

Breaking Changes

  • change: Deprecated support for Java 7 (#682)

New Features

  • feat(auth): Add Argon2 Hashing Algorithm support (#637)

Miscellaneous

  • [chore] Release 8.2.0 (#687)
  • [chore] Release 8.2.0 Take 3 (#686)
  • [chore] Release 8.2.0 Take 2 (#685)
  • Revert "[chore] Release 8.2.0 (#683)" (#684)
  • [chore] Release 8.2.0 (#683)
  • chore(deps): bump google-api-client-bom from 1.34.0 to 1.34.1 (#680)
  • chore(deps): bump maven-javadoc-plugin from 3.3.2 to 3.4.0 (#677)
  • chore(deps): bump netty-codec-http from 4.1.76.Final to 4.1.77.Final (#673)
  • chore(deps): bump netty.version from 4.1.76.Final to 4.1.77.Final (#674)
  • chore(deps): bump maven-project-info-reports-plugin from 3.2.2 to 3.3.0 (#668)
  • chore(deps): bump google-api-client-bom from 1.33.4 to 1.34.0 (#667)
  • chore(deps): bump maven-antrun-plugin from 3.0.0 to 3.1.0 (#665)
  • chore(deps): bump netty.version from 4.1.75.Final to 4.1.76.Final (#661)
  • Add Argon2 Java snippet (#664)
  • chore(deps): bump maven-javadoc-plugin from 3.3.1 to 3.3.2 (#659)
  • chore(deps): bump jacoco-maven-plugin from 0.8.7 to 0.8.8 (#658)
  • chore(deps): bump netty.version from 4.1.74.Final to 4.1.75.Final (#657)
  • chore(deps): bump maven-project-info-reports-plugin from 3.1.2 to 3.2.2 (#656)
  • chore(deps): bump google-api-client-bom from 1.33.1 to 1.33.4 (#653)
  • chore(deps): bump slf4j-api from 1.7.35 to 1.7.36 (#640)
  • chore(deps): bump netty.version from 4.1.72.Final to 4.1.74.Final (#638)
  • chore(deps): bump slf4j-api from 1.7.33 to 1.7.35 (#635)
  • chore(deps): bump google-api-client-bom from 1.33.0 to 1.33.1 (#632)
  • chore(deps): bump slf4j-api from 1.7.32 to 1.7.33 (#626)
  • chore(deps): bump google-api-client-bom from 1.32.1 to 1.33.0 (#623)
  • chore(deps): bump maven-javadoc-plugin from 3.3.0 to 3.3.1 (#596)
  • Remove delayed response message for holidays (#621)
  • Fix the delayed response message
  • Update issue templates (#617)

... (truncated)

Commits

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 [firebase-admin](https://github.com/firebase/firebase-admin-java) from 7.3.0 to 9.0.0.
- [Release notes](https://github.com/firebase/firebase-admin-java/releases)
- [Commits](firebase/firebase-admin-java@v7.3.0...v9.0.0)

---
updated-dependencies:
- dependency-name: com.google.firebase:firebase-admin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 17, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #81 (9148397) into main (4bef087) will not change coverage.
The diff coverage is n/a.

❗ Current head 9148397 differs from pull request most recent head 72c5d72. Consider uploading reports for the commit 72c5d72 to get more accurate results

@@            Coverage Diff            @@
##               main      #81   +/-   ##
=========================================
  Coverage     35.28%   35.28%           
  Complexity      167      167           
=========================================
  Files            80       80           
  Lines          1060     1060           
  Branches         45       45           
=========================================
  Hits            374      374           
  Misses          672      672           
  Partials         14       14           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4bef087...72c5d72. Read the comment docs.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 18, 2022

Superseded by #98.

@dependabot dependabot bot closed this Oct 18, 2022
@dependabot dependabot bot deleted the dependabot/gradle/com.google.firebase-firebase-admin-9.0.0 branch October 18, 2022 02:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant