From e308cf5e10e0614a7e887e90ce15dbdc3332ff97 Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Sun, 18 May 2025 10:57:49 +0100 Subject: [PATCH] Update protobuf-java to 4.31.0 (#1852) Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index b7c31f42fa..f2cb4f8211 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -21,7 +21,7 @@ object Dependencies { object Protobuf { // https://protobuf.dev/support/version-support/ // protobuf-java 4.29 corresponds with protoc 29.x - val protobufJavaVersion = "4.30.2" + val protobufJavaVersion = "4.31.0" val protocVersion = "29.3" }