Skip to content

Commit

Permalink
fix(deps): update grpc-java monorepo to v1.68.2 (#441)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 28, 2024
1 parent ad9659f commit 4d70d86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .web/docs/developers/api/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-protobuf</artifactId>
<version>1.68.1</version>
<version>1.68.2</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-stub</artifactId>
<version>1.68.1</version>
<version>1.68.2</version>
</dependency>
<!-- Protobuf dependencies -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion .web/docs/developers/api/kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {
}
}

val grpcVersion = "1.68.1"
val grpcVersion = "1.68.2"
val grpcKotlinVersion = "1.4.1"
val connectVersion = "0.7.1"
val protobufVersion = "4.28.3"
Expand Down

0 comments on commit 4d70d86

Please sign in to comment.