From 4cc2b255d1bb8b12d2ef043d9ce91f1efe58cad1 Mon Sep 17 00:00:00 2001 From: David Winiarski Date: Mon, 20 Jun 2022 16:12:29 -0600 Subject: [PATCH] bump aws sdk to 2.17.213 --- pom.xml | 2 +- .../org/graylog/integrations/aws/service/AWSServiceTest.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index f4c6f1d14..4af8261c8 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,7 @@ true true 4.4.0-SNAPSHOT - 2.17.77 + 2.17.213 2.2.10 3.11.1 diff --git a/src/test/java/org/graylog/integrations/aws/service/AWSServiceTest.java b/src/test/java/org/graylog/integrations/aws/service/AWSServiceTest.java index 00ded34e2..f58c7fb09 100644 --- a/src/test/java/org/graylog/integrations/aws/service/AWSServiceTest.java +++ b/src/test/java/org/graylog/integrations/aws/service/AWSServiceTest.java @@ -143,7 +143,7 @@ public void regionTest() { // Use none liner presence checks. assertTrue(regions.stream().anyMatch(r -> r.displayValue().equals("Europe (Stockholm): eu-north-1"))); - assertEquals("There should be 28 total regions. This will change in future versions of the AWS SDK", 28, regions.size()); + assertEquals("There should be 28 total regions. This will change in future versions of the AWS SDK", 29, regions.size()); } @Test @@ -185,4 +185,4 @@ public void testPermissions() throws JsonProcessingException { assertTrue(permissions.autoSetupPolicy().contains("PutRecord")); assertTrue(permissions.autoSetupPolicy().contains("RegisterStreamConsumer")); } -} \ No newline at end of file +}