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 c64fc4027 upgrade aws libs (#1302)
c64fc4027 is described below
commit c64fc4027bef034a3ba05b1f79a1f897b9979a6e
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Nov 29 22:20:56 2025 +0100
upgrade aws libs (#1302)
* Update auth, dynamodb, eventbridge, firehose, ... to 2.38.9 (#1297)
Co-authored-by: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
* Update amazon-kinesis-client to 3.2.1 (#1289)
Co-authored-by: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
---------
Co-authored-by: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
---
project/Dependencies.scala | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 789ead720..213fe65e1 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -28,7 +28,7 @@ object Dependencies {
val AvroVersion = "1.11.4"
- val AwsSdk2Version = "2.33.4"
+ val AwsSdk2Version = "2.38.9"
val NettyVersion = "4.2.5.Final"
@@ -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.1.2").map(
+ "software.amazon.kinesis" % "amazon-kinesis-client" % "3.2.1").map(
_.excludeAll(
ExclusionRule("software.amazon.awssdk", "apache-client"),
ExclusionRule("software.amazon.awssdk", "netty-nio-client"))) ++ Seq(
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]