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.git
The following commit(s) were added to refs/heads/main by this push:
new 408896b28 upgrade sqs lib (#601)
408896b28 is described below
commit 408896b284c98184564245620e60c346fa13dcef
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Apr 8 12:38:31 2024 +0200
upgrade sqs lib (#601)
---
.scala-steward.conf | 2 --
docker-compose.yml | 2 +-
project/Dependencies.scala | 3 +--
3 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/.scala-steward.conf b/.scala-steward.conf
index 59b535d22..63a5d8e3d 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -34,8 +34,6 @@ updates.ignore = [
# https://github.com/apache/pekko-connectors/issues/61
{ groupId = "org.apache.hbase" }
{ groupId = "org.apache.hadoop" }
- # https://github.com/apache/pekko-connectors/issues/523
- { groupId = "software.amazon.awssdk", artifactId = "sqs" }
# these google api libs can only be updated if we update our io.grpc libs
(Pekko gRPC 1.1 uses the latest)
# we are stuck while we support Pekko gRPC 1.0
{ groupId = "com.google.cloud", artifactId = "google-cloud-pubsub" }
diff --git a/docker-compose.yml b/docker-compose.yml
index dc0e6a2de..4f0a51400 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -66,7 +66,7 @@ services:
cbq -c Administrator:password -e http://couchbase:8093
"
elasticmq:
- image: softwaremill/elasticmq-native:1.3.4
+ image: softwaremill/elasticmq-native:1.5.8
ports:
- "9324:9324"
dynamodb:
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index e9e9a1753..ba38cc771 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -27,7 +27,6 @@ object Dependencies {
val AvroVersion = "1.11.3"
val AwsSdk2Version = "2.25.26"
- val AwsSdk2SqsVersion = "2.20.162" // latest AwsSdk2Version causes us test
issues with SQS
val AwsSpiPekkoHttpVersion = "0.1.1"
val NettyVersion = "4.1.108.Final"
// Sync with plugins.sbt
@@ -443,7 +442,7 @@ object Dependencies {
libraryDependencies ++= Seq(
("com.github.pjfanning" %% "aws-spi-pekko-http" %
AwsSpiPekkoHttpVersion).excludeAll(
ExclusionRule(organization = "org.apache.pekko")),
- ("software.amazon.awssdk" % "sqs" % AwsSdk2SqsVersion).excludeAll(
+ ("software.amazon.awssdk" % "sqs" % AwsSdk2Version).excludeAll(
ExclusionRule("software.amazon.awssdk", "apache-client"),
ExclusionRule("software.amazon.awssdk", "netty-nio-client")),
"org.apache.pekko" %% "pekko-http" % PekkoHttpVersion,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]