Skip to content

Commit

Permalink
Update all dependencies (#2465)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Nov 28, 2024
1 parent 9134374 commit e4e211f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ moshi = "1.15.1"
okio = "3.9.1"
org-robolectric = "4.14.1"
playServicesAuth = "21.2.0"
protobuf = "4.28.3"
protobuf = "4.29.0"
protobuf-gen-grpc-java = "1.68.1"
protobuf-gen-grpc-kotlin = "1.3.0:jdk8@jar"
protobuf-gen-javalite = "3.0.0"
Expand Down Expand Up @@ -175,10 +175,10 @@ gradleMavenPublishPlugin = { module = "com.vanniktech:gradle-maven-publish-plugi
hilt-ext-compiler = { module = "androidx.hilt:hilt-compiler", version.ref = "androidx-hilt" }
hilt-ext-work = { module = "androidx.hilt:hilt-work", version.ref = "androidx-hilt" }
hilt-navigationcompose = { module = "androidx.hilt:hilt-navigation-compose", version.ref = "androidx-hilt" }
io-grpc-grpc-android = "io.grpc:grpc-android:1.68.1"
io-grpc-grpc-binder = "io.grpc:grpc-binder:1.68.1"
io-grpc-grpc-android = "io.grpc:grpc-android:1.68.2"
io-grpc-grpc-binder = "io.grpc:grpc-binder:1.68.2"
io-grpc-grpc-kotlin = "io.grpc:grpc-kotlin-stub:1.4.1"
io-grpc-protobuf-lite = "io.grpc:grpc-protobuf-lite:1.68.1"
io-grpc-protobuf-lite = "io.grpc:grpc-protobuf-lite:1.68.2"
junit = { module = "junit:junit", version.ref = "junit" }
kotlin-gradlePlugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin" }
Expand Down

0 comments on commit e4e211f

Please sign in to comment.