Skip to content

Commit

Permalink
fix(deps): update dependency com.google.api.grpc:proto-google-common-…
Browse files Browse the repository at this point in the history
…protos to v2.30.0 (jeremylvln#350)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 19, 2024
1 parent fd57d36 commit c6e14a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencyResolutionManagement {
library("bungeecord-api", "net.md-5:bungeecord-api:1.18-R0.1-SNAPSHOT")
library("folia-api", "dev.folia:folia-api:1.19.4-R0.1-SNAPSHOT")
library("guava", "com.google.guava:guava:33.0.0-jre")
library("grpc-common-protos", "com.google.api.grpc:proto-google-common-protos:2.29.0")
library("grpc-common-protos", "com.google.api.grpc:proto-google-common-protos:2.30.0")
library("grpc-netty-shaded", "io.grpc", "grpc-netty-shaded").versionRef("grpc")
library("grpc-protobuf", "io.grpc", "grpc-protobuf").versionRef("grpc")
library("grpc-services", "io.grpc", "grpc-services").versionRef("grpc")
Expand Down

0 comments on commit c6e14a3

Please sign in to comment.