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

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


The following commit(s) were added to refs/heads/1.3.x by this push:
     new 0f8918436 batch of dependency upgrades for 1.3.0 (#1484)
0f8918436 is described below

commit 0f8918436ca162e971ddd16a6c4a5cd70aa1c1fa
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Mar 10 09:41:47 2026 +0100

    batch of dependency upgrades for 1.3.0 (#1484)
    
    * Update sbt, scripted-plugin to 1.12.5 (#1472)
    
    * Update amqp-client to 5.29.0 (#1468)
    
    * Update google-cloud-pubsub to 1.149.0 (#1467)
    
    * Update proto-google-cloud-bigquerystorage-v1 to 3.22.1 (#1477)
    
    * Update amazon-kinesis-client to 3.4.1 (#1479)
    
    ---------
    
    Co-authored-by: Scala Steward 
<[email protected]>
---
 project/Dependencies.scala | 8 ++++----
 project/build.properties   | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 1bf6d7990..d3ffe07b9 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -129,7 +129,7 @@ object Dependencies {
 
   val Amqp = Seq(
     libraryDependencies ++= Seq(
-      "com.rabbitmq" % "amqp-client" % "5.28.0",
+      "com.rabbitmq" % "amqp-client" % "5.29.0",
       "org.scalatestplus" %% scalaTestScalaCheckArtifact % 
scalaTestScalaCheckVersion % Test) ++ Mockito)
 
   val AwsSpiPekkoHttp = Seq(
@@ -282,7 +282,7 @@ object Dependencies {
     // see Pekko gRPC version in plugins.sbt
     libraryDependencies ++= Seq(
       // 
https://github.com/googleapis/java-bigquerystorage/tree/master/proto-google-cloud-bigquerystorage-v1
-      "com.google.api.grpc" % "proto-google-cloud-bigquerystorage-v1" % 
"3.22.0" % "protobuf-src",
+      "com.google.api.grpc" % "proto-google-cloud-bigquerystorage-v1" % 
"3.22.1" % "protobuf-src",
       "org.apache.avro" % "avro" % AvroVersion % "provided",
       "org.apache.arrow" % "arrow-vector" % ArrowVersion % "provided",
       "io.grpc" % "grpc-auth" % 
org.apache.pekko.grpc.gen.BuildInfo.grpcVersion,
@@ -306,7 +306,7 @@ object Dependencies {
     // see Pekko gRPC version in plugins.sbt
     libraryDependencies ++= Seq(
       // 
https://github.com/googleapis/java-pubsub/tree/master/proto-google-cloud-pubsub-v1/
-      "com.google.cloud" % "google-cloud-pubsub" % "1.148.0" % "protobuf-src",
+      "com.google.cloud" % "google-cloud-pubsub" % "1.149.0" % "protobuf-src",
       "io.grpc" % "grpc-auth" % 
org.apache.pekko.grpc.gen.BuildInfo.grpcVersion,
       "com.google.auth" % "google-auth-library-oauth2-http" % 
GoogleAuthVersion,
       "com.google.protobuf" % "protobuf-java" % protobufJavaVersion % Runtime,
@@ -400,7 +400,7 @@ object Dependencies {
       "org.apache.pekko" %% "pekko-http" % PekkoHttpVersion,
       "software.amazon.awssdk" % "kinesis" % AwsSdk2Version,
       "software.amazon.awssdk" % "firehose" % AwsSdk2Version,
-      "software.amazon.kinesis" % "amazon-kinesis-client" % "3.4.0").map(
+      "software.amazon.kinesis" % "amazon-kinesis-client" % "3.4.1").map(
       _.excludeAll(
         ExclusionRule("software.amazon.awssdk", "apache-client"),
         ExclusionRule("software.amazon.awssdk", "netty-nio-client"))) ++ Seq(
diff --git a/project/build.properties b/project/build.properties
index 5e6884d37..b49295c71 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=1.11.6
+sbt.version=1.12.5


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to