Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 28, 2023
1 parent f2444f8 commit ee61673
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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.59.0"
artifact = "io.grpc:protoc-gen-grpc-java:1.59.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.59.0"
artifact = "io.grpc:protoc-gen-grpc-java:1.59.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.59.0"
artifact = "io.grpc:protoc-gen-grpc-java:1.59.1"
}
create("grpckt") {
artifact = "io.grpc:protoc-gen-grpc-kotlin:1.3.0:jdk8@jar"
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ protobuf = "3.25.1"
room = "2.6.0"
runtimeTracing = "1.0.0-alpha05"
snapshot-android = "1.0.4"
spotless = "6.22.0"
spotless = "6.23.0"
truth = "1.1.5"
wearcompose = "1.3.0-beta01"
wearToolingPreview = "1.0.0-rc01"
Expand Down Expand Up @@ -161,7 +161,7 @@ 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.59.0"
io-grpc-protobuf-lite = "io.grpc:grpc-protobuf-lite:1.59.1"
io-grpc-grpc-kotlin = "io.grpc:grpc-kotlin-stub:1.4.1"
junit = { module = "junit:junit", version.ref = "junit" }
kotlin-gradlePlugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
Expand Down

0 comments on commit ee61673

Please sign in to comment.