Skip to content

Commit

Permalink
chore(deps): update all dependencies (#2017)
Browse files Browse the repository at this point in the history
* chore(deps): update all dependencies

* Update libs.versions.toml

---------

Co-authored-by: Yuri Schimke <yuri@schimke.ee>
  • Loading branch information
renovate-bot and yschimke authored Feb 6, 2024
1 parent 91df639 commit 6af6af6
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion ai/sample/core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ protobuf {
artifact = "com.google.protobuf:protoc-gen-javalite:3.0.0"
}
create("grpc") {
artifact = "io.grpc:protoc-gen-grpc-java:1.61.0"
artifact = "io.grpc:protoc-gen-grpc-java:1.61.1"
}
create("grpckt") {
artifact = "io.grpc:protoc-gen-grpc-kotlin:1.3.0:jdk8@jar"
Expand Down
2 changes: 1 addition & 1 deletion auth/sample/shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ protobuf {
artifact = "com.google.protobuf:protoc-gen-javalite:3.0.0"
}
create("grpc") {
artifact = "io.grpc:protoc-gen-grpc-java:1.61.0"
artifact = "io.grpc:protoc-gen-grpc-java:1.61.1"
}
create("grpckt") {
artifact = "io.grpc:protoc-gen-grpc-kotlin:1.3.0:jdk8@jar"
Expand Down
2 changes: 1 addition & 1 deletion datalayer/grpc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ protobuf {
artifact = "com.google.protobuf:protoc-gen-javalite:3.0.0"
}
create("grpc") {
artifact = "io.grpc:protoc-gen-grpc-java:1.61.0"
artifact = "io.grpc:protoc-gen-grpc-java:1.61.1"
}
create("grpckt") {
artifact = "io.grpc:protoc-gen-grpc-kotlin:1.3.0:jdk8@jar"
Expand Down
2 changes: 1 addition & 1 deletion datalayer/sample/shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ protobuf {
artifact = "com.google.protobuf:protoc-gen-javalite:3.0.0"
}
create("grpc") {
artifact = "io.grpc:protoc-gen-grpc-java:1.61.0"
artifact = "io.grpc:protoc-gen-grpc-java:1.61.1"
}
create("grpckt") {
artifact = "io.grpc:protoc-gen-grpc-kotlin:1.3.0:jdk8@jar"
Expand Down
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ kotlinxCoroutine = "1.7.3"
ksp = "1.9.21-1.0.16"
ktlint = "0.50.0"
metalava = "0.3.5"
moshi = "1.15.0"
moshi = "1.15.1"
okio = "3.7.0"
org-robolectric = "4.11.1"
playServicesAuth = "20.7.0"
Expand All @@ -56,7 +56,7 @@ room = "2.6.1"
runtimeTracing = "1.0.0-beta01"
snapshot-android = "1.0.4"
spotless = "6.25.0"
truth = "1.3.0"
truth = "1.4.0"
wearcompose = "1.3.0"
wearToolingPreview = "1.0.0"
appcompat = "1.6.1"
Expand Down Expand Up @@ -169,10 +169,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-protobuf-lite = "io.grpc:grpc-protobuf-lite:1.61.0"
io-grpc-protobuf-lite = "io.grpc:grpc-protobuf-lite:1.61.1"
io-grpc-grpc-kotlin = "io.grpc:grpc-kotlin-stub:1.4.1"
io-grpc-grpc-android = "io.grpc:grpc-android:1.61.0"
io-grpc-grpc-binder = "io.grpc:grpc-binder:1.61.0"
io-grpc-grpc-android = "io.grpc:grpc-android:1.61.1"
io-grpc-grpc-binder = "io.grpc:grpc-binder:1.61.1"
google-generativeai = "com.google.ai.client.generativeai:generativeai:0.1.2"
junit = { module = "junit:junit", version.ref = "junit" }
kotlin-gradlePlugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 6af6af6

Please sign in to comment.