From 0da1c5bb2609fc9ddb60153fe87dd4b0f60e483c Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2024 09:17:15 +0100 Subject: [PATCH] Update protobuf-java to 3.25.4 (#756) 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 901bd43cd..4abef8988 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -35,7 +35,7 @@ object Dependencies { val ScalaTestVersion = "3.2.19" val TestContainersScalaTestVersion = "0.41.4" val mockitoVersion = "4.11.0" // check even https://github.com/scalatest/scalatestplus-mockito/releases - val protobufJavaVersion = "3.25.3" + val protobufJavaVersion = "3.25.4" val hoverflyVersion = "0.19.0" val scalaCheckVersion = "1.18.0"