From 69f80a06c97e318c91c420847b6703b100c8831a Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Thu, 2 Nov 2023 09:25:46 -0700 Subject: [PATCH] Update protobuf-java to 3.25.0 (#3260) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## About this PR 📦 Updates [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from `3.24.4` to `3.25.0` 📜 [GitHub Release Notes](https://github.com/protocolbuffers/protobuf/releases/tag/v3.25.0) - [Version Diff](https://github.com/protocolbuffers/protobuf/compare/v3.24.4...v3.25.0) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below. Configure Scala Steward for your repository with a [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_
âš™ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "com.google.protobuf", artifactId = "protobuf-java" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.google.protobuf", artifactId = "protobuf-java" } }] ```
labels: library-update --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6c0f323795..c549606ecf 100644 --- a/build.sbt +++ b/build.sbt @@ -846,7 +846,7 @@ lazy val benchmark = // "com.thesamet.scalapb" %% "scalapb-runtime-grpc" % scalapb.compiler.Version.scalapbVersion // For grpc-java "io.grpc" % "grpc-protobuf" % GRPC_VERSION, - "com.google.protobuf" % "protobuf-java" % "3.24.4", + "com.google.protobuf" % "protobuf-java" % "3.25.0", ("com.chatwork" %% "scala-ulid" % "1.0.24").cross(CrossVersion.for3Use2_13) ) // Compile / PB.targets := Seq(