This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-connectors-kafka.git


The following commit(s) were added to refs/heads/main by this push:
     new 89d7bc0e protobuf 3 pin in .scala-steward.conf (#177)
89d7bc0e is described below

commit 89d7bc0edb7adfed1af05545fd2eeac1b7bc2a28
Author: PJ Fanning <pjfann...@users.noreply.github.com>
AuthorDate: Fri Apr 12 11:08:31 2024 +0200

    protobuf 3 pin in .scala-steward.conf (#177)
---
 .scala-steward.conf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.scala-steward.conf b/.scala-steward.conf
index faf588ea..4a8a1424 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -11,6 +11,8 @@ updates.pin = [
   { groupId = "com.fasterxml.jackson.core", version="2.16." }
   # Scala 3.3 is a LTS
   { groupId = "org.scala-lang", artifactId = "scala3-library", version = 
"3.3." }
+  # protobuf 4 is not well supported
+  { groupId = "com.google.protobuf", artifactId = "protobuf-java", version = 
"3." }
 ]
 
 updatePullRequests = "always"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pekko.apache.org
For additional commands, e-mail: commits-h...@pekko.apache.org

Reply via email to