diff --git a/CHANGELOG.md b/CHANGELOG.md index 68a56540c8..566aa0bcf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,9 @@ and what APIs have changed, if applicable. ## [Unreleased] +## [29.57.2] - 2024-06-17 +- Update grpc version to 1.59.1 and protobuf to 3.24.0 + ## [29.57.1] - 2024-06-24 - Cancel xds stream ready timeout when the stream is closed. Correct xds connection status metric. @@ -5704,7 +5707,8 @@ patch operations can re-use these classes for generating patch messages. ## [0.14.1] -[Unreleased]: https://github.com/linkedin/rest.li/compare/v29.57.1...master +[Unreleased]: https://github.com/linkedin/rest.li/compare/v29.57.2...master +[29.57.2]: https://github.com/linkedin/rest.li/compare/v29.57.1...v29.57.2 [29.57.1]: https://github.com/linkedin/rest.li/compare/v29.57.0...v29.57.1 [29.57.0]: https://github.com/linkedin/rest.li/compare/v29.56.1...v29.57.0 [29.56.1]: https://github.com/linkedin/rest.li/compare/v29.56.0...v29.56.1 diff --git a/build.gradle b/build.gradle index 272f3ddfce..c41693005e 100644 --- a/build.gradle +++ b/build.gradle @@ -124,12 +124,12 @@ project.ext.externalDependency = [ "classgraph": "io.github.classgraph:classgraph:4.8.149", // for integrating with xDS service discovery - 'grpcNettyShaded': 'io.grpc:grpc-netty-shaded:1.45.1', - 'grpcProtobuf': 'io.grpc:grpc-protobuf:1.45.1', - 'grpcStub': 'io.grpc:grpc-stub:1.45.1', - 'protoc': 'com.google.protobuf:protoc:3.21.7', - 'protobufJava': 'com.google.protobuf:protobuf-java:3.21.7', - 'protobufJavaUtil': 'com.google.protobuf:protobuf-java-util:3.21.7', + 'grpcNettyShaded': 'io.grpc:grpc-netty-shaded:1.59.1', + 'grpcProtobuf': 'io.grpc:grpc-protobuf:1.59.1', + 'grpcStub': 'io.grpc:grpc-stub:1.59.1', + 'protoc': 'com.google.protobuf:protoc:3.24.0', + 'protobufJava': 'com.google.protobuf:protobuf-java:3.24.0', + 'protobufJavaUtil': 'com.google.protobuf:protobuf-java-util:3.24.0', 'envoyApi': 'io.envoyproxy.controlplane:api:0.1.35', ]; diff --git a/gradle.properties b/gradle.properties index eb09a518a3..e8093e6764 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=29.57.1 +version=29.57.2 group=com.linkedin.pegasus org.gradle.configureondemand=true org.gradle.parallel=true