Skip to content

Commit

Permalink
fix(deps): update grpc-java monorepo to v1.70.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 24, 2025
1 parent 915a94d commit 77b1eeb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .web/docs/developers/api/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-netty-shaded</artifactId>
<version>1.69.1</version>
<version>1.70.0</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-protobuf</artifactId>
<version>1.69.1</version>
<version>1.70.0</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-stub</artifactId>
<version>1.69.1</version>
<version>1.70.0</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.69.1"
val grpcVersion = "1.70.0"
val grpcKotlinVersion = "1.4.1"
val connectVersion = "0.7.1"
val protobufVersion = "4.29.3"
Expand Down

0 comments on commit 77b1eeb

Please sign in to comment.