Skip to content

Commit

Permalink
Bump com.google.firebase:firebase-admin from 9.1.1 to 9.3.0
Browse files Browse the repository at this point in the history
Bumps [com.google.firebase:firebase-admin](https://github.com/firebase/firebase-admin-java) from 9.1.1 to 9.3.0.
- [Release notes](https://github.com/firebase/firebase-admin-java/releases)
- [Commits](firebase/firebase-admin-java@v9.1.1...v9.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 50c7e8f commit c00826e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ dependencies {
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.22.0")

// Firebase cloud messaging
implementation("com.google.firebase:firebase-admin:9.1.1")
implementation("com.google.firebase:firebase-admin:9.3.0")
}

tasks.withType<KotlinCompile> {
Expand Down

0 comments on commit c00826e

Please sign in to comment.