From be7ebcd9ba532692c0508dc9875dc3d24c3f5391 Mon Sep 17 00:00:00 2001 From: Alec Grieser Date: Mon, 24 Aug 2026 15:23:24 +0100 Subject: [PATCH] Update protobuf from 3.25.8 to 3.25.9 This updates the protobuf version from 3.25.8 to 3.25.9, which is the most recent proto3 version (believe it or not). At some point, we'll have to think about updating to Protobuf 4, but not yet. This is a pretty small change set over our current version: https://github.com/protocolbuffers/protobuf/releases/tag/v25.9 This also updates the grpc common protos to a more modern version, as that version was more noticeably out of date: https://github.com/googleapis/sdk-platform-java/compare/v2.37.0...v2.64.1 --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8c0c5d9fba..b00dad1f05 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -34,7 +34,7 @@ fdb = "7.1.26" geophile = "2.3.0" generatedAnnotation = "1.3.2" grpc = "1.83.0" -grpc-commonProtos = "2.37.0" +grpc-commonProtos = "2.64.1" gson = "2.13.2" guava = "33.6.0-jre" icu = "69.1" @@ -45,7 +45,7 @@ jts = "1.20.0" log4j = "2.25.5" prometheus = "0.16.0" prometheus-grpc = "0.6.0" -protobuf = "3.25.8" +protobuf = "3.25.9" sqlline = "1.12.0" slf4j = "1.7.36"